Puneet Chhabrapuneetchhabra.hashnode.dev·Dec 20, 2024Designing and Implementing a Scalable Notification SystemDesigning and implementing a notification system that can send various types of notifications (e.g., email, SMS, push notifications) based on user preferences. Project demonstration video: https://www.youtube.com/watch?v=UB79MBRyXrQ . It is recommend...Java
Bablu Roybabluroy.hashnode.dev·May 28, 2023Building Scalable and Optimized Architecture on MongoDB Using Node.jsIntroduction: MongoDB is a popular NoSQL database that provides flexibility, scalability, and high-performance capabilities. When combined with Node.js, it offers a powerful and efficient solution for building scalable applications. In this article, ...40 readsMongoDB
Adeesh Sharmaadeesh.hashnode.dev·May 22, 2023Creating three simple micro-services using NodeJS and deploying them using Docker + KubernetesAbout Application Description This is a microservices-based application built using Node.js and MongoDB. The application consists of three microservices - User, Product, and Order - each of which is deployed as a separate Docker container. The User s...856 readsk8s
Adeesh Sharmaadeesh.hashnode.dev·May 16, 2023Understanding Open Source Project: KubernetesObjective This article aims to provide an understanding of Kubernetes, an open-source project for container orchestration. By the end of this article, we will have looked at the following: What Kubernetes is, its history, and how it works Understan...59 readsKubernetes