Blogs
Security Is Not a Feature
2 min read
Security Is Not a Feature
Learn the essential security practices for modern web applications, including authentication, authorization, input validation, rate limiting, secret management, HTTPS, security headers, dependency management, and defense in depth.
The Evolution of HTTP Protocols
2 min read
The Evolution of HTTP Protocols
A journey through the evolution of HTTP, from the simple document protocol of HTTP/0.9 to the modern QUIC-powered HTTP/3.
tRPC Simplifies Type-Safe API Development
2 min read
tRPC Simplifies Type-Safe API Development
Learn how tRPC provides end-to-end type-safe APIs for TypeScript applications, including procedures, validation, batching, and the advantages and limitations of using tRPC.
Understanding Modern Next.js Rendering
2 min read
Understanding Modern Next.js Rendering
A practical guide to understanding React Server Components, Client Components, and how Next.js rendering strategies like SSG, SSR, ISR, and PPR work together.