~/posts/
posts
Essays grounded in code history, production failures, systems projects, and the ideas I am actively testing.
Why I Study Computer Engineering While Building Production Software
Why studying the hardware/software boundary strengthens, rather than replaces, years of production backend and infrastructure work.
Tags: computer-engineering, systems, career, reflection
Designing a Local-First Filesystem Sync Engine
What “local-first” requires when POSIX filesystem behavior meets caching, hydration, background sync, and an eventually consistent cloud API.
Tags: systems, linux, filesystem, tutorial
From Many Lambdas to One API Service
A practical migration pattern for consolidating handlers, preserving behavior, and moving production traffic with health checks and rollback intact.
Tags: aws, backend, migration, operations
A 3D Product Configurator Is Mostly a State Problem
Why Liquid data contracts, variant identity, asynchronous loads, bundle semantics, and mobile behavior matter more than the model itself.
Tags: tutorial, shopify, frontend, commerce