Blogs


Ruby goes Serverless! - Apache OpenWhisk adds native support for Ruby
Ruby has finally become a first class citizen in the Serverless world now that Apache OpenWhisk has added native support for the Ruby Runtime. Thanks to the awesome work from Kei Sawada and the OpenWhisk community, Ruby has been added to the list ...








Send push notification from rails to an ionic app
Setting up push notification is hard. Especially when it comes to hybrid apps. It seems easy at first glance but the more you try to do something specific the more impossible it seems. I myself have a hard time everytime I have to implement push n...