A few months back I was working on a project which had a SOA(Service Oriented Architecture). Which means I had to start 4 to 5 services from different directories to start my workflow. And it was important to monitor the logs as well. For a few days I just executed...
[Read More]
Writing a new programming language
A few months back I was wondering how much big/difficult task it is to write a new programming language from scratch. Then I thought I would never know if I don’t write one by myself. Thats when I started reading about compilers, how it works and what are the phases involved...
[Read More]
Print custom messages after executing git commands
Wanna have fun while coding? then this post is for you!
[Read More]
Cool tips for vim users
Hello Folks, I have been using vim for about 2 years now. And it is my primary editor when it comes to editing text or coding(other than java ;) ). Since I have been exploring vim for 2 years, I have learned some cool tips which vim users can use....
[Read More]
Schedule local notification in android
Hello Folks, In this tutorial we will discuss how we can schedule local notification in android. Its a super easy job and involves few android components.
[Read More]
Add album cover to mp3 file
Hi Guys, Here I am again with a new gem called FancyAudio. Any guesses what this gem might do or how to use it. Let me explain it for you.
[Read More]
MediaMagic: Convert any media file into encoded string or vice-versa
This gem is written with the intention of converting any kind of file into encoded string or vice versa. The code is available on github.
[Read More]
Closure in Ruby
What is Closure?
[Read More]
Android with sqlite database
This article will cover how to use sqlite database with android. For this article I have created a demo application which is available on my github account. The app just has a list view which contains a list of products with its price. We will fetch the products from sqlite...
[Read More]
Basic configuration of VIM
This article will explain about how we can configure vim for basic features like syntax highlighting, enabling numbers etc. To enable basic features of vim you need to make some configuration changes.
[Read More]