#tips-for-developers
Read more stories on Hashnode
Articles with this tag
I’ve been planning to write a blog post about this for a long. Building small, focused modules/package means reusability and makes it possible to...
If you are a developer, you’re mostly working using the command line. You may even want to find out the most used commands. fc -l 1 | awk...
If you forgot to add sudo in your last command, you don’t need to type it completely. To execute ant last executed command by as superuser: sudo...
The first time I started to use Sublime Text, I love the ⌘ + p shortcut combination. I really change the way I switch between files. After GitHub, I...
Today I have a small disagreement with GIT and gitignore rules. When you add a file to a GIT repository, it is tracked by GIT. Then adding it to...
Imagine that you’re working on a big feature in your app. Then you get a critical bug ticket that should be resolved immediately. You don’t want to...