Compare commits

...

3 Commits

Author SHA1 Message Date
Greg Shuflin 9d45df71cb Fix typo 2023-03-27 20:22:35 -07:00
Greg Shuflin 73fa0f0110 Specify proper filename in just recipe 2023-03-27 20:18:36 -07:00
Greg Shuflin 010b9e731a Fix some extraneous newlines 2023-03-27 20:18:23 -07:00
2 changed files with 7 additions and 6 deletions

View File

@ -1,10 +1,10 @@
default:
just --list
build_resume_typ:
~/code/external/typst/target/release/typst resume.typ
build_resume:
~/code/external/typst/target/release/typst resume.typ ./"Greg Shuflin Resume.pdf"
build_resume_latex:
lualatex -jobname "Greg Shuflin resume" resume.tex
just clean

View File

@ -10,7 +10,7 @@
#let Large = 2em
#let large = 1.3em
#let section-header(content) = text(font: "Fira Sans", size: Large, fill: rgb(0%, 0%, 100%))[#smallcaps(content)]
#let section-header(content) = [ #text(font: "Fira Sans", size: Large, fill: rgb(0%, 0%, 100%))[#smallcaps(content)] \ ]
#let job-entry(job, job-title, dates) = [
#text(size: large, weight: "bold")[#job] \
#text(fill: medium-gray)[#job-title | #text(font: "Fira Sans", style: "italic")[#dates]]
@ -19,7 +19,7 @@
// Title
#{
set text(font: "Fira Sans", size: 2.5em)
smallcaps([Gregory Shuflin])
[ #smallcaps([Gregory Shuflin]) ]
}
//Contact section
@ -70,7 +70,7 @@ software development:
- Primarily responsible for contributing features, bugfixes, and docuemntation to the #link("https://github.com/pantsbuild/pants/commits?author=gshuflin")[Pants] open-source build system.
- Updated old Python codebase to modern typed Python + Rust execution core for improved performance and maintainability. Frequent Rust/Python FFI and Python metaprogramming.
- Routinely collaborated with external contributors in a spirit of good open-source citizenship.
- Contributed to internal React/Typescript frontend work, Django/AWS backend work at early-stage startup (\textless 10 employees) when all hands needed on deck.
- Contributed to internal React/Typescript frontend work, Django/AWS backend work at small, early-stage startup when all hands needed on deck.
#job-entry([3D Robotics], [Senior Software Engineer], [Jun 2017 - Jun 2019])
- One of two members of the backend/devops team. Primarily responsible for feature development for API microservices in Scala (Akka/Couchbase NoSQL), and AWS provision of the same (Docker, Terraform).
@ -94,6 +94,7 @@ Structures, Computer Graphics
#section-header[Open-source Contributions]
#let just-url = "https://github.com/casey/just"
#let just-commits-url = "https://github.com/casey/just/commits?author=neunenak"
- Im an occasional contributor to the #link(just-commits-url)[just] command runner (#link(just-url)[github.com/casey/just])