Posts
All the articles I've posted.
Complete REST API in Go – Build an Event App (GIn, JWT, SQL, Swagger)
Published:Learn how to build a REST API in Go using the Gin framework, complete with a real-world example creating a event app, Swagger documentation, JWT authentication, middleware, SQL.
How to Use SQL in Go
Published:In this tutorial, you'll learn how to use SQL in Go (Golang).
Go (Golang) Tutorial 10 - Structs
Published:In this tutorial, we’ll learn about structs in Go, which are used to group related data together and create custom types.
Go (Golang) Tutorial 9 - Maps
Published:In this tutorial, we’ll learn about maps in Go, which are used to efficiently manage collections of key-value pairs.