DevOps
Configuration Format Comparison
Understand INI, XML, JSON, YAML, TOML & ENV
In modern software development and operations, configuration files are everywhere. From defining how an application behaves to provisioning entire infrastructures via code, they are essential for making systems predictable, reproducible, and...
Understanding the Components of Kubernetes
Understanding the Basics Part 2
Kubernetes is renowned for its ability to orchestrate containerized applications at scale. To fully appreciate how it works, it’s important to understand the key components that make up its architecture. In this article, we’ll dive into the core...
Introduction to Kubernetes
Understanding the Basics
Kubernetes has emerged as one of the leading platforms for managing containerized applications at scale. In this article, we’ll provide a high-level overview of Kubernetes, explore its core architecture and highlight how it compares to Docker or...
Resume
Career Objective To leverage over five years of expertise in DevOps, cloud-native technologies, and infrastructure automation to design and implement scalable, secure, and high-performance solutions. As a certified Kubernetes and Azure specialist, I...
How to Gitconfig
A practical Guide to managing multiple git Users
When working with Git, having an organized and efficient configuration can make a world of difference. Over the past few days, I’ve been diving deep into my .gitconfig, tweaking it to suit both my personal and professional needs. In this article,...