software development

software-development

ORM, query builder, or SQL: choosing the right abstraction level

ORMs are lovely, they can help you speed up a lot, but they shouldn't pretend SQL doesn't exist and I'll explain why.

software-architecture

The Reality of Distributed Systems: Everything Gets Harder

Distributed systems promise scalability and flexibility, but they come with a cost. Once you cross that boundary, everything gets harder.

software-architecture

Boundaries: Where to Draw the Line

Most architectural problems are boundary problems. Knowing where to draw the line, and when to redraw it, is one of the hardest parts of building software systems.

software-architecture

Synchronous vs Asynchronous Communication: When to Call and When to Publish

Synchronous and asynchronous communication are not opposing choices, they are complementary tools. Understanding when to use each is key to building scalable systems.

software-architecture

Data Events vs Domain Events: Stop Mixing Them

Data events and domain events both have their place, but mixing them is one of the fastest ways to create confusion in event-driven systems.