jsmanifest
Modern web development insights. React, TypeScript, and beyond.
Recent Posts
View all →5 Authentication Patterns Every Node.js Dev Should Know
March 26, 2026
While most developers focus on which auth library to use, the real game-changer is understanding authentication patterns. Here are 5 battle-tested approaches that'll transform how you think about security in Node.js.
Pagination Patterns: Offset vs Cursor-Based
March 25, 2026
While building APIs, I realized most developers (myself included) default to offset pagination without understanding when cursor-based pagination could save them. Here's what I learned about choosing the right pagination strategy.
Build a Rate Limiter in Node.js (Token Bucket Algorithm)
March 24, 2026
Learn how to protect your API with a token bucket rate limiter in Node.js. Build it from scratch, add Express middleware, and scale with Redis for production.
Stay Updated
Get the latest articles and updates delivered straight to your inbox.