Hi, I'm Manu


Engineer | DevOps & Software Specialist

Unlocking The Secrets of Your Systems

⚡️ TL;DR In today’s fast-paced world of software development, understanding what happens inside your systems is crucial. Observability is the key to this understanding—it’s the ability to infer a system’s internal state based on its external outputs. Think of it as the window through which we can view the inner workings of our applications by analyzing logs, metrics, and traces. [Read More]

Linux Startup

⚡️ TL;DR Understanding the Linux boot process is crucial for anyone diving into the world of Linux. It’s the sequence that kicks off when you power on your computer, leading up to a fully operational user interface. Grasping this process can enhance your troubleshooting skills and help you fine-tune your system’s performance to fit your needs. While it can seem technical, fear not—you can start using Linux without diving deep into every detail. [Read More]

Automating Software Delivery

⚡️ TL;DR In today’s fast-paced software development world, Continuous Delivery (CD) is a game changer. It’s all about automating the release of software changes to production environments in a reliable and frequent manner. Building on the foundation of Continuous Integration (CI), CD ensures that your software is always ready to be deployed. Let’s dive into the nuts and bolts of CI/CD and explore how these practices transform the software development lifecycle. [Read More]
Tags: devops ci/cd

Embracing the Power of Infrastructure as Code

⚡️ TL;DR Infrastructure as Code (IaC) is revolutionizing the world of software development and IT operations. It’s transforming how we build, manage, and scale infrastructure by allowing us to describe and provision infrastructure elements through machine-readable scripts. Think of it as treating your infrastructure like software code! [Read More]
Tags: devops iac