vikramcse / ultimate-go

Ultimate Go learning notes, commented directly on source code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ultimate Go

Go Report Card

This repo contains my notes on learning Go and computer systems. Different people have different learning style. For me, I learn best by doing and walking through examples. Hence, I am trying to take notes carefully and comment directly on the source code, rather than writing up Markdown files. That way, I can understand every single line of code as I am reading and also be mindful of the theories behind the scene.

In the mix, I also include links to other articles that I find helpful.

References:

Project Status

It is an on-going project.

Below are the outline of the all topics. Normally, a topic is covered when there is a link, or several links next to it.

Tasks

  • Phase 1: Finish Ultimate Go Programming's video lectures
  • Phase 2: Fill in all the missing details using Ardan Labs's links and examples
  • Phase 3: Study Computer Systems book to reinforce the theory. Build more programs if needed.

Table of Contents

About

Ultimate Go learning notes, commented directly on source code


Languages

Language:Go 100.0%