Search across 94 posts, 14 explainers, and 55 topics
A few months back I was wondering how much big/difficult task it is to write a...
[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...
[Read More]
Schedule local notification in android
Hello Folks, In this tutorial we will discuss how we can schedule local notification in...
[Read More]
Add album cover to mp3 file
Hi Guys, Here I am again with a new gem called FancyAudio. Any guesses what...
[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...
[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...
[Read More]
Basic configuration of VIM
This article will explain about how we can configure vim for basic features like syntax...
[Read More]
nokogiri ERROR Failed to build gem native extension on MAC
During bundle install, a lot of time we use to get following error because of nokogiri...
[Read More]
Cucumber and calabash for android app testing
This article will cover how cucumber and calabash can be used for android testing. Code...
[Read More]
Vim modes - normal, insert and visual
This article covers all the basic modes of vim. commands or mappings supported in each mode and...
[Read More]
Set up automation using cucumber and capybara
This article is about setting up automation environment using cucumber and capybara from scratch with minimal...
[Read More]
Instrumentation testing of list view
In this post we will learn how to write simple instrumentation test. We will be...
[Read More]