I am available for mentoring, dm me on linkedin/Instagram
Oct 22, 2025 · 9 min read · Security can no longer be an afterthought in modern software development. DevSecOps integrates security into every phase of the development pipeline, catching vulnerabilities early when they're cheapest to fix. The best part? You don't need expensive...
Join discussion
Oct 3, 2025 · 9 min read · What is a Helm Chart? (Simple Answer) A Helm chart is a ZIP file containing: Kubernetes YAML templates (Deployment, Service, etc.) A values.yaml file with default configuration A way to customize those templates Think of it like: Template = A f...
Join discussion
Aug 25, 2024 · 5 min read · Overview: Today we will look beyond terraform validate, plan and apply. While writing IaC, it is important to treat it like a code rather than just a bunch of tf files for spinning up the infrastructure. Today in this article, I will focus on how to ...
Join discussion