top of page
Search
The Tech Platform
Aug 16, 2022
Introduction to Git Branching Strategies
Git branching allows developers to diverge from the production version of code to fix a bug or add a feature. Developers create branches...
The Tech Platform
Jul 11, 2022
CI / CD with GitHub in .NET
GitHub uses GitHub Actions to launch CI / CD, the documentation for which can be found here and read in full. Here’s an example of how to...
bottom of page