Passkeys: A WebAuthn Implementation Guide
Passkeys are replacing passwords in 2026. This guide covers WebAuthn Level 3, registration and authentication ceremonies, recovery, and production setup.
7 posts in Backend Development
Passkeys are replacing passwords in 2026. This guide covers WebAuthn Level 3, registration and authentication ceremonies, recovery, and production setup.
DNS is infrastructure every developer uses but few understand well enough to debug.
LLM API costs scale with token usage, and unoptimized prompts can make costs 5-10x higher than necessary.
I share my thorough Docker guide for web development covering installation, best practices, multi-stage builds, security, and production deployment...
I share my practical guide to implementing database sharding for growing SaaS applications, covering PostgreSQL strategies for data distribution, query routing, and migration.
Learn how to create a real-time dashboard using WebSockets with Node.js and Socket.io.
Examine the benefits and drawbacks of Rust and Node.js backends for static webpages, including migration steps and a tutorial for transitioning from Node.