Tag: #backend
-

Mastering MongoDB Aggregation: A Comprehensive Guide
MongoDB is a versatile NoSQL database known for its ability to manage large volumes of data efficiently and offers powerful tools for data querying and transformation. A key highlight of MongoDB is its Aggregation Framework, which enables developers to handle data processing tasks directly within the database. In this blog, we will explore the fundamentals…
-

WebSockets With NestJS & Redis
This blog dives into how to build a basic real-time service using WebSockets and Redis Pub/Sub in NestJS and how the right patterns can simplify your infrastructure and codebase.