25 Aug 2017
|
devopsautomationautomated unit testlogging
By using a multi-level logging built into the code can help in making it more DevOps friendly. Python's logging frame-work is a good way to start.
30 Jun 2017
|
Mixed content can cause browser warnings. Finding such pages can be automated by using Content-Security-Polciy reports and I show how to do this.
10 Jun 2017
|
devopsbookgene kimjez humbledevops processes
The DevOps Handbook is codification of DevOps mindset, practices and processes. Written as a follow-up to the other book, The Phoenix Project, it reinforces core concepts. Here are my favorite quotes from the book.
30 May 2017
|
When embarking on a devOps journey, getting a consistent development environment is the key. In this post, I show how to setup a virtual environment and install the correct libraries necessary for a project.