For almost all my CSE learning time, I thought CI/CD was a simple pipeline/flow that just checks and deploys stuff. Don't get me wrong, I only got a taste of CI/CD through services like Vercel and Render and never thought to look deeper into it. But when I decided to implement a CI/CD pipeline myself for my project, my view completely changed!! GitHub Actions So I started with the basic/famous one, GitHub Actions, and the amount of things I learnt was unreal. I learnt that CI ...