├── Cyber ├── ReadMe.md └── cyber_stories │ └── aluminum.pdf ├── README.md ├── Soft_Skills ├── Interview_prep │ └── README.md ├── README.md └── linkedin │ └── README.md ├── Software ├── README.md ├── backend │ ├── database │ │ ├── MongoDB │ │ │ ├── AtlasGuide.md │ │ │ ├── README.md │ │ │ └── files │ │ │ │ ├── 57.png │ │ │ │ ├── 58.png │ │ │ │ ├── 59.png │ │ │ │ ├── 60.png │ │ │ │ ├── 61ea.png │ │ │ │ ├── 62.png │ │ │ │ ├── 63ea.png │ │ │ │ └── 64ea.png │ │ └── README.md │ └── rest_api │ │ └── Node.js │ │ ├── README.md │ │ └── index.js ├── development aids │ ├── extensions │ │ ├── Chrome_Extensions │ │ │ ├── README.md │ │ │ └── chrome_extensions │ │ └── VSC_Extensions │ │ │ ├── README.md │ │ │ └── vsc_extensions │ ├── shortcuts │ │ └── README.md │ └── useful sites │ │ └── README.md ├── frontend │ ├── React │ │ └── README.md │ └── Style │ │ └── README.md ├── javascript │ ├── ES6-cheatSheet.pdf │ ├── JS-Object-cheatsheet.png │ ├── README.md │ ├── Summaries-from-students │ │ ├── declerative-programming.js │ │ ├── functions │ │ │ ├── functionsClass.html │ │ │ └── functionsClass.js │ │ ├── if-else │ │ │ └── IfElseClass.html │ │ └── loops │ │ │ └── LoopsClass.html │ ├── async │ │ ├── index.js │ │ └── package.json │ ├── promises.png │ └── test.md ├── networking │ ├── html_networking │ │ └── README.md │ └── web_socket_networking │ │ └── README.md └── projects │ ├── Deploying │ ├── ComputeEngine.md │ ├── README.md │ └── docker.md │ ├── README.md │ ├── linting │ ├── README.md │ ├── eslintFix.png │ ├── eslintForCRA.md │ ├── eslintInit.png │ └── famousError.jpeg │ └── planning │ └── README.md ├── contribute.md ├── explanation.md ├── glitch-new-and-improved.txt ├── new-pc ├── Downloads.md ├── README.md └── shortcuts.md ├── old repo (redistribute) ├── Downloads.md ├── README.md ├── cheatsheet │ ├── ES6 cheatSheet.pdf │ ├── JavaScript-Arrays-Cheat-Sheet.md │ ├── NodeModules & Libraries │ │ └── NodeLibraries.md │ ├── README.md │ ├── Regular Expressions Cheat Sheet by DaveChild - Cheatography.com.pdf │ ├── Shotcuts │ │ ├── Google Chrome Shortcuts │ │ │ ├── Chrome Shotcuts Links.md │ │ │ └── Chrome Shotcuts.md │ │ ├── OS Shortcuts │ │ │ └── Windows │ │ │ │ └── keyboard-shortcuts-windows.pdf │ │ └── VS Code Shotcuts │ │ │ └── GalShortcuts.xlsx │ ├── anas-95_javascript-object-methods.bw.pdf │ ├── git cheatSheet.pdf │ └── http status cheat sheet.pdf ├── new-pc │ ├── Downloads.md │ ├── README.md │ └── shourcuts.md ├── resources │ ├── README.md │ ├── backend │ │ ├── README.md │ │ ├── SQL.pdf │ │ ├── backendlinks.md │ │ ├── links.md │ │ ├── podcasts.md │ │ ├── tutorials.md │ │ └── youtube.md │ ├── frontend │ │ ├── README.md │ │ ├── links.md │ │ ├── podcasts.md │ │ ├── tutorials.md │ │ └── youtube.md │ └── other │ │ ├── README.md │ │ ├── links.md │ │ ├── podcasts.md │ │ ├── tutorials.md │ │ └── youtube.md ├── style-guide.md └── tutorials │ ├── README.md │ └── VS-debugger.md ├── style-guide.md ├── teach ├── Repo Diagram - new.png ├── Repo Diagram.png ├── bylink │ ├── 0goto_repo.png │ ├── 1find_file.png │ ├── 2click_edit.png │ ├── 3editing_file.png │ ├── 4submit_change.png │ ├── 5pull-request.png │ └── searchfile.png ├── end-folder.png ├── file │ ├── addfile.png │ ├── fork.png │ └── use.png └── folders.png └── template.md /Cyber/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/Cyber/ReadMe.md -------------------------------------------------------------------------------- /Cyber/cyber_stories/aluminum.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/Cyber/cyber_stories/aluminum.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/README.md -------------------------------------------------------------------------------- /Soft_Skills/Interview_prep/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/Soft_Skills/Interview_prep/README.md -------------------------------------------------------------------------------- /Soft_Skills/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/Soft_Skills/README.md -------------------------------------------------------------------------------- /Soft_Skills/linkedin/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/Soft_Skills/linkedin/README.md -------------------------------------------------------------------------------- /Software/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/Software/README.md -------------------------------------------------------------------------------- /Software/backend/database/MongoDB/AtlasGuide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/Software/backend/database/MongoDB/AtlasGuide.md -------------------------------------------------------------------------------- /Software/backend/database/MongoDB/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/Software/backend/database/MongoDB/README.md -------------------------------------------------------------------------------- /Software/backend/database/MongoDB/files/57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/Software/backend/database/MongoDB/files/57.png -------------------------------------------------------------------------------- /Software/backend/database/MongoDB/files/58.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/Software/backend/database/MongoDB/files/58.png -------------------------------------------------------------------------------- /Software/backend/database/MongoDB/files/59.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/Software/backend/database/MongoDB/files/59.png -------------------------------------------------------------------------------- /Software/backend/database/MongoDB/files/60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/Software/backend/database/MongoDB/files/60.png -------------------------------------------------------------------------------- /Software/backend/database/MongoDB/files/61ea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/Software/backend/database/MongoDB/files/61ea.png -------------------------------------------------------------------------------- /Software/backend/database/MongoDB/files/62.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/Software/backend/database/MongoDB/files/62.png -------------------------------------------------------------------------------- /Software/backend/database/MongoDB/files/63ea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/Software/backend/database/MongoDB/files/63ea.png -------------------------------------------------------------------------------- /Software/backend/database/MongoDB/files/64ea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/Software/backend/database/MongoDB/files/64ea.png -------------------------------------------------------------------------------- /Software/backend/database/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/Software/backend/database/README.md -------------------------------------------------------------------------------- /Software/backend/rest_api/Node.js/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/Software/backend/rest_api/Node.js/README.md -------------------------------------------------------------------------------- /Software/backend/rest_api/Node.js/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/Software/backend/rest_api/Node.js/index.js -------------------------------------------------------------------------------- /Software/development aids/extensions/Chrome_Extensions/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/Software/development aids/extensions/Chrome_Extensions/README.md -------------------------------------------------------------------------------- /Software/development aids/extensions/Chrome_Extensions/chrome_extensions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/Software/development aids/extensions/Chrome_Extensions/chrome_extensions -------------------------------------------------------------------------------- /Software/development aids/extensions/VSC_Extensions/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/Software/development aids/extensions/VSC_Extensions/README.md -------------------------------------------------------------------------------- /Software/development aids/extensions/VSC_Extensions/vsc_extensions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/Software/development aids/extensions/VSC_Extensions/vsc_extensions -------------------------------------------------------------------------------- /Software/development aids/shortcuts/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/Software/development aids/shortcuts/README.md -------------------------------------------------------------------------------- /Software/development aids/useful sites/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/Software/development aids/useful sites/README.md -------------------------------------------------------------------------------- /Software/frontend/React/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/Software/frontend/React/README.md -------------------------------------------------------------------------------- /Software/frontend/Style/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/Software/frontend/Style/README.md -------------------------------------------------------------------------------- /Software/javascript/ES6-cheatSheet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/Software/javascript/ES6-cheatSheet.pdf -------------------------------------------------------------------------------- /Software/javascript/JS-Object-cheatsheet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/Software/javascript/JS-Object-cheatsheet.png -------------------------------------------------------------------------------- /Software/javascript/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/Software/javascript/README.md -------------------------------------------------------------------------------- /Software/javascript/Summaries-from-students/declerative-programming.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/Software/javascript/Summaries-from-students/declerative-programming.js -------------------------------------------------------------------------------- /Software/javascript/Summaries-from-students/functions/functionsClass.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/Software/javascript/Summaries-from-students/functions/functionsClass.html -------------------------------------------------------------------------------- /Software/javascript/Summaries-from-students/functions/functionsClass.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/Software/javascript/Summaries-from-students/functions/functionsClass.js -------------------------------------------------------------------------------- /Software/javascript/Summaries-from-students/if-else/IfElseClass.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/Software/javascript/Summaries-from-students/if-else/IfElseClass.html -------------------------------------------------------------------------------- /Software/javascript/Summaries-from-students/loops/LoopsClass.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/Software/javascript/Summaries-from-students/loops/LoopsClass.html -------------------------------------------------------------------------------- /Software/javascript/async/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/Software/javascript/async/index.js -------------------------------------------------------------------------------- /Software/javascript/async/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/Software/javascript/async/package.json -------------------------------------------------------------------------------- /Software/javascript/promises.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/Software/javascript/promises.png -------------------------------------------------------------------------------- /Software/javascript/test.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/Software/javascript/test.md -------------------------------------------------------------------------------- /Software/networking/html_networking/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/Software/networking/html_networking/README.md -------------------------------------------------------------------------------- /Software/networking/web_socket_networking/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/Software/networking/web_socket_networking/README.md -------------------------------------------------------------------------------- /Software/projects/Deploying/ComputeEngine.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/Software/projects/Deploying/ComputeEngine.md -------------------------------------------------------------------------------- /Software/projects/Deploying/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/Software/projects/Deploying/README.md -------------------------------------------------------------------------------- /Software/projects/Deploying/docker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/Software/projects/Deploying/docker.md -------------------------------------------------------------------------------- /Software/projects/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/Software/projects/README.md -------------------------------------------------------------------------------- /Software/projects/linting/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/Software/projects/linting/README.md -------------------------------------------------------------------------------- /Software/projects/linting/eslintFix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/Software/projects/linting/eslintFix.png -------------------------------------------------------------------------------- /Software/projects/linting/eslintForCRA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/Software/projects/linting/eslintForCRA.md -------------------------------------------------------------------------------- /Software/projects/linting/eslintInit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/Software/projects/linting/eslintInit.png -------------------------------------------------------------------------------- /Software/projects/linting/famousError.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/Software/projects/linting/famousError.jpeg -------------------------------------------------------------------------------- /Software/projects/planning/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/Software/projects/planning/README.md -------------------------------------------------------------------------------- /contribute.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/contribute.md -------------------------------------------------------------------------------- /explanation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/explanation.md -------------------------------------------------------------------------------- /glitch-new-and-improved.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/glitch-new-and-improved.txt -------------------------------------------------------------------------------- /new-pc/Downloads.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/new-pc/Downloads.md -------------------------------------------------------------------------------- /new-pc/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/new-pc/README.md -------------------------------------------------------------------------------- /new-pc/shortcuts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/new-pc/shortcuts.md -------------------------------------------------------------------------------- /old repo (redistribute)/Downloads.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/old repo (redistribute)/Downloads.md -------------------------------------------------------------------------------- /old repo (redistribute)/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/old repo (redistribute)/README.md -------------------------------------------------------------------------------- /old repo (redistribute)/cheatsheet/ES6 cheatSheet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/old repo (redistribute)/cheatsheet/ES6 cheatSheet.pdf -------------------------------------------------------------------------------- /old repo (redistribute)/cheatsheet/JavaScript-Arrays-Cheat-Sheet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/old repo (redistribute)/cheatsheet/JavaScript-Arrays-Cheat-Sheet.md -------------------------------------------------------------------------------- /old repo (redistribute)/cheatsheet/NodeModules & Libraries/NodeLibraries.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/old repo (redistribute)/cheatsheet/NodeModules & Libraries/NodeLibraries.md -------------------------------------------------------------------------------- /old repo (redistribute)/cheatsheet/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/old repo (redistribute)/cheatsheet/README.md -------------------------------------------------------------------------------- /old repo (redistribute)/cheatsheet/Regular Expressions Cheat Sheet by DaveChild - Cheatography.com.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/old repo (redistribute)/cheatsheet/Regular Expressions Cheat Sheet by DaveChild - Cheatography.com.pdf -------------------------------------------------------------------------------- /old repo (redistribute)/cheatsheet/Shotcuts/Google Chrome Shortcuts/Chrome Shotcuts Links.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/old repo (redistribute)/cheatsheet/Shotcuts/Google Chrome Shortcuts/Chrome Shotcuts Links.md -------------------------------------------------------------------------------- /old repo (redistribute)/cheatsheet/Shotcuts/Google Chrome Shortcuts/Chrome Shotcuts.md: -------------------------------------------------------------------------------- 1 | # Chrome keyboard shortcuts 2 | 3 | * __ctrl + D__ - Bookmark This Page" 4 | -------------------------------------------------------------------------------- /old repo (redistribute)/cheatsheet/Shotcuts/OS Shortcuts/Windows/keyboard-shortcuts-windows.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/old repo (redistribute)/cheatsheet/Shotcuts/OS Shortcuts/Windows/keyboard-shortcuts-windows.pdf -------------------------------------------------------------------------------- /old repo (redistribute)/cheatsheet/Shotcuts/VS Code Shotcuts/GalShortcuts.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/old repo (redistribute)/cheatsheet/Shotcuts/VS Code Shotcuts/GalShortcuts.xlsx -------------------------------------------------------------------------------- /old repo (redistribute)/cheatsheet/anas-95_javascript-object-methods.bw.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/old repo (redistribute)/cheatsheet/anas-95_javascript-object-methods.bw.pdf -------------------------------------------------------------------------------- /old repo (redistribute)/cheatsheet/git cheatSheet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/old repo (redistribute)/cheatsheet/git cheatSheet.pdf -------------------------------------------------------------------------------- /old repo (redistribute)/cheatsheet/http status cheat sheet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/old repo (redistribute)/cheatsheet/http status cheat sheet.pdf -------------------------------------------------------------------------------- /old repo (redistribute)/new-pc/Downloads.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/old repo (redistribute)/new-pc/Downloads.md -------------------------------------------------------------------------------- /old repo (redistribute)/new-pc/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/old repo (redistribute)/new-pc/README.md -------------------------------------------------------------------------------- /old repo (redistribute)/new-pc/shourcuts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/old repo (redistribute)/new-pc/shourcuts.md -------------------------------------------------------------------------------- /old repo (redistribute)/resources/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/old repo (redistribute)/resources/README.md -------------------------------------------------------------------------------- /old repo (redistribute)/resources/backend/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/old repo (redistribute)/resources/backend/README.md -------------------------------------------------------------------------------- /old repo (redistribute)/resources/backend/SQL.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/old repo (redistribute)/resources/backend/SQL.pdf -------------------------------------------------------------------------------- /old repo (redistribute)/resources/backend/backendlinks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/old repo (redistribute)/resources/backend/backendlinks.md -------------------------------------------------------------------------------- /old repo (redistribute)/resources/backend/links.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/old repo (redistribute)/resources/backend/links.md -------------------------------------------------------------------------------- /old repo (redistribute)/resources/backend/podcasts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/old repo (redistribute)/resources/backend/podcasts.md -------------------------------------------------------------------------------- /old repo (redistribute)/resources/backend/tutorials.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/old repo (redistribute)/resources/backend/tutorials.md -------------------------------------------------------------------------------- /old repo (redistribute)/resources/backend/youtube.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/old repo (redistribute)/resources/backend/youtube.md -------------------------------------------------------------------------------- /old repo (redistribute)/resources/frontend/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/old repo (redistribute)/resources/frontend/README.md -------------------------------------------------------------------------------- /old repo (redistribute)/resources/frontend/links.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/old repo (redistribute)/resources/frontend/links.md -------------------------------------------------------------------------------- /old repo (redistribute)/resources/frontend/podcasts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/old repo (redistribute)/resources/frontend/podcasts.md -------------------------------------------------------------------------------- /old repo (redistribute)/resources/frontend/tutorials.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/old repo (redistribute)/resources/frontend/tutorials.md -------------------------------------------------------------------------------- /old repo (redistribute)/resources/frontend/youtube.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/old repo (redistribute)/resources/frontend/youtube.md -------------------------------------------------------------------------------- /old repo (redistribute)/resources/other/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/old repo (redistribute)/resources/other/README.md -------------------------------------------------------------------------------- /old repo (redistribute)/resources/other/links.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/old repo (redistribute)/resources/other/links.md -------------------------------------------------------------------------------- /old repo (redistribute)/resources/other/podcasts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/old repo (redistribute)/resources/other/podcasts.md -------------------------------------------------------------------------------- /old repo (redistribute)/resources/other/tutorials.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/old repo (redistribute)/resources/other/tutorials.md -------------------------------------------------------------------------------- /old repo (redistribute)/resources/other/youtube.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/old repo (redistribute)/resources/other/youtube.md -------------------------------------------------------------------------------- /old repo (redistribute)/style-guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/old repo (redistribute)/style-guide.md -------------------------------------------------------------------------------- /old repo (redistribute)/tutorials/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/old repo (redistribute)/tutorials/README.md -------------------------------------------------------------------------------- /old repo (redistribute)/tutorials/VS-debugger.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/old repo (redistribute)/tutorials/VS-debugger.md -------------------------------------------------------------------------------- /style-guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/style-guide.md -------------------------------------------------------------------------------- /teach/Repo Diagram - new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/teach/Repo Diagram - new.png -------------------------------------------------------------------------------- /teach/Repo Diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/teach/Repo Diagram.png -------------------------------------------------------------------------------- /teach/bylink/0goto_repo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/teach/bylink/0goto_repo.png -------------------------------------------------------------------------------- /teach/bylink/1find_file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/teach/bylink/1find_file.png -------------------------------------------------------------------------------- /teach/bylink/2click_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/teach/bylink/2click_edit.png -------------------------------------------------------------------------------- /teach/bylink/3editing_file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/teach/bylink/3editing_file.png -------------------------------------------------------------------------------- /teach/bylink/4submit_change.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/teach/bylink/4submit_change.png -------------------------------------------------------------------------------- /teach/bylink/5pull-request.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/teach/bylink/5pull-request.png -------------------------------------------------------------------------------- /teach/bylink/searchfile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/teach/bylink/searchfile.png -------------------------------------------------------------------------------- /teach/end-folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/teach/end-folder.png -------------------------------------------------------------------------------- /teach/file/addfile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/teach/file/addfile.png -------------------------------------------------------------------------------- /teach/file/fork.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/teach/file/fork.png -------------------------------------------------------------------------------- /teach/file/use.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/teach/file/use.png -------------------------------------------------------------------------------- /teach/folders.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/teach/folders.png -------------------------------------------------------------------------------- /template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsDrTsach/together-we-strong-c4s/HEAD/template.md --------------------------------------------------------------------------------