Skip to content

SagarMaheshwary/learning-golang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GOLANG EXAMPLES

Learning Go by creating small projects and code examples.

BASICS

Code examples for language basics.

DATA STRUCTURES

Basic Go examples of implementing Data structures and common algorithms.

BOOKS APP

Basic CRUD API using Mux router and PQ (PostgreSQL) coded in a single go file.

ARTICLES APP

Basic CRUD API using Fiber and PQ (PostgreSQL) coded in a single go file. Checkout readme for more info.

ARTICLES APP WITH JWT

Articles CRUD, Registration, and Authentication APIs with Proper file and code structure built using Fiber and GORM (PostgreSQL). Checkout readme for more info.

Releases

No releases published

Packages

No packages published

Languages