© 2026 Hashnode
Hey fellow coders! I recently tried a fantastic microservice project at ashutoshkandpal89/microservice-app, and I’m pumped to share how I got it running. This full-stack app uses Node.js, React, MongoDB, Docker, and Azure, complete with CI/CD pipelin...

Diagram to understand SDLC 🏡 1. Planning & Feasibility What you do: Decide what the app should do—e.g., let teams add/edit to-do items, real-time sync, secure login. Why it matters: Sets the foundation—scope, budget, timeline, feasibility (can thi...

What is Deployment in k8s A Deployment provides a configuration for updates for Pods and ReplicaSets. You describe a desired state in a Deployment, and the Deployment Controller changes the actual state to the desired state at a controlled rate. You...
