Posts
All the articles I've posted.
Local-First Architecture Series Final: Observability, Metrics & Operational Excellence
Posted on:December 19, 2025How to observe, measure, and operate local-first systems safely in production.
Local-First Architecture Series V: Bidirectional Sync & Conflict Resolution
Posted on:December 18, 2025How local-first systems safely synchronize replicas, reconcile concurrent changes, and resolve conflicts deterministically.
Local‑First Architecture Series IV: The Local Write Pipeline
Posted on:December 3, 2025How offline‑first apps safely mutate data, queue operations, and guarantee consistency without blocking the user.
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.