Over time, I learned a few useful facts while working with NodeJS that made my life much easier at the beginning. I tried to compile them into a list in this post. As a NodeJS developer, you may find at least some of these NodeJS tips helpful.Using Strict Mode In Coding:Using strict mode in Nodejs code helps us to figure out poorly written JavaScript syntax and forces … [Read more...] about NodeJS Tips And Tricks For Beginners
I am not a hardcore Vim/Vi user. However, this tiny editor is beneficial for specific cases, such as editing files on a remote server while connected via terminal/SSH. Thus, I have occasionally used this whenever needed. However, I felt that, as I don't use it very frequently, I often forget how to do a particular task in it, and I need to google it every time I am in such a … [Read more...] about A Collection Of Frequently Used Vim Commands
Sometimes, while working, we face some silly problems that are very easy to solve by nature, but we can't figure them out at that moment and waste some valuable time finding solutions. Similar happens to some other scenario, where we knew what to do to get a certain result but can't memorize particularly. I was thinking of making a list of these small things in my blog, which … [Read more...] about Vistual Studio .NET Tips And Tricks