Posts for: #Ruby

Isolate Global State

Using global state in software programs, is handy for development, but evil to maintain. It can easily become source of bugs. We’ll learn from Hanami source code why this is a problem and how we fixed it.

[]

JSON API Apps With Lotus

Do you need a fast and lightweight JSON API app? It must be powerful, flexible, quick to develop and easy to deploy? There is a simple solution for all these requirements: to use Lotus gems to build it.

[]