Using Logging in Python for better reporting

|
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.

Read more

How to learn & adopt DevOps?

|
Moving from traditional development models to DevOps is a significant transformation. I share my experience on this journey and the resources I used.

Read more

How to learn & adapt DevOps?

|
Moving from traditional development models to DevOps is a significant transformation. I share my experience on this journey and the resources I used.

Read more

Fix mixed content issue with Content Security Policy report

|
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.

Read more

Handling a Git Pull request with merge conflict

|
Merging a git pull request with conflicts is not straight-forward for the first time. Here's how to do it.

Read more

Pretty Print JSON & Move it to Command Line

|
Pretty printing JSON is a common operation. I show how to get this done and set it as a command.

Read more

Quotes from DevOps Handbook

|
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.

Read more

DevOps : Building a Python virtual environment

|
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.

Read more