Welcome to the GoLang Projects Repository! This repository contains various Go projects and examples.
This project included the following tech stack:
- Backend with GoFiber
- Backend with Standard Packages (net/http)
- SQL DBs/ SQLite with sqlite3
- MongoDB
- JWT auth/ OAuth
- Redis
- Message Queues (RabbitMQ)
- GRPC
- GraphQL
- MicroServices
- Todo Management
For all the basics to advanced concepts of Golang, goto /gobasic directory.
This directory contains frequently used std libs of Golang such as context, reflection, net, etc.