After receiving a contract a few weeks ago, my team and I opted to utilize Heroku as our API deployment platform since it offered a free plan that we...
For some time, I had issues deploying my Go code to Heroku, but I finally got it after a lot of trial and error. This article serves as a guide to...
A simple way to connect a static Next.JS frontend and Go backend · Next.JS is a fast, lightweight ReactJS framework which is taking the world by storm....
How to embed HTML files in Go (build and run in multiple locations) · Parsing HTML files into Go can be easy using the "html/template" package until the...
How to implement an authentication system on a web application using Go · The purpose of this article is to create an authentication system using Golang....