Update resume; change filename
This commit is contained in:
parent
b733b58f53
commit
ecb83eb0d2
@ -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 = ./.;
|
||||
|
2
justfile
2
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
|
||||
|
@ -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])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user