When you don’t need the whole slice file structure| katafrakt’s garden
Thoughts and learnings from the experiment with Ruby, Hanami and WASM| katafrakt’s garden
Cherry blossom season has arrived! Welcoming these blooms is a classic signifier of Springtime for many of us...| HOUSE PLANT HOUSE
In my previous post I’ve described how to use Tachiban for authentication in a Hanami 1.3 app. This post will be about using my authorization gem Rokku with Hanami applications.| Stuff from here and there
To be able to list logged in users in my Hanami application I’ve switched from cookies to redis for session store. The setup is quite brief thanks to the redis-rack gem.| Stuff from here and there
I wanted to learn about the workings of an authenitaction system for a web application and I decided to make my own for a Hanami based web application I was working on at the time.| Stuff from here and there
Deploying Hanami web application with Puma, Nginx and PostgreSQL using Docker| Stuff from here and there