Programming is hard and long process but it doesn’t have to be if you have the right extensions on your editor. Since vscode is one of the most popular code editors right now. Here are some of the extensions that will help you improve your productivity. 1. Bracket pair Colorizer When I first saw this plugin I didn’t think I might need this. But if you are working on languages that require a tree...
Setup your terminal like a pro with iterm and zsh
Programing requires you to frequently use the terminal to perform many actions. The default terminal is just plain ordinary and doesn’t help you at all with limited information and blant design. Zsh also known as Z Shell is a shell built on top of the default shell for macOS(bash). Zsh has huge number of features and when combined with iterm it becomes a beast for programming and...