Blog Posts
Long-form write-ups on AWS, DevOps and Infrastructure as Code. The kind of post you read once, then come back to with a terminal open.

Policy as Code with Open Policy Agent: A Technical and Governance Perspective
Think about how much stuff modern organizations have running in the cloud these days. It's a lot, right? All those servers, applications, and connections can get pretty complicated to manage. Just cli

Zero Trust Architecture in DevOps Pipelines: Secure Your CI/CD Workflows
- DevOps
- Cloud Security
- 05 Apr 2025
- 06 Mins read
Security matters a lot in DevOps environments, where CI/CD pipelines and cloud infrastructure drive software delivery. One model that's changing how teams approach security is Zero Trust. This art

VIM Cheat Sheet
What is VIM? VIM (Vi Improved) is a versatile text editor pre-installed on most Linux systems, known for its efficiency in command-line file editing. Its modal nature, switching between modes like

10+ Secret Git Commands That Will Save Hours Every Week
- Git
- Version Control
- 22 Feb 2025
- 04 Mins read
Introduction As a software engineer, DevOps engineer, or GitHub user, you probably use Git daily. But are you making the most of it? Git is packed with commands that can save you hours of manual w

Streamlining GitHub Organization Management with Terraform
- DevOps
- Infrastructure as Code
- 11 Jan 2025
- 05 Mins read
Managing a GitHub organization manually can become increasingly complex as teams grow and projects multiply. For DevOps and DevSecOps engineers, automation is how you keep things consistent and cut do

Getting Addicted to Coding: Why We Love Programming More Than Sleep
- Programming
- Career Development
- 15 Nov 2024
- 03 Mins read
For a lot of people, coding stops being just a skill and turns into a passion, a lifestyle, and sometimes an obsession. But what makes programming so captivating? Why do some developers lose track of

When to Use Serverless?
- Serverless
- Cloud Computing
- 26 May 2024
- 05 Mins read
As a DevOps engineer working with AWS, knowing when to use serverless architecture matters for your projects. Serverless computing offers real benefits, but it's important to know when it's the right

Why You Should Not Use Else Statements in Your Code
- Software Engineering
- Programming Best Practices
- 24 May 2024
- 03 Mins read
In software engineering, how you structure your code shapes its readability, maintainability, and overall quality. One often-debated topic is the use of else statements. They look straightforward, and