Posts Tagged ‘Ruby’
Buzzwords: Microservices, Containers and Serverless at Goto Chicago
It was an honor to give a talk on the future of Serverless at goto Chicago, an enterprise developer conference running from May 24 to 25, 2016. As you can see from the full room, containers, microservices and serverless are popular topics with developers, and this interest extends across a wide swath of back-end languages,…
Read MoreHow HotelTonight Streamlined their ETL Process Using IronWorker
HotelTonight has reinvented the task of finding and booking discounted hotel rooms at travel destinations. Designed for last-minute travel planners and optimized for the mobile era, HotelTonight connects adventure-seeking, impulse travelers with just-in-time available hotel rooms wherever they land. This model has the market-enhancing effect of reducing excess inventory of unused hotel rooms, while delivering…
Read MoreA Reminder App using Ruby, Google Docs, SendGrid, and Iron.io (SendGrid repost)
Nick Quinlan from SendGrid put out a nice post the other day on a simple app he created to email him daily goals. It’s a short post but with some solid code behind it which adds a lot of value in our minds. (It’s one thing talk about tech but it’s another to turn it…
Read MoreMap-Reduce Capabilities and Super Easy Concurrency (via Alan deLevie and IronResponse)
We came across a great contribution the other day from Alan deLevie that makes using IronWorker for a map-reduce pattern even easier than it already is. (Love seeing tweets announcing additions to the growing list of Iron.io community addons.) I just wrote a gem that lets you write map-reduce style code using @getiron: https://t.co/49DNyLrXey. Makes…
Read MoreIronWorker Goes Multi-Language! Now Supports Ruby, PHP, and Python
Today marks a big milestone in the evolution if IronWorker: multi-language support. In addition to Ruby which we’ve supported from day one, we now support PHP and Python with more languages on the way. Which means if you’re using any one of those languages, you now have easy access to massive computing power. (boom) This new…
Read MoreIronWorker has a Shiny New Gem and a Shiny New API
Version 2 of the SimpleWorker API is now available featuring many new functions, a bunch of new documentation, and not to mention it is a LOT faster and more robust as it is has been rewritten from the ground up. And all this comes along with a shiny new Ruby gem. The new gem uses…
Read MoreThe Ruby Compute Cloud
One of the main uses of SimpleWorker is as a worker queue for running background jobs within a web application. A second use — and one that marks a big shift in the cloud — is that of a Ruby Compute Cloud.
Read MoreParallelizing Ruby on the Cloud
So I’m sure we’ve all had the need to want to run multiple threads at once to optimize a part of our applications. There are several options like spinning up new Ruby threads (example from):
Read More