AKAbhay Kumarinabhaysblogg.hashnode.dev·Jun 7 · 10 min readMicroservices Architecture : A Beginner-Friendly Guide If you’re new to software development and find terms like “monolith” or “microservices” confusing, don’t worry — you’re not alone. This guide is here to simplify those buzzwords and show you why micro00
AKAbhay Kumarinabhaysblogg.hashnode.dev·May 27 · 14 min readGitHub Actions Fundamentals : Automate Everything — From Code Push to ProductionWhat is CI/CD? CI/CD stands for Continuous Integration and Continuous Delivery/Deployment — a set of practices that automate the process of building, testing, and deploying software. Without CI/CD, th00
AKAbhay Kumarinabhaysblogg.hashnode.dev·May 24 · 13 min readKubernetes Fundamentals: Container Orchestration from Architecture to DeploymentWhat is Kubernetes? Kubernetes (often abbreviated as K8s) is an open-source container orchestration system originally developed by Google and open-sourced in 2014. In simple terms, it automates the de00
AKAbhay Kumarinabhaysblogg.hashnode.dev·Dec 22, 2025 · 9 min readDocker Fundamentals : From Architecture to Your First ContainerWhat is Docker? Docker is a containerization platform that allows you to build, test, and deploy applications quickly and reliably. A developer defines all application components and their dependencie00
AKAbhay Kumarinabhaysblogg.hashnode.dev·Dec 22, 2025 · 21 min read15 Essential Linux Terminal CommandsLinux, is a powerful, free, stable, secure, and highly customizable operating system that is essential to any developer's workflow. Most web servers run Linux, and tools like Docker and Kubernetes are00