Skip to content

Commit 994830a

Browse files
Merge branch 'main' into patch-1
2 parents 33e1a82 + 1badbf6 commit 994830a

File tree

116 files changed

+289
-283
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

116 files changed

+289
-283
lines changed

.github/workflows/azure-static-web-apps-ashy-river-0debb7803.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
name: Build and Deploy Job
1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v3
1919
with:
2020
submodules: true
2121
- name: Build And Deploy

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
pull-requests: write
1919

2020
steps:
21-
- uses: actions/stale@v3
21+
- uses: actions/stale@v6
2222
with:
2323
repo-token: ${{ secrets.GITHUB_TOKEN }}
2424
stale-issue-message: 'This issue has not seen any action for a while! Closing for now, but it can be reopened at a later date.'

1-getting-started-lessons/1-intro-to-programming-languages/README.md

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ In this lesson, we'll cover:
1717
- Basic elements of a program
1818
- Useful software and tooling for the professional developer
1919

20-
> You can take this lesson on [Microsoft Learn](https://docs.microsoft.com/learn/modules/web-development-101/introduction-programming?WT.mc_id=academic-13441-cxa)!
20+
> You can take this lesson on [Microsoft Learn](https://docs.microsoft.com/learn/modules/web-development-101/introduction-programming?WT.mc_id=academic-77807-sagibbon)!
2121
2222
## What is Programming?
2323

@@ -111,14 +111,18 @@ Developers rely on editors for a few additional reasons:
111111

112112
#### Popular Editors and Web Development Extensions
113113

114-
- [Visual Studio Code](https://code.visualstudio.com/)
115-
- [Code Spell Checker](https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker)
116-
- [Live Share](https://marketplace.visualstudio.com/items?itemName=MS-vsliveshare.vsliveshare-pack)
117-
- [Prettier - Code formatter](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)
114+
- [Visual Studio Code](https://code.visualstudio.com/?WT.mc_id=academic-77807-sagibbon)
115+
- [Code Spell Checker](https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker/?WT.mc_id=academic-77807-sagibbon)
116+
- [Live Share](https://marketplace.visualstudio.com/items?itemName=MS-vsliveshare.vsliveshare-pack/?WT.mc_id=academic-77807-sagibbon)
117+
- [Prettier - Code formatter](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode/?WT.mc_id=academic-77807-sagibbon)
118118
- [Atom](https://atom.io/)
119119
- [spell-check](https://atom.io/packages/spell-check)
120120
- [teletype](https://atom.io/packages/teletype)
121121
- [atom-beautify](https://atom.io/packages/atom-beautify)
122+
123+
- [www.sublimetext](https://www.sublimetext.com/)
124+
- [emmet](https://emmet.io/)
125+
- [SublimeLinter](http://www.sublimelinter.com/en/stable/)
122126

123127
### Browsers
124128

@@ -128,7 +132,7 @@ Many browsers come with *developer tools* (DevTools) that contain a set of helpf
128132

129133
#### Popular Browsers and DevTools
130134

131-
- [Edge](https://docs.microsoft.com/microsoft-edge/devtools-guide-chromium?WT.mc_id=academic-13441-cxa)
135+
- [Edge](https://docs.microsoft.com/microsoft-edge/devtools-guide-chromium?WT.mc_id=academic-77807-sagibbon)
132136
- [Chrome](https://developers.google.com/web/tools/chrome-devtools/)
133137
- [Firefox](https://developer.mozilla.org/docs/Tools)
134138

@@ -144,22 +148,22 @@ Options for the command line will differ based on the operating system you use.
144148

145149
#### Windows
146150

147-
- [Powershell](https://docs.microsoft.com/powershell/scripting/overview?view=powershell-7?WT.mc_id=academic-13441-cxa) 💻
148-
- [Command Line](https://docs.microsoft.com/windows-server/administration/windows-commands/windows-commands?WT.mc_id=academic-13441-cxa) (also known as CMD) 💻
149-
- [Windows Terminal](https://docs.microsoft.com/windows/terminal/?WT.mc_id=academic-13441-cxa)
151+
- [Powershell](https://docs.microsoft.com/powershell/scripting/overview?view=powershell-7?WT.mc_id=academic-77807-sagibbon) 💻
152+
- [Command Line](https://docs.microsoft.com/windows-server/administration/windows-commands/windows-commands?WT.mc_id=academic-77807-sagibbon) (also known as CMD) 💻
153+
- [Windows Terminal](https://docs.microsoft.com/windows/terminal/?WT.mc_id=academic-77807-sagibbon)
150154
- [mintty](https://mintty.github.io/)
151155

152156
#### MacOS
153157

154158
- [Terminal](https://support.apple.com/guide/terminal/open-or-quit-terminal-apd5265185d-f365-44cb-8b09-71a064a42125/mac) 💻
155159
- [iTerm](https://iterm2.com/)
156-
- [Powershell](https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-macos?view=powershell-7?WT.mc_id=academic-13441-cxa)
160+
- [Powershell](https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-macos?view=powershell-7?WT.mc_id=academic-77807-sagibbon)
157161

158162
#### Linux
159163

160164
- [Bash](https://www.gnu.org/software/bash/manual/html_node/index.html) 💻
161165
- [KDE Konsole](https://docs.kde.org/trunk5/en/konsole/konsole/index.html)
162-
- [Powershell](https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-linux?view=powershell-7?WT.mc_id=academic-13441-cxa)
166+
- [Powershell](https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-linux?view=powershell-7?WT.mc_id=academic-77807-sagibbon)
163167

164168
#### Popular Command Line Tools
165169

@@ -176,7 +180,7 @@ When a developer wants to learn something new, they'll most likely turn to docum
176180
- [Mozilla Developer Network (MDN)](https://developer.mozilla.org/docs/Web), from Mozilla, the publishers of the [Firefox](https://www.mozilla.org/firefox/) browser
177181
- [Frontend Masters](https://frontendmasters.com/learn/)
178182
- [Web.dev](https://web.dev), from Google, publishers of [Chrome](https://www.google.com/chrome/)
179-
- [Microsoft's own developer docs](https://docs.microsoft.com/microsoft-edge/#microsoft-edge-for-developers), for [Microsoft Edge](https://www.microsoft.com/edge)
183+
- [Microsoft's own developer docs](https://docs.microsoft.com/microsoft-edge/#microsoft-edge-for-developers?WT.mc_id=academic-77807-sagibbon), for [Microsoft Edge](https://www.microsoft.com/edge/?WT.mc_id=academic-77807-sagibbon)
180184

181185
✅ Do some research: Now that you know the basics of a web developer's environment, compare and contrast it with a web designer's environment.
182186

1-getting-started-lessons/1-intro-to-programming-languages/translations/README.es.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Muchos navegadores vienen con *herramientas para desarrolladores* (DevTools) que
126126

127127
#### Navegadores y herramientas de desarrollo populares
128128

129-
- [Edge](https://docs.microsoft.com/microsoft-edge/devtools-guide-chromium?WT.mc_id=academic-13441-cxa)
129+
- [Edge](https://docs.microsoft.com/microsoft-edge/devtools-guide-chromium?WT.mc_id=academic-77807-sagibbon)
130130
- [Chrome](https://developers.google.com/web/tools/chrome-devtools/)
131131
- [Firefox](https://developer.mozilla.org/docs/Tools)
132132

@@ -142,22 +142,22 @@ Las opciones para la línea de comando varian según el sistema operativo que ut
142142

143143
#### Windows
144144

145-
- [Powershell](https://docs.microsoft.com/powershell/scripting/overview?view=powershell-7?WT.mc_id=academic-13441-cxa) 💻
146-
- [Command Line](https://docs.microsoft.com/windows-server/administration/windows-commands/windows-commands?WT.mc_id=academic-13441-cxa) (also known as CMD) 💻
147-
- [Windows Terminal](https://docs.microsoft.com/windows/terminal/?WT.mc_id=academic-13441-cxa)
145+
- [Powershell](https://docs.microsoft.com/powershell/scripting/overview?view=powershell-7?WT.mc_id=academic-77807-sagibbon) 💻
146+
- [Command Line](https://docs.microsoft.com/windows-server/administration/windows-commands/windows-commands?WT.mc_id=academic-77807-sagibbon) (also known as CMD) 💻
147+
- [Windows Terminal](https://docs.microsoft.com/windows/terminal/?WT.mc_id=academic-77807-sagibbon)
148148
- [Mintty](https://mintty.github.io/)
149149

150150
#### MacOS
151151

152152
- [Terminal](https://support.apple.com/guide/terminal/open-or-quit-terminal-apd5265185d-f365-44cb-8b09-71a064a42125/mac) 💻
153153
- [iTerm](https://iterm2.com/)
154-
- [Powershell](https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-macos?view=powershell-7?WT.mc_id=academic-13441-cxa)
154+
- [Powershell](https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-macos?view=powershell-7?WT.mc_id=academic-77807-sagibbon)
155155

156156
#### Linux
157157

158158
- [Bash](https://www.gnu.org/software/bash/manual/html_node/index.html) 💻
159159
- [KDE Konsole](https://docs.kde.org/trunk5/en/konsole/konsole/index.html)
160-
- [Powershell](https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-linux?view=powershell-7?WT.mc_id=academic-13441-cxa)
160+
- [Powershell](https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-linux?view=powershell-7?WT.mc_id=academic-77807-sagibbon)
161161

162162
#### Línea de comandos (CLI) Populares
163163

1-getting-started-lessons/1-intro-to-programming-languages/translations/README.fil.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Sa araling ito, tatalakayin natin:
1717
- Mga pangunahing elemento ng isang programa
1818
- Kapaki-pakinabang na software at tooling para sa propesyonal na developer
1919

20-
> Maaari mong kunin ang araling ito [Microsoft Learn](https://docs.microsoft.com/learn/modules/web-development-101/introduction-programming?WT.mc_id=academic-13441-cxa)!
20+
> Maaari mong kunin ang araling ito [Microsoft Learn](https://docs.microsoft.com/learn/modules/web-development-101/introduction-programming?WT.mc_id=academic-77807-sagibbon)!
2121
2222
## Ano ang Programming?
2323

@@ -128,7 +128,7 @@ Maraming browser ang kasama ng *developer tools* (DevTools) na naglalaman ng isa
128128

129129
#### Mga sikat na Browser at DevTools
130130

131-
- [Edge](https://docs.microsoft.com/microsoft-edge/devtools-guide-chromium?WT.mc_id=academic-13441-cxa)
131+
- [Edge](https://docs.microsoft.com/microsoft-edge/devtools-guide-chromium?WT.mc_id=academic-77807-sagibbon)
132132
- [Chrome](https://developers.google.com/web/tools/chrome-devtools/)
133133
- [Firefox](https://developer.mozilla.org/docs/Tools)
134134

@@ -144,22 +144,22 @@ Mag-iiba ang mga opsyon para sa command line batay sa operating system na iyong
144144

145145
#### Windows
146146

147-
- [Powershell](https://docs.microsoft.com/powershell/scripting/overview?view=powershell-7?WT.mc_id=academic-13441-cxa) 💻
148-
- [Command Line](https://docs.microsoft.com/windows-server/administration/windows-commands/windows-commands?WT.mc_id=academic-13441-cxa) (also known as CMD) 💻
149-
- [Windows Terminal](https://docs.microsoft.com/windows/terminal/?WT.mc_id=academic-13441-cxa)
147+
- [Powershell](https://docs.microsoft.com/powershell/scripting/overview?view=powershell-7?WT.mc_id=academic-77807-sagibbon) 💻
148+
- [Command Line](https://docs.microsoft.com/windows-server/administration/windows-commands/windows-commands?WT.mc_id=academic-77807-sagibbon) (also known as CMD) 💻
149+
- [Windows Terminal](https://docs.microsoft.com/windows/terminal/?WT.mc_id=academic-77807-sagibbon)
150150
- [mintty](https://mintty.github.io/)
151151

152152
#### MacOS
153153

154154
- [Terminal](https://support.apple.com/guide/terminal/open-or-quit-terminal-apd5265185d-f365-44cb-8b09-71a064a42125/mac) 💻
155155
- [iTerm](https://iterm2.com/)
156-
- [Powershell](https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-macos?view=powershell-7?WT.mc_id=academic-13441-cxa)
156+
- [Powershell](https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-macos?view=powershell-7?WT.mc_id=academic-77807-sagibbon)
157157

158158
#### Linux
159159

160160
- [Bash](https://www.gnu.org/software/bash/manual/html_node/index.html) 💻
161161
- [KDE Konsole](https://docs.kde.org/trunk5/en/konsole/konsole/index.html)
162-
- [Powershell](https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-linux?view=powershell-7?WT.mc_id=academic-13441-cxa)
162+
- [Powershell](https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-linux?view=powershell-7?WT.mc_id=academic-77807-sagibbon)
163163

164164
#### Mga sikat na Command Line Tool
165165

1-getting-started-lessons/1-intro-to-programming-languages/translations/README.fr.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Un autre outil crucial est le navigateur. Les développeurs Web comptent sur le
123123
De nombreux navigateurs sont livrés avec des *outils de développement* (DevTools) qui contiennent un ensemble de fonctionnalités et d'informations utiles pour aider les développeurs à collecter et capturer des informations importantes sur leur application. Par exemple: si une page Web contient des erreurs, il est parfois utile de savoir quand elles se sont produites. DevTools dans un navigateur peut être configuré pour capturer ces informations.
124124
#### Navigateurs et outils de développement populaires
125125

126-
- [Edge](https://docs.microsoft.com/microsoft-edge/devtools-guide-chromium?WT.mc_id=academic-13441-cxa)
126+
- [Edge](https://docs.microsoft.com/microsoft-edge/devtools-guide-chromium?WT.mc_id=academic-77807-sagibbon)
127127
- [Chrome](https://developers.google.com/web/tools/chrome-devtools/)
128128
- [Firefox](https://developer.mozilla.org/docs/Tools)
129129

@@ -139,22 +139,22 @@ Les options de la ligne de commande varient en fonction du système d'exploitati
139139

140140
#### Windows
141141

142-
- [Powershell](https://docs.microsoft.com/powershell/scripting/overview?view=powershell-7?WT.mc_id=academic-13441-cxa) 💻
143-
- [Command Line](https://docs.microsoft.com/windows-server/administration/windows-commands/windows-commands?WT.mc_id=academic-13441-cxa) (appellé également CMD) 💻
144-
- [Terminal Windows](https://docs.microsoft.com/windows/terminal/?WT.mc_id=academic-13441-cxa)
142+
- [Powershell](https://docs.microsoft.com/powershell/scripting/overview?view=powershell-7?WT.mc_id=academic-77807-sagibbon) 💻
143+
- [Command Line](https://docs.microsoft.com/windows-server/administration/windows-commands/windows-commands?WT.mc_id=academic-77807-sagibbon) (appellé également CMD) 💻
144+
- [Terminal Windows](https://docs.microsoft.com/windows/terminal/?WT.mc_id=academic-77807-sagibbon)
145145
- [mintty](https://mintty.github.io/)
146146

147147
#### MacOS
148148

149149
- [Terminal](https://support.apple.com/guide/terminal/open-or-quit-terminal-apd5265185d-f365-44cb-8b09-71a064a42125/mac) 💻
150150
- [iTerm](https://iterm2.com/)
151-
- [Powershell](https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-macos?view=powershell-7?WT.mc_id=academic-13441-cxa)
151+
- [Powershell](https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-macos?view=powershell-7?WT.mc_id=academic-77807-sagibbon)
152152

153153
#### Linux
154154

155155
- [Bash](https://www.gnu.org/software/bash/manual/html_node/index.html) 💻
156156
- [KDE Konsole](https://docs.kde.org/trunk5/en/konsole/konsole/index.html)
157-
- [Powershell](https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-linux?view=powershell-7?WT.mc_id=academic-13441-cxa)
157+
- [Powershell](https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-linux?view=powershell-7?WT.mc_id=academic-77807-sagibbon)
158158

159159
#### Popular Command Line Tools
160160

1-getting-started-lessons/1-intro-to-programming-languages/translations/README.hi.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ back add r0,r1
124124

125125
#### लोकप्रिय ब्राउज़रों और DevTools
126126

127-
- [Edge](https://docs.microsoft.com/microsoft-edge/devtools-guide-chromium?WT.mc_id=academic-13441-cxa)
127+
- [Edge](https://docs.microsoft.com/microsoft-edge/devtools-guide-chromium?WT.mc_id=academic-77807-sagibbon)
128128
- [Chrome](https://developers.google.com/web/tools/chrome-devtools/)
129129
- [Firefox](https://developer.mozilla.org/docs/Tools)
130130

@@ -140,22 +140,22 @@ back add r0,r1
140140

141141
#### विंडोज
142142

143-
- [Powershell](https://docs.microsoft.com/powershell/scripting/overview?view=powershell-7?WT.mc_id=academic-13441-cxa) 💻
144-
- [Command Line](https://docs.microsoft.com/windows-server/administration/windows-commands/windows-commands?WT.mc_id=academic-13441-cxa) (also known as CMD) 💻
145-
- [Windows Terminal](https://docs.microsoft.com/windows/terminal/?WT.mc_id=academic-13441-cxa)
143+
- [Powershell](https://docs.microsoft.com/powershell/scripting/overview?view=powershell-7?WT.mc_id=academic-77807-sagibbon) 💻
144+
- [Command Line](https://docs.microsoft.com/windows-server/administration/windows-commands/windows-commands?WT.mc_id=academic-77807-sagibbon) (also known as CMD) 💻
145+
- [Windows Terminal](https://docs.microsoft.com/windows/terminal/?WT.mc_id=academic-77807-sagibbon)
146146
- [mintty](https://mintty.github.io/)
147147

148148
#### मैक ओएस
149149

150150
- [Terminal](https://support.apple.com/guide/terminal/open-or-quit-terminal-apd5265185d-f365-44cb-8b09-71a064a42125/mac) 💻
151151
- [iTerm](https://iterm2.com/)
152-
- [Powershell](https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-macos?view=powershell-7?WT.mc_id=academic-13441-cxa)
152+
- [Powershell](https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-macos?view=powershell-7?WT.mc_id=academic-77807-sagibbon)
153153

154154
#### लिनक्स
155155

156156
- [Bash](https://www.gnu.org/software/bash/manual/html_node/index.html) 💻
157157
- [KDE Konsole](https://docs.kde.org/trunk5/en/konsole/konsole/index.html)
158-
- [Powershell](https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-linux?view=powershell-7?WT.mc_id=academic-13441-cxa)
158+
- [Powershell](https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-linux?view=powershell-7?WT.mc_id=academic-77807-sagibbon)
159159

160160
#### लोकप्रिय कमांड लाइन टूल्स
161161

1-getting-started-lessons/1-intro-to-programming-languages/translations/README.id.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Banyak browser datang dengan *alat pengembang* (DevTools) yang berisi serangkaia
125125

126126
#### Browser dan DevTools Populer
127127

128-
- [Edge](https://docs.microsoft.com/microsoft-edge/devtools-guide-chromium?WT.mc_id=academic-13441-cxa)
128+
- [Edge](https://docs.microsoft.com/microsoft-edge/devtools-guide-chromium?WT.mc_id=academic-77807-sagibbon)
129129
- [Chrome](https://developers.google.com/web/tools/chrome-devtools/)
130130
- [Firefox](https://developer.mozilla.org/docs/Tools)
131131

@@ -141,22 +141,22 @@ Pilihan untuk command line akan berbeda berdasarkan sistem operasi yang Anda gun
141141

142142
#### Windows
143143

144-
- [Powershell](https://docs.microsoft.com/powershell/scripting/overview?view=powershell-7?WT.mc_id=academic-13441-cxa) 💻
145-
- [Command Line](https://docs.microsoft.com/windows-server/administration/windows-commands/windows-commands?WT.mc_id=academic-13441-cxa) (also known as CMD) 💻
146-
- [Windows Terminal](https://docs.microsoft.com/windows/terminal/?WT.mc_id=academic-13441-cxa)
144+
- [Powershell](https://docs.microsoft.com/powershell/scripting/overview?view=powershell-7?WT.mc_id=academic-77807-sagibbon) 💻
145+
- [Command Line](https://docs.microsoft.com/windows-server/administration/windows-commands/windows-commands?WT.mc_id=academic-77807-sagibbon) (also known as CMD) 💻
146+
- [Windows Terminal](https://docs.microsoft.com/windows/terminal/?WT.mc_id=academic-77807-sagibbon)
147147
- [mintty](https://mintty.github.io/)
148148

149149
#### MacOS
150150

151151
- [Terminal](https://support.apple.com/guide/terminal/open-or-quit-terminal-apd5265185d-f365-44cb-8b09-71a064a42125/mac) 💻
152152
- [iTerm](https://iterm2.com/)
153-
- [Powershell](https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-macos?view=powershell-7?WT.mc_id=academic-13441-cxa)
153+
- [Powershell](https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-macos?view=powershell-7?WT.mc_id=academic-77807-sagibbon)
154154

155155
#### Linux
156156

157157
- [Bash](https://www.gnu.org/software/bash/manual/html_node/index.html) 💻
158158
- [KDE Konsole](https://docs.kde.org/trunk5/en/konsole/konsole/index.html)
159-
- [Powershell](https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-linux?view=powershell-7?WT.mc_id=academic-13441-cxa)
159+
- [Powershell](https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-linux?view=powershell-7?WT.mc_id=academic-77807-sagibbon)
160160

161161
#### Alat Command Line Populer
162162

0 commit comments

Comments
 (0)