Docker Articles
Hanami & Fly.io Complete Example
In this article, we will walk through the deployment of a fully functioning Hanami app, including persistence using Postgres.
Hanami & Fly.io Hello World
I've been working on a project using Hanami and I wanted to get my feet wet with deploying to production. These are my first steps in that process.
Deploy a Static Website to Fly.io
Deploying side projects for free is not as easy as it used to be since Heroku eliminated its free tier. Luckily, other players--such as Fly.io...
Docker for Static Websites
In a previous article I discussed creating a basic website using only HTML and CSS.