A Million Little Processes: Porting a Server-based AWS Infrastructure to a Containerized, Serverless Architecture utilizing ECS & FargateApr 5, 2023·10 min read
Where We're Going, We Don't Need VMs: An example showing containers are Namespaced, not VirtualizedSometimes, you just gotta go on an adventure. Take, for example, the below YAML manifest: apiVersion: v1 kind: Pod metadata: creationTimestamp: null labels: run: flux-capacitor powerNeeds: 121Gigawatts name: flux-capacitor spec: conta...May 4, 2023·2 min read
Using PyTest in a non-root file structurePyTest is a Python framework that allows for the creation of elegant, easy-to-read and grok unit tests using normal Python language. PyTest is a pretty intelligent framework that can seek out files containing tests (simply make sure the filename ends...Jan 23, 2023·3 min read
Creating a custom domain for your Hashnode blogHashnode is a great platform for blogging, and creates a lot of sane defaults so you can get started quickly without having to make a lot of design choices, but you'll pretty quickly want to start making changes and making your blog your 'own'. One o...Jan 23, 2023·2 min read
Head in the Cloud, Feet in the TerminalOriginally posted here on 10/22/22 As of today, 10/22/2022, I officially completed Forrest Brazeal's Cloud Resume Challenge. To those who aren't familiar with the requirements check here. For a quick peek at what I ended up building: To view the fin...Jan 21, 2023·10 min read