Posts
All the articles I've posted.
Local-First Architecture Series III: Building the Local Database Layer
Posted on:December 2, 2025How to design the database layer for Local-First mobile apps using Expo and SQLite — schemas, migrations, queries, indexes, and the architectural patterns that support hybrid sync.
Local-First Architecture Series II: Environment Setup, SQLite Validation & Architectural Foundations
Posted on:November 28, 2025How to build a stable foundation for Local-First mobile apps: environment setup, SQLite validation, offline boot guarantees, and background task readiness.
Local-First Architecture Series I: Why Mobile Networks Fail And What Your Architecture Must Do About It
Posted on:November 24, 2025Why online-first mobile apps fail in real-world conditions, and the architectural principles every engineering team must apply before building offline capability.
How to Run a High-Trust Engineering Team Without Micromanaging
Posted on:November 20, 2025A practical guide to creating high-trust engineering teams that deliver consistently without micromanagement.
How to Run Scrum Ceremonies That Don’t Waste Time
Posted on:November 13, 2025Learn how to run Scrum Ceremonies that actually improve team productivity. A practical guide for Scrum Masters, Tech Leads, and Engineering Managers who want focused, effective ceremonies.
How to Write SQL That Everyone Can Understand
Posted on:September 22, 2025SQL readability is just as important as correctness. Learn best practices for formatting, aliases, CTEs, comments, and more to make your SQL queries clear and maintainable.