Home
Chris Geiger
Cancel

Resources for passing AWS Certified Solutions Architect – Associate

I wanted to put together a great archive of resources that I used to pass the SA Associate certification for AWS. With these resources, I was able to study for a couple hours per day in just a few...

Sunsetting AMZ.report / Big Data Learnings

Today I sunset the AMZ.report platform. Building this platform was a lot of fun and came with a lot of learnings. I launched the platform in late 2020 but had started building the database before...

Running Laravel in Docker with supervisord

Ask any DevOps or Systems Engineer and they’ll agree that a Docker container should only run a single process. This is because of the single process dies, the container should die with it. What i...