4 followers
I am Frontend developer from Slovakia. Using Angular, Javascript. Interested in ux, UI design. Blogging about topics which I met with during developers carreer
Usage of code formatter increases the readability of code and helps to keep the same style in the whole project. In this article, we will go through...
Prettier - Code formatter It is code formatter with support of many languages. It can automatically format the code right after save which save your...
A wise man once said: "If you can not explain it, you do not understand it". A few years ago, when I had searched for a job as a student I went...
In VS Code there exist bunch of keyboard shortcuts, which help programmers not use GUI or mouse, while they are writing code. Probably, its not...
Before merging your branch to the main branch (develop, master, whatever), it occurs that your branch is many commits behind the destination branch...