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
Productivity
Beginners Guide To Use Git With Visual Studio
It's not very long since Microsoft started support for using git with Visual Studio(since last year, 2013). Recently, it added some core updates to its GIT support, as mentioned on TechCrunch. I have not been using the visual studio/.NET platform for a while and thus wasn't aware of the latest stuff. I explored this integration of git with Visual Studio recently in my free … [Read more...] about Beginners Guide To Use Git With Visual Studio
Automated Deployment With GIT Post Receive Hook
There are several deployment/CI tools available on the web. However, I was looking for a quick way to deploy a prototype app on a VPS without going through those processes. For this simple purpose, a git hook seemed like a legit idea. Thus, I went on this adventure of simple automated deployment with a git hook. There are several articles showing the process in various … [Read more...] about Automated Deployment With GIT Post Receive Hook
Using GIT Plugin For Netbeans IDE
In this tutorial, I will try to describe how easily we can use git operations from within the IDE by using the git plugin for Netbeans. Also, I would like to mention that git support for Netbeans IDE started in version "7.x". So, please make sure your IDE is updated. I am using Netbeans IDE 7.3(beta) while writing this tutorial. If you are very new to git, you should first … [Read more...] about Using GIT Plugin For Netbeans IDE
Vistual Studio .NET Tips And Tricks
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