Josh Software - Where Programming is an Art!

Real-time Games using HTML5, WebSockets, nodejs and socket.io


~1 month ago by Gautam Rege on Josh Software - Where Programming is an Art!.
Ever imagined playing a game on the web by simply logging in – no local installation required, no licenses and you can continue from where you left...

Upstart Scripts in Ubuntu


3 months ago by Siva Gollapalli on Josh Software - Where Programming is an Art!.
Upstart is an event based tool that handles starting of services during system booting and shut-down the services before system is shut down. It also monitors...

Push notifications using express.js and socket.io


4 months ago by Gautam Rege on Josh Software - Where Programming is an Art!.
So we built a real-time bidding system! Why? Because one of our clients needed it. Our customer bridges the gap between vendors and customers. (Cannot reveal...

Authorize Net (AIM) payment integration with rails


4 months ago by sandipransing on Josh Software - Where Programming is an Art!.
Authorize Net (AIM) method enables internet merchants to accept online payments via credit card. We shall see how to integrate authorize net payment gateway...

Designing Rails API using Rabl and Devise


5 months ago by Sethupathi Asokan on Josh Software - Where Programming is an Art!.
Most of us are aware that enabling API access for rails application is easy as Rails provides RESTful APIs by default. However, a little complexity arises...

Sencha Touch MVC application with Rails


5 months ago by Swapnil Chincholkar on Josh Software - Where Programming is an Art!.
For sometime, we have been toying around with different frameworks to build cross-platform mobile applications. Our latest research was with Sencha Touch...

Testing associations with factory girl


5 months ago by Siva Gollapalli on Josh Software - Where Programming is an Art!.
Associations are very important when we are working with relational databases. Writing relations in models is easy but when it comes testing them, it is...

Case Study: Improving Performance of MySQL, Thinking Sphinx in a Rails app


6 months ago by Gautam Rege on Josh Software - Where Programming is an Art!.
Recently, we faced a huge performance problem with one of our installed apps. The application is a Call Center ERP solution. The Call model is updated very...

IndexTank – So long and thanks for all the fish!


7 months ago by Gautam Rege on Josh Software - Where Programming is an Art!.
IndexTank got acquired by LinkedIn just a while back and I received a newsletter saying that they may discontinue services in 6 months. My tweet about this...

filter.js – Client side search filtering using JSON and jQuery


8 months ago by jiren on Josh Software - Where Programming is an Art!.
Speed for search result filtering is critical. Its fine for site users to wait for some time (maybe a few seconds) to load the search results but after...