Open in app

Sign In

Write

Sign In

Vladyslav Krylasov
Vladyslav Krylasov

9 Followers

Home

About

Apr 11, 2020

How to install Postman on Ubuntu?

It relatively simple but you have several options at your disposal to do so: Snap (installs older version but simpler): $ sudo snap install postman 2. Install it by an automated script (installs the latest version). Just head to a terminal on your machine and paste this: $ cd $ curl -O https://vald_phoenix.keybase.pub/Scripts/install-postman.sh && chmod +x install-postman.sh && bash install-postman.sh

Postman

1 min read

How to install Postman on Ubuntu?
How to install Postman on Ubuntu?
Postman

1 min read


Apr 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 doing so by asking yourself questions. See this repo to understand better what happens: vald-phoenix/mocks An aim of the repository is to show how to effortlessly use mock.patch and its main 3 strategies to mock things during…github.com Q: I want to mock a method of an instance. How can…

Python

1 min read

How to mock in Python with ease?
How to mock in Python with ease?
Python

1 min read


Apr 3, 2020

How to set up own VPN and DNS server with Ubuntu 18.04 on DigitalOcean

Hello everyone. In this article, I will explain how to set up your private, personal VPN and DNS server in several clicks with Ubuntu 18.04 on DigitalOcean. This tutorial is a beginner-friendly. I will describe each step in details. Things to be used: - OpenVPN; - PiHole + Unbound + Stubby; - Ubuntu…

DNS

6 min read

How to set up own VPN and DNS server with Ubuntu 18.04 on DigitalOcean
How to set up own VPN and DNS server with Ubuntu 18.04 on DigitalOcean
DNS

6 min read


Dec 22, 2019

Using doctests from within unittests in pytest

Hello everyone. I’ve discovered for myself lately a need to run at the same time doctests alongside with pytest unit tests. Let’s assume one’s have such structure of a project: That person needs to cover by unit tests app package and at the same time…

Doctest

1 min read

Using doctests from within unittests in pytest
Using doctests from within unittests in pytest
Doctest

1 min read


Jul 8, 2018

Implement versioning of Python projects according to PEP 440

Hello 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 this one. Actually, it’s very simple process. You just need to install a single Python package. pip install --user bumpversion After that, you need to…

Python

2 min read

Implement versioning of Python projects according to PEP 440
Implement versioning of Python projects according to PEP 440
Python

2 min read


Jul 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 container by means of pdb. There are several nuances that uncovered on the internet, so I’d like to share with others my personal experience with those. …

Docker

3 min read

How to use PDB inside a docker container.
How to use PDB inside a docker container.
Docker

3 min read

Vladyslav Krylasov

Vladyslav Krylasov

9 Followers

Software Engineer, LL.B., MSc in CS

Following
  • Sebastián Ramírez

    Sebastián Ramírez

  • Erin Doyle

    Erin Doyle

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech