diff --git a/index.html b/index.html index 8179c3a..95f33a1 100644 --- a/index.html +++ b/index.html @@ -11,19 +11,23 @@

Contact me via greg.shuflin@protonmail.com or LinkedIn. -

About me

-

I'm an industry programmer with broad expertise across several different - disciplines of industry software development, particularly network - programming, full-stack web development, and modern devops. I - dabble in 3d graphics, programming language design, and mucking about with - microcontrollers on the side, which occasionally comes in handy. I've - shipped code in Rust, Python, C, C++, Ruby on Rails, Scala, Elm, and Haskell. - My educational credentials are a BA in Linguistics, Computer Science and - Japanese from the University of California, Berkeley (2007-2012). +

Download a copy of my resume. -

I used to have a line here that said "Also if you're hiring for a Rust - position I'd love to talk to you.", but since I now have a position where I - spend a lot of my time writing Rust, I suppose it worked. +

About me

+ +

I'm a software engineer with broad expertise across several different + disciplines of industry software development, particularly network + programming, full-stack web development, and modern cloud-focused devops/Unix + systems administration. I dabble in 3d graphics, functional programming/type + theory, programming language design, and mucking about with microcontrollers + on the side, and one or another of these skillsets has come in handy before. + +

I've shipped code in Rust, Python, C, C++, Ruby on Rails, Scala, Elm, and + Haskell. My educational credentials are a BA in Linguistics, Computer + Science and Japanese from UC Berkeley. I used to have a line here that said + "Also if you're hiring for a Rust position I'd love to talk to you.", but + since I now have a position where I spend a lot of my time writing Rust, I + suppose it worked.

Open-source work

diff --git a/justfile b/justfile index 150751f..1f230dd 100644 --- a/justfile +++ b/justfile @@ -2,3 +2,4 @@ deploy: scp index.html greg@realname.everydayimshuflin.com:"/srv/greg.everydayimshuflin.com/" scp style.css greg@realname.everydayimshuflin.com:"/srv/greg.everydayimshuflin.com/" + scp -r resume greg@realname.everydayimshuflin.com:"/srv/greg.everydayimshuflin.com/" diff --git a/resume/Greg Shuflin resume.pdf b/resume/Greg Shuflin resume.pdf new file mode 100644 index 0000000..cbff0d8 Binary files /dev/null and b/resume/Greg Shuflin resume.pdf differ