json (Demo)

My journey on how to use the Mirth Connect…

Hi everyone, hope all are doing good. I’m here to share my first work experience as a Healthcare Intern at Spritle Software. At first,...
Vaashini
4 min read

How to build an API driven chrome extension

Developing chrome extension is fun. With the help of chrome extensions we can add more functionality to our web page or browser, we can...
Prabakaran Marimuthu
2 min read

Using Facebook Realtime Updates in Ruby on Rails

Recently I got chance to try Facebook real time API in one of our project. Realtime Updates enables applications to subscribe to changes in...
Rajeswari K
2 min read

Github with coderwall Application in Rhomobile

I recently tried to integrate github and coderwall in rhomobile application. Using github oauth we can authenticate user and show the following details of...
Visnupriya
1 min read

Book Review: Flex on Rails by Tony & Daniel

Book Name: Flex on Rails: Building Rich Internet Applications with Adobe Flex 3 and Rails 2 (Developer’s Library) Authors: By Tony Hillerson, Daniel Wanja...
Balaji D Loganathan
1 min read

Flex and Rails : Send – Receive JSON/XML/AMF data

If you want to know how to send and receive data from Flex and Rails using XML or JSON or AMF data types, then...
Surendran Sukumaran
2 min read

Ruby(RoR) Tip3: Send and Receive JSON

Making a JSON request using jQuery can be sent to a controller in two ways.
Allan
40 sec read