Over time, I learned a few useful facts while working with NodeJS that made my life a lot easier at the beginning stage. I tried to compile them into a list on this post. As a NodeJS developer, you may find at least some of these NodeJS tips helpful as well. Using Strict Mode In Coding: using strict mode in Nodejs code helps us to figure out poorly written JavaScript … [Read more...] about NodeJS Tips And Tricks For Beginners
tips
A Collection Of Frequently Used Vim Commands
I am not a hardcore Vim/Vi user. But this tiny piece of editor is very much helpful for certain cases, such as editing files on remote server instance 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 certain task in it and I need to google it every time I am … [Read more...] about A Collection Of Frequently Used Vim Commands
Vistual Studio .NET Tips And Tricks
Sometimes, while working, we face some silly problems which are very easy to solve by nature, but we can't figure that out at that moment and waste some valuable time finding their 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 to make a list of these small things in my blog, … [Read more...] about Vistual Studio .NET Tips And Tricks