completed Day 7, added comments to Day 7

This commit is contained in:
s-shah-coder 2022-11-25 14:37:19 +00:00
parent ccd6f8e8d6
commit 2ffe3cc8a4
2 changed files with 5 additions and 3 deletions

View File

@ -1,8 +1,8 @@
---
title: '#90DaysOfDevOps - The Big Picture: Learning a Programming Language - Day 7'
title: "#90DaysOfDevOps - The Big Picture: Learning a Programming Language - Day 7"
published: false
description: 90DaysOfDevOps - The Big Picture DevOps & Learning a Programming Language
tags: 'devops, 90daysofdevops, learning'
tags: "devops, 90daysofdevops, learning"
cover_image: null
canonical_url: null
id: 1048856
@ -69,3 +69,5 @@ I will say that once you have or at least I am told as I am not many pages into
Now for the next 6 days of this topic, I intend to work through some of the resources listed above and document my notes for each day. You will notice that they are generally around 3 hours as a full course, I wanted to share my complete list so that if you have time you should move ahead and work through each one if time permits, I will be sticking to my learning hour each day.
See you on [Day 8](day08.md).
# Completed Day 7 exercises, learning Golang programming language"

View File

@ -36,7 +36,7 @@ The quickest way to get in touch is going to be via Twitter, my handle is [@Mich
### Learning a Programming Language
- [] ⌨️ 7 > [The Big Picture: DevOps & Learning a Programming Language](Days/day07.md)
- [✔️] ⌨️ 7 > [The Big Picture: DevOps & Learning a Programming Language](Days/day07.md)
- [] ⌨️ 8 > [Setting up your DevOps environment for Go & Hello World](Days/day08.md)
- [] ⌨️ 9 > [Let's explain the Hello World code](Days/day09.md)
- [] ⌨️ 10 > [The Go Workspace & Compiling & running code](Days/day10.md)