Tag: go
All the articles with the tag "go".
What's new in Go (Golang) 1.24
Published:Discover the latest features and improvements in Go 1.24, including performance boosts, security enhancements, and developer experience upgrades.
Deploy a Go app to AWS (EC2) with Nginx, SSL & Custom Domain (Step-by-Step)
Published:Deploy a complete Go (Golang) app to AWS EC2 with Nginx, SSL, and a custom domain! This tutorial walks you through launching an EC2 instance on AWS, setting up your Go app, configuring Nginx as a reverse proxy, securing your connection to the server with SSL, and connecting a custom domain.
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).