Skip to main content

3 docs tagged with "devops"

View All Tags

DevOps

DevOps is the attempt to bridge the gap between development and operations. So much gets lost in translation, and when you have two departments that are siloed, mistakes are bound to happen.

GitHub Actions

GitHub Actions are written in YAML file format. There are multiple ways of triggering GitHub actions, related to git-actions such as push/pull requests. But also cron schedules. It is a cheap and flexible way of doing simple jobs. One good advantage is that all the functions are in the same repo. One source of truth.

Practical MLOps

This book is a no-nonsense book about practical MLOps and how you should approach it to solve business problems. The book takes an even more hardline approach to automation and focuses on the concept of Kaizen ML, where continuous improvement and striving to make the feedback loop even shorter and the process more and more seamless.