How to Mix Magic: A Fun Dive into Go, Gin-Gonic, Gorm, and HTMX, Part 4: The Front-end
Introduction In the previous installments in this series, we worked on the backend for a simple todolist. Now...
How to Mix Magic: A Fun Dive into Go, Gin-Gonic, Gorm, and HTMX, Part 3: The API
Introduction In the previous post we saw how we setup our database functions using GORM. In order for...
How to Mix Magic: A Fun Dive into Go, Gin-Gonic, Gorm, and HTMX, Part 2: The database
Introduction In my previous post, we set up the packages for our website. Now it is time to...
Actix vs Fiber: what a difference a tweak makes
Introduction In my previous post I compared the performance of Actix with Rust and Fiber with Go. However,...
Actix versus Fiber: performance comparison in database operations
Introduction A couple of weeks ago I came across a well-written article by Mayank Choubey, where he did...
Building a web api with Go coroutines
Introduction On this page I described building a simple web API with a Postgres database at the backend....