Alright, we’ve got Astro set up (Part 1) and Contentful designed (Part 2). Time to connect them and actually generate some pages.
This is the fun part — …
Every PHP team eventually faces the same question: how do you ship a PHP runtime that’s consistent across dev, staging, and production — runs on both …
In Part 1 I talked about why Astro caught my eye. Now let’s tackle the content side of things.
My blog posts currently live as markdown files in a Git …
So here’s the thing — Hugo has been running this site for a while now, and honestly? It does the job. Fast builds, minimal fuss. But I keep catching …
Last month we built a simple in-memory circuit breaker. Works great… until you scale to multiple instances. Then each instance has its own circuit state. …
Ever scaled your app to multiple instances and suddenly your cron jobs run multiple times? Yeah, that’s a fun bug to debug in production. Let me show you …
Ever had a third-party API go down and take your entire app with it? Yeah, me too. That’s why I built a circuit breaker. Let me show you how.
What’s …
Often, the task at hand involves building a system that enables communication between services using asynchronous methods. There are several ways to accomplish …
Often, the task at hand involves building a system that enables communication between services using asynchronous methods. There are several ways to accomplish …