-
Startup Architecture Base Soup
This article is a suggestion
-
Your Database is Already a Queue
"Don't use your database as a queue" is one of those pieces of engineering orthodoxy that gets repeated so often it starts to feel like a law. It isn't. It's a guideline with a scale constraint attached, and for most workloads that constraint is never...
-
Agile's Missing Layer: The Organisational Retrospective
Agile has a reputation problem. Depending on who you ask, it's either the salvation of software delivery or the source of its dysfunction. Standups that waste everyone's morning. Sprints that deliver activity but not progress. Velocity charts that management...
-
Defer the Database, Not the Design
The modern scaling landscape is overwhelming. Queues, event buses, microservices, serverless, Kubernetes. The list of "essential" technologies grows longer every year. It's very easy to get lost in the choices, and even easier to feel pressure to adopt...
-
Introducing the Resonance Protocol
Have you ever had that nagging feeling that your AI interactions could be... better? When you're pair programming with an LLM and it confidently delivers exactly what you asked for, but somehow misses the point completely? Or when it gives you a technically...
-
SQLite: A Secret Weapon
SQLite often gets presented or pigeonholed as a lightweight, embedded "toy" database for simple applications. But to truly unlock its potential, tech teams need to shift their perspective. It's not just a database; it's a highly sophisticated file format, and...
-
How to Build a Data Access Layer
As a technical system grows in scale and complexity, teams require more checks, balances, and standards to keep development manageable and maintain delivery velocity. While practices like feature flags and contract testing are common at this stage, one...
-
Hello, and Welcome!
This blog is an experiment, born of the Resonance Protocol in action. Together with my AI collaborators, we are building this simple, robust, and maintainable blog from scratch. The process of its creation is as much a part of the story as the articles it...