52 Golang Projects

Inspired by 52 technologies in 2016, I've decided to take on the challenge to learn Go at the end of 2022 during Christmas - New Year break. The goal is to learn different aspect of Go, and build simple applications using what I've learned.

Projects

  1. Intro Following the Go: The Complete Developer's Guide (Golang) course on Udemy, I wrote a number of small programs. Go is a statically typed, compiled programming language with memory management builtin.

  2. DTranslator A small command line project for translations between several languages. Using Google Translate API.

  3. Cares I decided to rewrite my auto sign up for New York Cares projects script in Go. Instead of signing up, the script just lists available proejcts.

  4. Project Euler A few easy Project Euler problems solved in Go, for me to practice math related functions.

  5. [Simple Test]

  6. [Go Routine]

  7. gRPC Build a fast scalable HTTP/2 API for a microservice written in Go, with gRPC and Protocol Buffers (protobuf)