Skip to content

dschier-wtd/learn-golang

Repository files navigation

Learn Golang

Tracking my learning progress and exercises to learn Go.

Motivation

I want to learn Go and track everything, so I can derive a classroom and blog articles from it.

Description

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.

Course

My exersises will be based on "Let's Go" from Alex Edwards and "Einführung in Go" from Andreas Schöpfer.

Project

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

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.

Exercises

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.

Contribute

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.

License

Except otherwise noted, all work is licensed under a BSD-3-Clause License.

Contact

Please feel free to reach out to me to provide feedback or get in touch.

About

Tracking my learning progress and exercises to learn Go.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages