Hexnos
2 min readJul 17, 2023

Golang and Gin For IT Students or Professionals

Golang & Gin Course — Learn Golang And Gin From Scratch by Create a Simple Notes App. Let’s Get Started

Learn Golang With Gin Framework Right Now To Achieve High Earning Packages, By Creating a Simple Notes App.

There are many programming languages that perform similar tasks, but there are a few that stand out from the rest. So, here we are going to talk about one of them, which is `GO`.

Golang is very popular and an open-source language and has similar syntax compared to C. Go was cooked at Google’s Lab in 2007. It’s simple, secure and scalable for building powerful apps and services.

So here in this course I’ll guide you to build a simple to-do app in `Go` using `Gin` framework.

App/Project Details :

  1. Project Name : Notes App
  2. Technologies Include : Go Language, Gin Framework, GORM Library and Mysql
  3. Code Editor : Visual Studio Code
  4. Mysql Server Tool : Xampp

So in this course I’ll cover these topics :
a. User Registration(Signup).
b. User Login.
c. Create Session for user login.
d. Destroy Session for user logout.
e. Create User notes.
f. Delete User notes.
g. Update User notes.

First of all you need to install all the required tools and setup in order to start code in Go.

Step 1 — Install Go in your machine — mac, windows or linux, take help from google or youtube, ask “Install Golang in Windows/mac/linux” . It’s that Simple, or follow this link for installation — Click Here

Step 2 — Install VS Code Editor — Click Here

Step 3 — Install Xampp Server — Click Here

Next > Chapter — 1

Chapters →

Go Intro & Installation
Chapter — 1
Chapter — 2