MongoDB Indexes

In this blog I am going to share my experience and learnings with MongoDb indexes.
Neelkanth Ram
4 min read

Outsourcing Image Processing

One of our clients at Spritle is a startup that sells photos taken at various events. The Rails app we have built and maintaining...
Steve Robinson
4 min read

Android Intent API with RhoMobile

Intents are awesome features loved by every android developer. It makes our work easier. Now RhoMobile 4.1+ wraps this feature and gives it as...
Visnupriya
1 min read

How to handle fullcalendar gem

I would like to discuss about full calendar gem in this blog. FullCalendar is a fantastic jQuery plugin that gives you an event calendar...
Vinothini B
2 min read

Tips: Empty A File in Unix Using >

If you want to empty a file’s content in a Unix based system then simply use > like so: $ > /var/log/foo.txt ...
Neelkanth Ram
8 sec read

AngularJS For Mobile Application Development

I have recently started using AngularJS for building hybrid mobile applications. I want to share my experience about how Angular is helpful for creating...
Thirumal S
3 min read

spriteXchange Sessions on Wireshark and Growing Rails Apps in…

Tomorrow we got our next spriteXchange Sessions on Wireshark and Growing Rails Apps in Practice. We got few seats open for visitors as well....
Balaji D Loganathan
6 sec read

Facebook Query Language ( FQL )

Recently I worked for a project, which fetches data from Facebook and save data locally, Initially we were using Graph API and later migrated...
Prabu D
1 min read

PDF generation with Rails

Generating pdf is a common requirement in web applications, mostly to download reports. Users would like to download their data as pdf or excel...
Surendran Sukumaran
1 min read

Introduction to Selenium

Selenium is a browser automation framework for web applications. It provides several tools and APIs for automating user interaction with pure HTML and JavaScript...
Rajalakshmi S
1 min read

Rendering options in PhantomJS

Recently, we got a chance to learn about PhantomJS. It’s a great tool for front-end testing and also contains interesting features like screen captures,...
Rajeswari K
1 min read

Apache Cordova with Intel AppFramework

We recently built an App using Intel App framework with Apache Cordova. Thought to share it with you all the steps I followed. We...
Sivakumar V
3 min read