Nothing here yet.
May 17 · 4 min read · When I first started learning DevOps, I focused heavily on tools. Jenkins.Docker.AWS.Terraform. But while building real projects, I kept running into problems that none of those tools alone could solv
Join discussion
May 10 · 3 min read · For a long time, my AWS workflow was completely manual. Create an EC2 instance.Configure security groups.Open ports.Repeat the same steps for every setup. It worked. But after a point, it started feel
Join discussion
Apr 26 · 3 min read · I thought deployment would be the easiest part of my CI/CD pipeline. The build was working.Docker was working.The pipeline was stable. Now it was just about pushing the application to a server. Simple
Join discussion
Apr 19 · 3 min read · I thought my CI/CD pipeline was complete. Build ✔Docker ✔Deployment ✔ Everything was working end to end. Then I added one more step: Code quality. Introducing Code Quality into the Pipeline To make t
Join discussion