Assumption: You are referring to this sample API application along these series of posts. In last post we covered Why, What and How of API versioning. In this post we
Tag: Ruby
Spot instances with Linode
A VPS CRUD with Linode Cloud Hosting and Ruby As a Rails developer have you ever wondered how to launch and delete cloud instance on
Are your workers working?
Most of the Rails developers choose Sidekiq for background processing in their Rails applications and setup the Sidekiq workers to do the long running work in
Gmail API(via IMAP) In Ruby on Rails – A piece of cake
We often need to read user email messages from Gmail, In this post I will be taking you through how to access user inbox messages
Designing Spreadsheets using Axlsx in Rails
As a Rails developer we often need to create custom reports in some format – pdf, ppt, xlsx etc. Here I will explain how to