Ramblings of a techie
05 February 2017
15-Game in Android
›
Having developed this game earlier (for fun) in Java Swing and Actionscript years before, I thought I would port this to Android as well....
23 January 2017
A simple formula to rapidly succeed
›
This is a well-known formula. Wanted to see how it looks in code. Only 5 lines, not bad! Of course, you can force kill this infinite ...
21 January 2017
Gotchas while Appifying your website in Android with Webview
›
Android's Webview class is an excellent way to convert your website instantly into an app provided it is responsive. There are a l...
17 November 2016
Crawl all the linkedin skills
›
One of the recent problems I solved, crawling all the LinkedIn skills. Without any adieu, here is the source code. Well, most of it ...
19 comments:
22 September 2016
State of Rails Releases
›
I am dealing with multiple Rails applications at once some of which are funded right and some of which have ran into maintenance modes. I j...
2 comments:
26 July 2016
20 Tips for an Effective Code Review
›
It is a well-established fact that most of the bugs in the Software Development life cycle could be prevented literally right at the s...
08 June 2016
Jenkins bump from 1.x to 2.x
›
Jenkins is one of the amazing open source softwares especially after it forked itself from its predecessor Hudson. Amazing for multiple re...
31 May 2016
Responsive Email design with Rails
›
It is almost imperative in the recent times, the emails we send out are expected to be responsive with a heavy number of users preferri...
22 January 2016
Streaming vs Synchronus Replication in Postgres
›
I recently faced one strange issue in Rails which usually questioned some of the basic Relation Database principles. It gave me almost a sl...
07 January 2016
Quick way to import a jar in Eclipse
›
Following is a quick demonstration to import .jar files via Eclipse IDE See Also: TRIE ADT Tutorial You will need to understa...
5 comments:
31 December 2015
Hotel Automation Controller - Interview coding problem
›
This is one of the problems I got via a friend who recently faced a company called Sahaj Software a clone company to Thoughtworks. Proble...
21 November 2015
Cloning remote PG database and loading in Local environment
›
For projects involving small to medium sized databases one may require to copy the remote (or production) database onto local environme...
03 November 2015
Stand still - and you are going backwards!
›
Imagine you are standing on a moving escalator that is supposed to take you from a Ground level to the Top level - only that its moving i...
Printing the permutation of characters from a classical mobile phone
›
One of the problems I recently faced. Input: A set of numbers from a mobile keypad Output: Print all the combinations of characters for ...
17 August 2015
VIM Cheatsheet
›
A one page printable cheat sheet for VIM in PDF Format. Direct URL: https://goo.gl/Yu2rpG Source and credits to RICHARD TORRUELLAS :...
›
Home
View web version