Operations | Monitoring | ITSM | DevOps | Cloud

Latest Videos

Automated browser tests EXPLAINED in code

Automated tests keep your code flowing, but don't stress about testing browsers. This video shows how browser tests are automated in real world through Selenium, Chrome, and Python code examples, with a bonus tip to help debugging in your Continuous Integration (CI) pipeline. The code and diagram graphics are generated via the Python library Code Video Generator, source in the links below.

CI/CD quick tip: Custom Slack message on code deployment

Notify Slack on deployment with a message customized for your team. This video walks you through how to create a Slack app, register a webhook, and use that webhook in your continuous delivery pipeline to send a custom message to Slack. If you don't want to do it yourself, try deployment notification in Sleuth. LINKS SLEUTH.

Continuous Deployment explained in code

Don Brown, CTO/Co-founder of Sleuth and ex-Atlassian Architect, shows what Continuous Deployment is and how to we use it to build and deploy Sleuth, itself a deployment tracker. It steps through the CircleCI and Fabric configuration files and code that takes each commit to master and puts them through staging and production environments automatically.