Hey friends, and welcome back to the Adventures of Blink! If you find this post valuable, please let me know with an emoji, or a comment, or even a like on the Youtube channel - so I know to make mor...
In today’s fast-paced development world, waiting for manual deployments is a thing of the past. If you’re not using Continuous Integration and Continuous Deployment (CI/CD) yet, you’re missing o...
GIT:
Git is a free and open-source distributed version control system that helps track changes in files, primarily used for managing source code in software development. It allows multiple users to wo...
This article will discuss the practice of deployment using GitLab Pipeline with a Continuous Integration/Continuous Deployment (CI/CD) approach. My goal in creating this article is to facilitate indie...
Hey friends, welcome to The Adventures of Blink! If you find today's adventure helpful, please let me know by leaving an emoji or a comment... and then make sure to subscribe so you don't miss upcom...
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...
Tired of commit messages like "fix again 😬"? It's 2025 — your Git history deserves better.Use:
✅ git commit --fixup
⚙️ git rebase --autosquash
✨ Clean commits, pro-level history, and zero...
This article originally appeared on my personal blog https://luigimorel.com
Introduction
While working on software projects, maintaining control over configurations is very important. Software...