Deploy Hanami::API on Amazon AWS Lambda to build a serverless microservice.
Posts for: #Hanami
Introducing hanami-cli
Introducing hanami-cli: a general purpose Command Line Interface (CLI) for Ruby. Learn why Hanami replaced thor in favor of hanami-cli and how to use it to build a CLI application in 5 minutes.
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.
25,000+ Req/s for Rack JSON API with MRuby
Use MRuby with H2O and Redis to build a Rack JSON API that servers 25,000+ requests per second.
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.