Docker Compose Local
devops·7 min
Docker Compose - Local Development Environment from Scratch
How to set up a local development environment with Docker Compose. Next.js, .NET API, PostgreSQL, Redis and Mailhog in a single command.
3 posts
Docker Compose Local
devopsHow to set up a local development environment with Docker Compose. Next.js, .NET API, PostgreSQL, Redis and Mailhog in a single command.

Learn how to use Redis for data caching and task queue implementation. Practical guide with examples for Node.js and .NET.
Redis Pub/Sub Real-Time
technologieBuild real-time notification systems with Redis Pub/Sub. Node.js implementation, WebSocket integration, scaling strategies and comparison with Kafka.