Windows
Turn your PC into a temporary Web Server with NGROK
Showing work progress to clients right from the localhost is extremely easy. NGROK turns the computer into a temporary web server for absolutely no cost!
How to rename a Git branch
You might need to rename a Git branch both at your local as well as on the repository itself. The process is pretty straight forward. But be careful about any PR that is opened already.
Show/Hide hidden elements on Windows Ubuntu and Mac
Ubutu by default keeps system and sensitive files hidden. But there are times when we might need to see them. This is fairly easy.
Untrack file or directory from Git repository
There are times when one or more files accidentally get tracked or you might need to untrack one or more files which were previously being tracked.