diff --git a/flake.nix b/flake.nix index 4954dba..8c73320 100644 --- a/flake.nix +++ b/flake.nix @@ -11,11 +11,11 @@ } // flake-utils.lib.eachDefaultSystem (system: let pkgs = import nixpkgs { inherit system; }; - resumeFilename = "Greg Shuflin Resume.pdf"; + resumeFilename = "Greg-Shuflin-Resume.pdf"; in { packages.default = pkgs.stdenv.mkDerivation { - name = "Greg Shuflin Resume"; + name = "Greg-Shuflin-Resume"; nativeBuildInputs = [ pkgs.typst ]; src = ./.; diff --git a/justfile b/justfile index 9f54b37..8bfb0fe 100644 --- a/justfile +++ b/justfile @@ -2,7 +2,7 @@ default: just --list build_resume: - typst compile resume.typ ./"Greg Shuflin Resume.pdf" + typst compile resume.typ ./"Greg-Shuflin-Resume.pdf" build_resume_latex: lualatex -jobname "Greg Shuflin resume" resume.tex diff --git a/resume.typ b/resume.typ index bbff330..a2ec4ed 100644 --- a/resume.typ +++ b/resume.typ @@ -57,8 +57,10 @@ software development: #section-header([Professional Experience]) -#job-entry([Knox Networks], [Senior Software Engineer], [Apr 2023 - ]) -- Backend Rust and Nix developer for payments infrastructure software +#job-entry([Knox Networks], [Senior Software Engineer], [Apr 2023 - Aug 2024]) +- Rust and Nix developer for experimental digital payments infrastructure software stack. AWS/Terraform, microservice deployment model. +- Heavy use of asynchronous Rust microservices, gRPC, modern encryption primitives including cloud hardware signing modules and Rust/C integration. +- Upstreamed contributions to several open-source tools to facilitate development workflow. #job-entry([Floating Point Group], [Software Engineer], [Dec 2021 - Dec 2022])