I was working on my side project JustRead and at some point, the complexity of the client side Javascript code became so high that I felt need for a more modular code. Initially, I had lots of server side calls scattered all around the place and was...
So, I am working on a web page extractor (something like Instapaper back-end) and I was wondering which language is a better fit for this type of code. Most of my experience has been with Java, so I am pretty familiar with the language and IDEs and ....
I have recently started using my Kindle more and it has been a quite pleasurable experiment. Rather than listening to nonsense music for 1000th time, reading a book can be helpful to get inspiration or learn more stuff. I use below tips to develop th...
During my (trial) move to Ghost v2 I had to migrate all of my posts written in Wordpress. I could easily export them from WP but importing them into Ghost was the difficult part. This is because there is no official plugin to do the export. There is ...
I am moving to Github Pages! Most of the important stuff are already migrated but I guess I will need to spend some time going through my posts to make sure they are correctly migrated and have proper formatting. Will update here soon.
I believe in minimalism. That’s why I only have a very small number of plugins in my vimrc file. This is my vimrc file as of now: set nocompatible " be iMproved, required filetype off " required " set the runtime path to include Vundle and initializ...