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.

Understanding Software Versioning
- Software Development
- Versioning
- 12 Nov 2022
- 03 Mins read
Introduction Software versioning is an important practice in software development that tracks changes and updates to a codebase. It provides a structured way to identify different iterations of a

The Real Talk on Microservices vs. Monoliths
- Software Architecture
- Microservices
- 03 May 2025
- 11 Mins read
The tricky side of tiny boxes: when smaller isn't always better So, microservices, right? They're all the rage in the software world these days. Everyone's buzzing about how they make things super

GitHub Actions vs. GitLab CI for Monorepos: Which One Wins?
The world of building software is always changing, and how teams organize their code can really affect how well they work. One way that's become pretty popular is using a monorepo. That's just keeping

Full-Stack Observability with OpenTelemetry: Getting a Clear View of Your Systems
- Observability
- DevOps
- 19 Apr 2025
- 13 Mins read
Think about how complicated software can be these days. You've got all these different parts talking to each other, the stuff you see on the screen, the behind-the-scenes processing, the databases, an

Navigating Growth: Building a Secure and Scalable AWS Environment with a Multi-Account Architecture and Control Tower
- Cloud Computing
- AWS
- 13 Apr 2025
- 13 Mins read
The cloud journey often kicks off with a single AWS account. It feels simple and straightforward, especially when you're just starting out or have smaller teams. But as your cloud usage grows, that in

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