Stop installing DB locally use Docker for local development for MongoDB or PostgreSQL

It is very simple but you have to use a Docker containers. Meaning that for example to use a MongoDB locally you have to run MongoDB docker container, and guess what it is way easier than running MongoDB locally!

March 19, 2021 · 4 min · Tigran Bayburtsyan

My laptop independent workflow as a software engineer

Coding is not an easy process, especially if you have to be super focused to do it relatively fast and without bugs. Keeping the focus on coding only is quite a difficult challenge, but this story is

November 20, 2019 · 5 min · Tigran Bayburtsyan