The Shameless Novice - Go - First Iteration

Опубликовано: 09 Август 2026
на канале: Data Dev Design
25
2

The Shameless Novice - Go Iteration 1

My first application written in Go. This application has all the trappings of a REST API on top of a SQLite database (just extremely simplified).

How to import local modules in Go.
How to manage modules in Go.
How to create a request router using Gin.
How to create and query a SQLite database using Go.
How to pass user-provided credentials from an html frontend to Go backend.
How to authenticate a user against a database.