How to Set up a Microservices Architecture in Ruby: A Step by Step Guide
What Are Microservices? Microservices are one of the latest trends in software design where multiple independent services communicate among themselves and have their own processes and resources. This approach differs from a typical client-server application design. The usual client-server application…
Meet Volt, A Promising Ruby Framework For Dynamic Applications
Volt is a Ruby framework designed for data rich applications. Both the server and client sides are written in Ruby (which is then compiled to JS using OPAL), so this allows the developer to write very dynamic applications without having…