Skip to content

Latest commit

 

History

History
executable file
·
67 lines (34 loc) · 2.5 KB

log.md

File metadata and controls

executable file
·
67 lines (34 loc) · 2.5 KB

100 Days Of Code - Log

Day 0: June 13, 2020

Things done: Added a list of resources to go-resources/README.md.

Thoughts: I'm excited to start, but feels like a massive mountain that I need to climb.

Link to work: go-resources/README.md

Day 1: Jume 15, 2020

Today's Progress: Started with @Todd_Mcleod's Learn How to Code: Google's Go (golang) Programming Language course on Udemy (super impressed so far)

Thoughts: Persistence is key, to keep working every day will help you succeed.

Link(s) to work:

Day 2: Jume 16, 2020

Today's Progress: Go modules, package management and dependencies

Thoughts: I am really enjoying Todd's course and he explains really well. For Go's dependencies, it's really nice how they've structured it. Went through some basics.

Link(s) to work:

Day 3: Jume 17, 2020

Today's Progress: Go packages, how to use packages and how to lookup documentation on those packages

Link(s) to work:

Day 4: June 18, 2020

Today's Progress: Terminology, short declaration operator, zero values, primitive data types and composite data types

Link to work:

Day 5: June 19, 2020

Today's Progress: Static variables, types and conversion

Link to work:

Day 6: June 22, 2020

Today's Progress: Challenges and Summary of so far

Link to work: