Below you will find pages that utilize the taxonomy term “Tech Stack”
Posts
How I Tuned My CI/CD Pipeline To Be Done in 60 Seconds
A CI/CD Pipeline is one of the key tools software engineers have to produce high quality software. It stands for Continuous Integration (CI) and Continuous Delivery (CD). The idea being that instead of making a bunch of changes to your software and then pulling it all together to test it at the end, you should continuously integrate (test) and release (deploy) your software to find bugs faster.
Like many people, I store my software source code on GitHub.
read more