@@ -163,84 +163,48 @@ It can often be challenging to see the 'Big Picture', and it’s easy to lose si
163163
164164## Helpful Links
165165
166- #### * Command line commands*
167- - [ List of command line commands] ( https://www.codecademy.com/articles/command-line-commands )
168-
169- #### * Docker*
170-
171- - [ What is Docker?] ( https://www.docker.com/what-docker )
172- - [ Docker Concepts] ( https://docs.docker.com/get-started/#docker-concepts )
173- - [ Docker Overview] ( https://docs.docker.com/engine/docker-overview/ )
174- - [ Docker Compose] ( https://docs.docker.com/compose/overview/ )
175- - [ Docker CLI Command] ( https://docs.docker.com/engine/reference/commandline/cli/ )
176- - [ Docker Installation] ( https://docs.docker.com/get-started/get-docker/ )
177-
178- #### * GitHub and Markdown*
179-
180- * General
181- - [ GitHub and Markdown Short Tutorials] ( https://guides.github.com/ )
182- - [ GitHub Help] ( https://help.github.com/en/categories/github-pages-basics )
183- - [ Git Cheat Sheet (PDF)] ( https://education.github.com/git-cheat-sheet-education.pdf )
184- - [ Understanding Git and Github (Video)] ( https://www.youtube.com/watch?v=BCQHnlnPusY )
185-
186- * First Steps
187- - [ GitHub's Git Tutorial] ( https://try.github.io/ )
188- - [ Git-it Workshop] ( https://jlord.us/git-it/ )
189- - [ Codecademy's Learn Git Course] ( https://www.codecademy.com/learn/learn-git )
190-
191- * Intermediate
192- - [ Git Immersion] ( https://git-immersion.github.io/gitimmersion/ )
193-
194- * Reference/Advanced
195- - [ Git Pro (Book)] ( https://git-scm.com/book/en/v2 )
196- - [ GitHub Tips] ( https://github.com/git-tips/tips/blob/master/README.md )
197- - [ Oh, Shit, Git] ( http://ohshitgit.com/ )
198-
199- * Git Workflow
200- - [ Git Workflow - High Level] ( https://www.atlassian.com/git/tutorials/comparing-workflows )
201- - [ Git Workflow - High Level, Short] ( https://git-scm.com/book/en/v2/Git-Branching-Branching-Workflows )
202- - [ Feature Branch Workflow] ( https://www.atlassian.com/git/tutorials/comparing-workflows/feature-branch-workflow )
203-
204- * Markdown
205- - [ Markdown Syntax] ( https://daringfireball.net/projects/markdown/syntax )
206- - [ Markdown Cheat Sheet (PDF)] ( https://enterprise.github.com/downloads/en/markdown-cheatsheet.pdf )
207- - [ Markdown Editor] ( https://jbt.github.io/markdown-editor/ )
208-
209- #### * Planet*
210-
211- - [ Configurations] ( https://open-learning-exchange.github.io/#!./pages/vi/vi-planet-configurations.md.md )
212- - [ General] ( https://open-learning-exchange.github.io/#!./pages/techgenius/tg-planet-user-manual.md )
213-
214- #### * Vi/Vim*
215-
216- - [ Vi Cheat Sheet (PDF)] ( https://www.shell-tips.com/cheat-sheets/vim-quick-references/vi_vim_cheat_sheet.pdf )
217- - [ VIM Adventures Game for beginners] ( https://vim-adventures.com/ )
218- - [ Interactive Vim Tutorial] ( https://www.openvim.com )
219-
220- #### * HTML*
221- - [ HTML5 Tutorial] ( https://www.w3schools.com/html/default.asp )
222- - [ HTML MDN DOCS] ( https://developer.mozilla.org/en-US/docs/Web/HTML )
223-
224- #### * CSS*
225- - [ CSS Tutorial] ( https://www.w3schools.com/css/ )
226- - [ CSS MDN DOCS] ( https://developer.mozilla.org/en-US/docs/Web/CSS )
227-
228- #### * JavaScript*
229- - [ JavaScript Tutorial] ( https://www.w3schools.com/js/default.asp )
230- - [ JavaScript MDN DOCS] ( https://developer.mozilla.org/en-US/docs/Learn/JavaScript/First_steps/What_is_JavaScript )
231-
232- #### * ES6*
233- - [ ES6 Tutorial] ( https://www.tutorialspoint.com/es6/index.htm )
234-
235- #### * Angular*
236- - [ Angular Tutorial] ( https://angular.io/tutorial )
237- - [ RxJS Doc] ( https://angular.io/guide/rx-library )
238-
239- #### * TypeScript*
240- - [ TypeScript Tutorial] ( https://www.typescriptlang.org/docs/handbook/typescript-in-5-minutes.html )
241-
242- #### * CouchDB*
243- - [ CouchDB Tutorial] ( http://docs.couchdb.org/en/stable/intro/why.html )
166+ | Category | Link |
167+ | ----------------------| ---------------------------------------------------------------------------------------|
168+ | ** Command line** | [ List of command line commands] ( https://www.codecademy.com/articles/command-line-commands ) |
169+ | ** Docker** | [ What is Docker?] ( https://www.docker.com/what-docker ) |
170+ | | [ Docker Concepts] ( https://docs.docker.com/get-started/#docker-concepts ) |
171+ | | [ Docker Overview] ( https://docs.docker.com/engine/docker-overview/ ) |
172+ | | [ Docker Compose] ( https://docs.docker.com/compose/overview/ ) |
173+ | | [ Docker CLI Command] ( https://docs.docker.com/engine/reference/commandline/cli/ ) |
174+ | | [ Docker Installation] ( https://docs.docker.com/get-started/get-docker/ ) |
175+ | ** GitHub and Markdown** | [ GitHub and Markdown Short Tutorials] ( https://guides.github.com/ ) |
176+ | | [ GitHub Help] ( https://help.github.com/en/categories/github-pages-basics ) |
177+ | | [ Git Cheat Sheet (PDF)] ( https://education.github.com/git-cheat-sheet-education.pdf ) |
178+ | | [ Understanding Git and Github (Video)] ( https://www.youtube.com/watch?v=BCQHnlnPusY ) |
179+ | ** GitHub First Steps** | [ GitHub's Git Tutorial] ( https://try.github.io/ ) |
180+ | | [ Git-it Workshop] ( https://jlord.us/git-it/ ) |
181+ | | [ Codecademy's Learn Git Course] ( https://www.codecademy.com/learn/learn-git ) |
182+ | ** GitHub Intermediate** | [ Git Immersion] ( https://git-immersion.github.io/gitimmersion/ ) |
183+ | ** GitHub Advanced** | [ Git Pro (Book)] ( https://git-scm.com/book/en/v2 ) |
184+ | | [ GitHub Tips] ( https://github.com/git-tips/tips/blob/master/README.md ) |
185+ | | [ Oh, Shit, Git] ( http://ohshitgit.com/ ) |
186+ | ** Git Workflow** | [ Git Workflow - High Level] ( https://www.atlassian.com/git/tutorials/comparing-workflows ) |
187+ | | [ Git Workflow - High Level, Short] ( https://git-scm.com/book/en/v2/Git-Branching-Branching-Workflows ) |
188+ | | [ Feature Branch Workflow] ( https://www.atlassian.com/git/tutorials/comparing-workflows/feature-branch-workflow ) |
189+ | ** Markdown** | [ Markdown Syntax] ( https://daringfireball.net/projects/markdown/syntax ) |
190+ | | [ Markdown Cheat Sheet (PDF)] ( https://enterprise.github.com/downloads/en/markdown-cheatsheet.pdf ) |
191+ | | [ Markdown Editor] ( https://jbt.github.io/markdown-editor/ ) |
192+ | ** Planet** | [ Configurations] ( https://open-learning-exchange.github.io/#!./pages/vi/vi-planet-configurations.md.md ) |
193+ | | [ General] ( https://open-learning-exchange.github.io/#!./pages/techgenius/tg-planet-user-manual.md ) |
194+ | ** Vi/Vim** | [ Vi Cheat Sheet (PDF)] ( https://www.shell-tips.com/cheat-sheets/vim-quick-references/vi_vim_cheat_sheet.pdf ) |
195+ | | [ VIM Adventures Game for beginners] ( https://vim-adventures.com/ ) |
196+ | | [ Interactive Vim Tutorial] ( https://www.openvim.com ) |
197+ | ** HTML** | [ HTML5 Tutorial] ( https://www.w3schools.com/html/default.asp ) |
198+ | | [ HTML MDN DOCS] ( https://developer.mozilla.org/en-US/docs/Web/HTML ) |
199+ | ** CSS** | [ CSS Tutorial] ( https://www.w3schools.com/css/ ) |
200+ | | [ CSS MDN DOCS] ( https://developer.mozilla.org/en-US/docs/Web/CSS ) |
201+ | ** JavaScript** | [ JavaScript Tutorial] ( https://www.w3schools.com/js/default.asp ) |
202+ | | [ JavaScript MDN DOCS] ( https://developer.mozilla.org/en-US/docs/Learn/JavaScript/First_steps/What_is_JavaScript ) |
203+ | ** ES6** | [ ES6 Tutorial] ( https://www.tutorialspoint.com/es6/index.htm ) |
204+ | ** Angular** | [ Angular Tutorial] ( https://angular.dev/tutorials ) |
205+ | | [ RxJS Doc] ( https://angular.io/guide/rx-library ) |
206+ | ** TypeScript** | [ TypeScript Tutorial] ( https://www.typescriptlang.org/docs/handbook/typescript-in-5-minutes.html ) |
207+ | ** CouchDB** | [ CouchDB Tutorial] ( http://docs.couchdb.org/en/stable/intro/why.html ) |
244208
245209## Helpful Videos
246210
0 commit comments