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

Better notes with Markdown and SublimeText!

|
Learn why Markdown is a good for taking notes during trainings and meetings and plugins for Sublime Text2+Markdown integration. It's very good for converting to blog posts with Github pages as well.

Read more

Notes from "Akamai Connector For Varnish" training

|
Akamai and Varnish are launching a new solution called Akamai Connector For Varnish. Here's how to setup and work with Varnish.

Read more

Synthetic Testing and with WPT and Jenkins

|
Webpagetest is very good for monitoring website performance. By using Jenkins to run synthetic tests on WPT, it is possible to build a decent solution for automated performance monitoring and validating your performance budget.

Read more