Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 893 Bytes

Readme.md

File metadata and controls

19 lines (13 loc) · 893 Bytes

Learning Go - Personal Journey

First encounter with golang was at Andela Kenya, with an introduction from Bill Kennedy and working on the go playground. This was interesting, got to learn basic introduction about go.

Andela - Project

Code in this folder is just the basic snippets of go that you find in the go tutorial.

Basic-go - Project

This subproject is a step by step follow of FreeCodeCamp Youtube Tutorial by Michael VanSickle. All the code examples typed in the project are well written and documented what they do in this project.

Basic-crud - Project

A crud application written in go.

Algorithms

Everything i have learnt about implementing algorithms in go. Will update this readme as I put more files in it

Basic-rest - Project

A basic rest example in go.