Skip to content

Writing

Thoughts on software engineering, system architecture, and technology policy.

Engineering Notes

System DesignOct 20248 min read

Building Resilient Distributed Systems

Strategies for fault tolerance and data consistency in microservices architecture, focusing on eventual consistency patterns.

Read Article
ArchitectureSep 20246 min read

The Case for Local-First Software

Why we need to move beyond cloud-only architectures for better user experience and data sovereignty.

Read Article
FrontendAug 20245 min read

Optimizing Next.js for High Performance

Deep dive into server components, streaming, and edge caching strategies for modern web applications.

Read Article