How to set up Sinatra with ActiveRecord
The fourth post in a series on building a microservice with Sinatra and ActiveRecord and deploying it with Docker, in which we add ActiceRecord to the Sinatra app.
Making Docker an Art with Compose
The third post in a series on building a microservice with Sinatra and ActiveRecord and deploying it with Docker, in which we orchestrate the Docker container with Docker Compose.
Dockerizing Sinatra
The second post in a series on building a microservice with Sinatra and ActiveRecord and deploying it with Docker, in which we create the Sinatra app.
Learning Docker with Sinatra
The first post in a series on building a microservice with Sinatra and ActiveRecord and deploying it with Docker.