Skip to content

erankitcs/golang_learning

Repository files navigation

GoLang Programming Learning

This repo is created for learning GO language. It consist of basics of golang and advanced use cases.

Basics

Go Standard Library

  1. Go Args
  2. Input using Bufio
  3. Custom Data types
  4. File Handling
  5. Flag Inputs
  6. Formated Input/Output using fmt
  7. Logers in Golang
  8. Primitives and Slices
  9. Print input/output
  10. Time handling
  11. Trace in Golang
  12. Working with Functions
  13. Custom Datatypes
  14. Testing in Golang
  15. A CLI in goland
  16. Advanced Branching into Golang

Concurrent Programming

  1. Channel Basics with PingPong Game
  2. Channel and Sync Advance Usecases with DB Cache System
  3. Asynchronous Go Logging

Web Services

  1. A Simple Web Service in Golang
  2. A Pluralsight Fifa World Cup WebService

Distributed Application Programming

  1. A true distributed system in go along with in-built load balancing and auto discovery Distributed App in Go

Web based Application in Golang

  1. A Teacher Portal Web App
  2. A Employee Vacation Tracker Web App Using gin framework

Microservices with Golang

  1. Microservice in golang basics
  2. Microservice in golang with Gorilla Framework
  3. Microservice in golang with Gorilla Framework and Swagger File
  4. Microservice in golang with Gorilla Framework, Swagger File and Client

gRPC based Services

  1. A gRPC based APIs (service and client) with TLS and mTLS setup and automated testing gRPC with mTLS

Docker with Golang

  1. gRPC Based Service with Docker
  2. Distributed Golang App with Docker

Learning References

  1. Most of above projects and knowledge is coming from Pluralsight Golang Path
  2. Microservices with Go By Nic Jackson

Few More Learning Links.

  1. Go Testing - https://quii.gitbook.io/learn-go-with-tests/
  2. Using Gin - https://github.com/PacktPublishing/Building-Distributed-Applications-in-Gin
  3. Practical Go- https://www.practical-go-lessons.com/
  4. Go Security - https://checkmarx.gitbooks.io/go-scp/content/