Converting Ruby sinatra project to Go

1 · Emad Elsaid · Feb. 6, 2022, midnight
I have a small side project written in Ruby. It uses PostgreSQL database, Sinatra framework and ActiveRecord. The project is meant to replace my goodreads for my use case. I wanted to practice Go more. So it is a good opportunity to write this same project in Go. My goal is to get to translate my Ruby/Sinatra/ActiveRecord skills to Go tools. And as the project is small it shouldn’t take forever to do it. The aim for me was to have similar experience as Sinatra classic syntax. and it looks someth...