Terminal Enhancers - Part 1I have been thinking for a long time to write about terminal tools which help me to increase my productivity a lot. Finally yea! I have started writing. I do not want to put all these interesting tools in a single blog post so planned to write a seri...Aug 24, 2020·7 min read·2.5K
How to Bookmark commands in TerminalAlways we hate to type or search or copy and paste most often used commands in the terminal. I found a great tool to ease the navigation in the terminal, called Apparix. It lets you bookmark a folder so that you easily can navigate to it just by typi...Aug 22, 2019·1.1K
MEAN Stack - Cheat SheetMEAN Stack Cheat Sheet Github Repository Those who want to become a Full Stack Developer their first choice is MEAN Stack because it has a lot of scopes and easy to learn as well but preparing is hard so Here's a Cheat Sheet - Inspired by The Technic...Jul 11, 2019·662
Create Extensions for VS Code- Part 2Introduction This is the second part of the Create Extension for VS Code series. You can also read the first part in My Dev Blog , or in dev.to : In the first part, we learned how to create a simple Hello World Extension and the basic understanding...Jun 24, 2019·457
Create Extensions for VS Code - Part 1I wanted to develop a VS Code extension to solve one of my daily problems, so I started to look at VS Code API They have really awesome documentation and sample extensions which are really helpful. I could run my first Hello world extension in les...Jun 21, 2019·862
Database Normalization in simple termThe database design goal is always to store and retrieve the data in the most efficient manner, bad database design will lead to huge problems when the application grows bigger. To avoid them database design should consist of the following properties...Apr 26, 2019·379
Learn and Implement Data Structure in JS - Singly LinkedListThe problem is that many of the people trying to learn data structures but not implementing them. People start worrying about data structures. This occurs because everyone has heard that a good knowledge of data structures is important for technical ...Apr 25, 2019·272