Feb 6 · 5 min read · I recently resumed my journey learning AWS, and I hit a realization that changed everything. In the past, whenever I wanted to practice with a tool like Jenkins, I would log into the AWS Console, click through the EC2 wizard, manually select security...
Join discussion
Jan 25 · 15 min read · Introduction In today's fast-paced software development landscape, implementing a robust CI/CD (Continuous Integration and Continuous Deployment) pipeline is no longer optional—it's essential. In this comprehensive guide, we'll walk through the compl...
Join discussion
Jan 22 · 4 min read · For a long time, I saw Multi-Tenant Jenkins mentioned repeatedly in SRE and DevOps discussions and interviews.I read articles, watched talks, but something always felt missing. I understood how people configured it — but not what real problem it was ...
Join discussion
Jan 7 · 11 min read · Phase 1: Initial Setup and Deployment Step 1: Provision EC2 (Ubuntu 22.04) using Terraform: Create a directory with the following structure. terraform/ ├── providers.tf # AWS provider and region ├── main.tf # EC2 instance, key pair...
Join discussion
Jan 6 · 4 min read · Continuous Integration (CI) It is a DevOps practice where code is frequently integrated into a shared repository, followed by automated build and testing processes.The main goal of CI is to detect issues early, improve software quality, and speed up ...
Join discussion