#webdev
Read more stories on Hashnode
Articles with this tag
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...