Merge pull request #7 from s-shah-coder/per-day-completion

completed Day 7, added comments to Day 7
This commit is contained in:
Saf Shah 2022-11-25 14:38:01 +00:00 committed by GitHub
commit da7c117c4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 published: false
description: 90DaysOfDevOps - The Big Picture DevOps & Learning a Programming Language description: 90DaysOfDevOps - The Big Picture DevOps & Learning a Programming Language
tags: 'devops, 90daysofdevops, learning' tags: "devops, 90daysofdevops, learning"
cover_image: null cover_image: null
canonical_url: null canonical_url: null
id: 1048856 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. 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). 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 ### 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) - [] ⌨️ 8 > [Setting up your DevOps environment for Go & Hello World](Days/day08.md)
- [] ⌨️ 9 > [Let's explain the Hello World code](Days/day09.md) - [] ⌨️ 9 > [Let's explain the Hello World code](Days/day09.md)
- [] ⌨️ 10 > [The Go Workspace & Compiling & running code](Days/day10.md) - [] ⌨️ 10 > [The Go Workspace & Compiling & running code](Days/day10.md)