jsmanifest
Modern web development insights. React, TypeScript, and beyond.
50+Articles
5+Years Writing
100K+Readers
index.ts
Recent Posts
View all →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.
paginationapi-designtypescript+2
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.
Node.jsRate LimitingAPI Security+2
tRPC: End-to-End Type Safety for Your API
March 23, 2026
Discover how tRPC eliminates the type safety gap between your TypeScript frontend and backend without code generation or schemas. Build fully type-safe APIs in minutes.
tRPCTypeScriptAPI Development+1
Stay Updated
Get the latest articles and updates delivered straight to your inbox.