Feb 10 · 4 min read · Introduction CI/CD is one of the most important skills in modern software engineering and DevOps.Yet many developers use CI/CD without truly understanding how it works. This blog walks through GitHub Actions CI/CD from first principles, covering: ho...
Join discussionJan 12 · 9 min read · There was a time when deployment was the most stressful part of being a developer: shipping meant coordinating with ops, waiting for a narrow deployment window, manually tweaking servers, and hoping nothing broke after the big cutover. Releases went ...
Join discussion
Dec 22, 2025 · 2 min read · Introduction DevOps is not just about tools—it’s about building, deploying, and managing real systems.In this blog series, I’m building a real-world DevOps project where an application is containerized, automated, and deployed to the cloud. This firs...
Join discussion
Nov 4, 2025 · 10 min read · Introduction: Why High Code Quality and Developer Productivity Matter In today’s fast-paced world of software engineering, the demand for delivering reliable, maintainable, and high-performing software is higher than ever. Companies face mounting pre...
Join discussion
Oct 20, 2025 · 5 min read · Introduction In the previous article Using Marketplace Actions Like a Pro we explored how to use prebuilt actions from the GitHub Marketplace to automate workflows. Now, let’s take things from theoretical to practical. We’ll build a real-world Contin...
Join discussion
Oct 10, 2025 · 3 min read · Introduction In this project, I built a Serverless Student Management System using: AWS Lambda (for backend logic) API Gateway (for REST API endpoints) Amazon DynamoDB (for database) Amazon S3 & CloudFront (for frontend hosting) AWS CodePipeline...
Join discussionSep 26, 2025 · 10 min read · In the world of modern software development, GitHub Actions has become the driving force behind automation. It builds our code, runs our tests, and deploys our applications. However, this powerful engine, if misconfigured, can also become a direct li...
Join discussion
Sep 25, 2025 · 9 min read · 💡 TL;DR: This article presents a complementary approach to Power BI deployments using blue-green deployment strategies with Docker containers, by leveraging existing classic Power BI deployment pipelines along with Azure DevOps pipelines, Fabric CLI...
Join discussion