Beyond Enterprise OOP: Building Clear, Composable Systems with PostgreSQL and Rust PostgreSQL Guards the Facts, Rust Defines Intent, and Clarity Scales with the System
How I Built a High-Performance Geocoding Engine from Scratch A Practical Guide to Designing a Lightning-Fast Address-to-Location Engine in Rust
Beyond Static Models: Behavior-First Design for Changing Domains Why Your ERD Is Not the Domain and How Events Make Systems Explainable
How to Enforce Consistency Without Aggregates in Event-Sourced Systems A Practical Approach Using Context-Scoped Filters and SQL
Beyond Aggregates: Lean, Functional Event Sourcing Why I Moved Beyond Aggregates to Functional Domain Modeling
Getting Started in Real-Time: Commands, Events, and Brokers Demystified Understand commands, events, and brokers to build real-time APIs. Learn how to avoid polling and design more responsive.
Rust's Explicit Error Handling: A Superior Alternative to Try/Catch Why Rust's Approach to Errors Can Save You from Late-Night Debugging Sessions
Mastering PostgreSQL Row-Level Security (RLS) for Rock-Solid Multi-Tenancy How to Safeguard SaaS Data from Cross-Tenant Leaks by Enforcing Strict Tenant Isolation at the Database Layer