Blog

Notes on what I'm building - mostly React, Next.js, and backend systems.

HTTP Just Got a New Method: Understanding QUERY (RFC 10008)

July 5, 2026 (6d ago)

A plain-English breakdown of the new HTTP QUERY method standardized by the IETF — what problem it solves, how it differs from GET and POST, and what it looks like on the wire.

Real-Time Ride Matching: Lessons from Building Routto

April 22, 2026 (2mo ago)

How we handled live GPS tracking, ride matching over WebSockets, and identity verification while building Routto, a female-only ride-hailing platform.

Building Passwordless, Multi-Tenant Auth for an Identity Provider MVP

December 8, 2025 (7mo ago)

Notes from building magic link, passkey, and MFA auth flows for a multi-tenant Identity Provider frontend in React 19 and TypeScript.