Portfolio

https://twitter.com/isabel_de_papel/status/1420575057126907904 Sign up for Ada Build here!
Converting Flask backend -> lambda + API Gateway Or, how many ways can you deploy a lambda with Infra as Code? So far I've deployed with serverless and SAM (I haven't used SAM before; it's pretty n...
Nomad hack week! Our CLI uses the standard go flag parser, which uses -foo style flags, instead of POSIX-style flags (--foo, -f). Why does this matter? Because, if you want verbose output, you not ...
Deployment monitoring in Nomad v1.1.2 Tired: Repeatedly hitting the up arrow (or using watch) to get the current status of a Nomad deployment Wired: Letting Nomad monitor the deployment for you whe...
Started my internship as a backend engineer for a receipts API. Team is incredibly welcoming but the imposter syndrome is real.
Switched Linux distros Ubuntu -> RHEL8 With the added complication of how do you pull down packages that are only available with RHEL8 subscription access when your build system doesn't have that a...
Observability I talked to the team about observability and how we could start to move towards o11y in our microservice. (The last time I gave a talk was at an art history conference so this was bot...
Adopted a rescue! Half-pibble, half-weim, 100% adorable (and notorious blanket hog). He's a Texan dog who loves the sun so Seattle is...an adjustment.
Cut our CircleCI build times in half Or, Dockerfiles, npm packages, and caching, oh my! Our build times were ranging around 35-40 minutes total for testing, building, and pushing to our image repos...
I made my first open-source contribution! (Bonus: I learned the differences in OS signals in Mac/Windows/Linux. It turns out trying to make sure things work consistently across different OSs can be...