BackendApr 22, 2026
Authentication Patterns: JWT vs. Managed Auth
When to roll your own JWT auth and when to reach for a managed provider like Clerk — with the trade-offs I weigh on every project.
2 min readRead
Notes on engineering, architecture, and the craft of building software that lasts.
When to roll your own JWT auth and when to reach for a managed provider like Clerk — with the trade-offs I weigh on every project.
How I structure MERN applications so features stay cheap to add and bugs stay easy to isolate — from data modelling to typed API clients.