Every engineer has a story. Mine is built on Linux terminals, container logs, YAML files, and the pursuit of clean automation. Hereβs how it all started β and where Iβm headed.
π 2018 β The Command Line Spark
“I started with the basics β SSH, Bash, and sleepless nights fixing broken servers.”
Installed and maintained Linux and Windows servers
Wrote shell scripts to automate user and backup tasks
Learned what happens when you forget a --force flag π
π§ 2019 β Automation Era Begins
“Why click when you can script it?”
Wrote Ansible playbooks to automate server provisioning
Started using Git for version control (and rebasing nightmares)
Created cron jobs to run system tasks and auto-remediation scripts
π³ 2020 β Containers, Meet Cloud
“Docker changed the game. Kubernetes made it epic.”
Dockerized legacy applications for consistent environments
Deployed first Kubernetes cluster on DigitalOcean
Discovered Helm charts and fell in love with declarative configs
Built multi-stage Docker builds for optimized images
βοΈ 2021 β Cloud-Native & IaC
“If itβs not defined in code, it doesnβt exist.”
Built cloud infrastructure using Terraform on AWS & GCP
Deployed autoscaling groups, VPCs, RDS, and S3 storage
Started GitOps using ArgoCD and GitHub Actions
Secured workloads with IAM roles, SSM, and WAF
π 2022 β DevSecOps & Observability
“You can’t protect what you can’t see.”
Integrated Trivy, Wazuh, and OpenVAS for vulnerability scanning
Built Prometheus + Grafana dashboards with real-time alerts
Created Slack and n8n bots to notify of production events
Enforced policy-as-code and secrets management via Vault
π 2023 β Full Automation & Self-Healing
“If it breaks, it should fix itself β or at least tell you nicely.”
Designed self-healing workflows using n8n and webhook triggers
Built custom Slack bots for deployment alerts and metrics
Automated WordPress deployments using Docker + GitOps
Used GA4 for performance metrics, Cloudflare for security/CDN
π§ 2024 β Scaling, Sharing, Evolving
“CI2CD was born β to share real-world DevOps knowledge.”
Launched CI2CD.space to share tutorials, tools, and projects
Working with small teams and startups to deliver scalable infrastructure
Mentoring junior engineers and contributing to open-source automation tools
Constantly learning: exploring serverless, eBPF, and platform engineering
π οΈ What Drives Me
Build once, deploy many
Automate the boring, secure the rest
Think like a developer, operate like an engineer
Tools change, principles stay
βDevOps isn’t just about tools β it’s about a mindset shift. One that lets you move fast without breaking things.β