Update resume; change filename
This commit is contained in:
parent
b733b58f53
commit
ecb83eb0d2
@ -11,11 +11,11 @@
|
|||||||
} // flake-utils.lib.eachDefaultSystem (system:
|
} // flake-utils.lib.eachDefaultSystem (system:
|
||||||
let
|
let
|
||||||
pkgs = import nixpkgs { inherit system; };
|
pkgs = import nixpkgs { inherit system; };
|
||||||
resumeFilename = "Greg Shuflin Resume.pdf";
|
resumeFilename = "Greg-Shuflin-Resume.pdf";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
packages.default = pkgs.stdenv.mkDerivation {
|
packages.default = pkgs.stdenv.mkDerivation {
|
||||||
name = "Greg Shuflin Resume";
|
name = "Greg-Shuflin-Resume";
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgs.typst ];
|
nativeBuildInputs = [ pkgs.typst ];
|
||||||
src = ./.;
|
src = ./.;
|
||||||
|
2
justfile
2
justfile
@ -2,7 +2,7 @@ default:
|
|||||||
just --list
|
just --list
|
||||||
|
|
||||||
build_resume:
|
build_resume:
|
||||||
typst compile resume.typ ./"Greg Shuflin Resume.pdf"
|
typst compile resume.typ ./"Greg-Shuflin-Resume.pdf"
|
||||||
|
|
||||||
build_resume_latex:
|
build_resume_latex:
|
||||||
lualatex -jobname "Greg Shuflin resume" resume.tex
|
lualatex -jobname "Greg Shuflin resume" resume.tex
|
||||||
|
@ -57,8 +57,10 @@ software development:
|
|||||||
|
|
||||||
#section-header([Professional Experience])
|
#section-header([Professional Experience])
|
||||||
|
|
||||||
#job-entry([Knox Networks], [Senior Software Engineer], [Apr 2023 - ])
|
#job-entry([Knox Networks], [Senior Software Engineer], [Apr 2023 - Aug 2024])
|
||||||
- Backend Rust and Nix developer for payments infrastructure software
|
- 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])
|
#job-entry([Floating Point Group], [Software Engineer], [Dec 2021 - Dec 2022])
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user