Infrastructure as Code (IaC) isn’t just a best practice in modern cloud environments, it’s essential.As systems scale, teams need automation, consistency, and strong security to avoid the pitfalls...
On rare occasions, I write a blog post that's not about MiniScript. Today is one of those! It addresses a problem that I've often faced at work: keeping track of all my local git branches.
T...
Hey devs 👋! Ever been in a situation where someone on your team (maybe even you 👀) asks:
"Hey... which commit did we deploy to production last week?"
And suddenly everyone's scrolling through th...
Have you anytime got an error regarding git while uploading files to remote repo via git from your system about setting certificate file?Use case :-)I've just experienced this & let me tell you, I...
I create a lot of projects for instructional purposes, game jams, and prototypes and I find myself often going to gitignore.io to grab the latest recommended Unity gitignore as a starting point.If you...
Hey friends, and welcome to this week's Adventure of Blink! I'm so glad you're here, be sure to leave me an emoji to let me know if this helps you out, and follow the blog so you won’t miss any fu...
Your Step-by-Step Guide to the Most Useful Git Commands in DevOps
In the world of DevOps, version control is not just useful—it's essential. Git is the most widely used version control syst...
When you use ansible vault in your project, sometimes merge conflicts would occur across divergent branches that make changes to the encrypted file. Below is a simple process to identify and resolve m...
✅ Make your Git commit messages clean, consistent, and conventional—right inside Neovim!
When it comes to managing a codebase, well-written commit messages are as important as clean code. They pr...