Tracking my learning progress and exercises to learn Go.
I want to learn Go and track everything, so I can derive a classroom and blog articles from it.
Go/Golang is a programming language made for the cloud. It is a statically typed, compiled, and garbage collected language. It is designed to be portable and efficient.
This repository will contain my excersises and notes on Go.
My exersises will be based on "Let's Go" from Alex Edwards and "Einführung in Go" from Andreas Schöpfer.
As my project to learn a new language, I have opted for a web application. It is somewhat a pastebin clone. The idea is to write a prototype for a new while-true-do.io application.
Notes and documentation can be found in the docs/ directory. These will mostly contain links, ideas, hints, explanations and stuff that does not fit elsewhere.
Excersises will gathered in the exercises/ directory. Each exercise will have a small README alongside to explain whats going on and how to start the example.
The repository is made for learning and is not meant to be used for any production use cases. In case you want to educate me on a topic, please feel free to open an issue or pull request.
Except otherwise noted, all work is licensed under a BSD-3-Clause License.
Please feel free to reach out to me to provide feedback or get in touch.