Category: Ruby
-

How Sequel and Sinatra Solve Ruby’s API Problem
Introduction In recent years, the number of JavaScript single page application frameworks and mobile applications has increased substantially. This imposes a correspondingly increased demand for server-side APIs. With Ruby on Rails being one of the today’s most popular web development frameworks, it is a natural choice among many developers for creating back-end API applications. Yet…
-
Hunting Down Memory Issues In Ruby: A Definitive Guide
I’m sure there are some lucky Ruby developers out there who will never run into issues with memory, but for the rest of us, it’s incredibly challenging to hunt down where memory usage is getting out of hand and fix it. Fortunately, if you’re using a modern Ruby (2.1+), there are some great tools and…
-
Hunting Down Memory Issues In Ruby: A Definitive Guide
I’m sure there are some lucky Ruby developers out there who will never run into issues with memory, but for the rest of us, it’s incredibly challenging to hunt down where memory usage is getting out of hand and fix it. Fortunately, if you’re using a modern Ruby (2.1+), there are some great tools and…
-
Grape Gem Tutorial: How To Build A REST-Like API In Ruby