← Back home

Articles

Articles

I stopped using JWT auth by vibes
Auth

A record of rebuilding JWT auth by checking signature verification, expiry, and refresh handling one at a time.

Read
Building an API with only Go's net/http
Go

What I learned by hand-rolling routing and middleware instead of relying on a framework.

Read
Instant updates with MongoDB Change Streams
MongoDB

Design notes from switching a task manager off polling and onto real-time sync.

Read