Learning Go by creating small projects and code examples.
Code examples for language basics.
- Go Main
- Variables
- Loops
- Control Flow Structures
- Functions
- Arrays Slices and Maps
- Structs JSON and Interfaces
Basic Go examples of implementing Data structures and common algorithms.
Basic CRUD API using Mux router and PQ (PostgreSQL) coded in a single go file.
Basic CRUD API using Fiber and PQ (PostgreSQL) coded in a single go file. Checkout readme for more info.
Articles CRUD, Registration, and Authentication APIs with Proper file and code structure built using Fiber and GORM (PostgreSQL). Checkout readme for more info.