How to install Postman on Ubuntu?It relatively simple but you have several options at your disposal to do so:Apr 11, 2020Apr 11, 2020
How to mock in Python with ease?Using of Python mock.patch makes you feel uncomfortable and a bit nervous? Afraid no more. I will describe in this article simple ways of…Apr 11, 2020Apr 11, 2020
How to set up own VPN and DNS server with Ubuntu 18.04 on DigitalOceanHello everyone. In this article, I will explain how to set up your private, personal VPN and DNS server in several clicks with Ubuntu…Apr 3, 2020Apr 3, 2020
Using doctests from within unittests in pytestHello everyone. I’ve discovered for myself lately a need to run at the same time doctests alongside with pytest unit tests.Dec 22, 2019Dec 22, 2019
Implement versioning of Python projects according to PEP 440Hello dear reader, there is a cool PEP 440 and today I’ll try to explain how to implement such versioning for your project according to…Jul 8, 2018Jul 8, 2018
How to use PDB inside a docker container.Hello there fellow, if you’re reading now this article, then you probably ran into some problems related to debugging inside a docker…Jul 8, 20183Jul 8, 20183