A Pragmatic Guide to Rate Limiting: NestJS + Redis + Nginx
How I implement layered rate limiting in full-stack applications using NestJS, Redis, and Nginx — with performance and maintainability in mind.
Notes, ideas, and deep dives from my journey building full-stack web platforms.
How I implement layered rate limiting in full-stack applications using NestJS, Redis, and Nginx — with performance and maintainability in mind.
An engineering-oriented exploration of PostgreSQL schema design: balancing normalization, performance, and long-term maintainability.
A practical and experience-based overview of how I evaluate and choose frontend frameworks depending on project goals, team size, and long-term requirements.
A practical guide to keeping your API contracts aligned across frontend and backend using Zod and a shared types package.
A structured approach to backend architecture using NestJS: exploring modular design, TypeScript integration, and scalable system patterns.