Juan Castillo

Juan Castillo @juan_castillo

About: Full Stack Developer | Building scalable apps with modern tech | Passionate about crafting clean code, solving complex problems, and sharing knowledge with the dev community.

Joined:
Jan 14, 2025

Juan Castillo
articles - 8 total

Building a Webhook Systems with NestJS: Handling Retry, Security, Dead-letter Queues, and Rate Limiting ✨

Webhooks are a powerful way to enable real-time communication between services. But what happens if a...

Learn More 5 0Apr 4

🚀 Handling Cron Jobs in NestJS with Multiple Instances using Bull

Introduction Cron jobs are essential when you need to execute scheduled tasks in your...

Learn More 1 1Mar 23

Cursor-Based Pagination in NestJS with TypeORM 🚀

Hey there, devs! 👋 If you've ever struggled with paginating large datasets efficiently, you're in the...

Learn More 2 0Mar 13

Implementing Rate Limiting in NestJS with Redis for Scalable Applications 🚀

Introduction Rate limiting is essential to prevent abuse and ensure fair usage of your...

Learn More 1 0Mar 4

🚀 Performance Testing: Types and Implementation with k6

🎯 Introduction Performance testing is crucial to ensure your app can handle traffic like a...

Learn More 1 0Feb 6

How to Log with Loki and Grafana Using NestJS 🚀

Introduction Have you ever wondered how to keep a detailed log of what's happening in your NestJS...

Learn More 3 2Jan 23

Understanding JavaScript's ?? (Nullish Coalescing) and || (Logical OR) Operators 🤔💡

Introduction In JavaScript, the ?? (nullish coalescing) and || (logical OR) operators are commonly...

Learn More 0 0Jan 20

Centralizing Query and Mutation Configurations with TanStack Query + React 😎

TanStack Query is a powerful tool for managing server state in React applications. However,...

Learn More 1 0Jan 17