Building a CI/CD Pipline 2: Dev Environment (Linters)
Linters in the Techlab In our ongoing series about building a robust CI/CD pipeline, we’re focusing on the foundation: the development environment. Our “techlab,” as shown in the pipeline diagram, is where the magic happens. To ensure we’re building quality code from the start, we’re integrating linters into our workflow. What are Linters? Think of […]
Building a CI/CD Pipeline: A DevOps Perspective
While I can throw together a script or two (like the weather CLI I recently blogged about), write some python, and work well with declarative syntax, I’m not primarily a developer. My real passion lies in the world of DevOps – building, automating, and optimizing the infrastructure and processes that empower developers to do their […]
Building a Weather CLI
In the world of DevOps, we’re always looking for ways to automate and streamline our tasks. Even something as simple as checking the weather can be made more efficient with a bit of scripting magic. So, I recently decided to build a command-line interface (CLI) tool using Bash that fetches the current weather for my […]
Welcome to my Tech Blog
Welcome to my blog! Here, I’ll share insights about DevOps, cloud platforms, automation, and my latest projects. Stay tuned for tips, tutorials, and updates!