16 min read/3 views
OAuth 2.0 Explained Like You're Building It From Scratch
A step-by-step breakdown of OAuth 2.0 by building every piece from scratch: flows, tokens, PKCE, security mistakes, and what to use in 2026.
Tag
4 articles
A step-by-step breakdown of OAuth 2.0 by building every piece from scratch: flows, tokens, PKCE, security mistakes, and what to use in 2026.
Full monitoring stack for $0: Uptime Kuma for uptime, Sentry for errors, Grafana Cloud for metrics. Setup guide and free tier limits explained.
The EU AI Act's high-risk obligations hit in August 2026. Only 14% of companies are prepared. Here's what developers building with AI need to know — risk tiers, technical requirements, GPAI rules, and a practical compliance checklist.
10 TypeScript patterns that eliminated runtime errors from my codebase: as const, satisfies, discriminated unions, Zod, and more.