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.
-
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.
-
DTranslator A small command line project for translations between several languages. Using Google Translate API.
-
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.
-
Project Euler A few easy Project Euler problems solved in Go, for me to practice math related functions.
-
[Simple Test]
-
[Go Routine]
-
gRPC Build a fast scalable HTTP/2 API for a microservice written in Go, with gRPC and Protocol Buffers (protobuf)