Hello there, lovely subscribers. This week’s post is going to dive deeper into CI. We’re going to look at what types of tests developers run in CI, how they integrate with version control systems, and where teams set up CI (on your own server, or in the cloud).
The first “Details” post covered ETL, and the most recent one covered data warehouses. As a reminder, if there are any topics you want to see me write about, just let me know! These details posts are for paid subscribers only.
Continuous Integration and Continuous Delivery (big words) are all about getting new code out into the wild as quickly and as securely as possible. CI is about the secure part – making sure that code is well tested and is going to perform on the stage exactly how you expect it to (or at least as close as we can get it).