Latest Writing

From the blogs

Notes on building for the web and mobile — frontend patterns, offline sync, API design, and the decisions in between.

Jun 28, 2026

Server-Sent Events (SSE)

A practical, hands-on tour of real-time on the web — what 'real time' actually means, how SSE is just a long-lived HTTP connection, how it differs from WebSockets, and how to build one end-to-end with Express and a plain HTML page.

Read article