This is going to be a short post about how to generate CA certificates and import it to store to…
Python Generators
Generators in python are cool. They help developers to deal with long lists, increase the performance of the calculation of…
Ansible: docker-based testing environment
When I started using Ansible (version 1.4) docker wasn't such popular as it is nowadays and to test playbooks I…
HTTPie vs cURL (Part 3)
Over the last decades cURL was the king in CLI HTTP client area. It has many features which is enough…
HTTPie vs cURL (Part 2)
Over the last decades cURL was the king in CLI HTTP client area. It has many features which is enough…
HTTPie vs cURL (Part 1)
Over the last decades cURL was the king in CLI HTTP client area. It has many features which is enough…
sed use cases
In this post, I'm going to look at sed ("stream editor") which is commonly used in the IT world and…
UUID
UUID - what is it? UUID is a universally unique identifier which consists of 128-bit number used to identify information…
testing python 3.9.0rc2
python 3.9 GA is comming As python 3.9 GA is expected to be released today: Expected: 3.9.0 final: Monday, 2020-10-05…