This is the repo that contains my resource sharing and blog site ... centered mostly on web development and just a bit of audio production / generally nerdy things I find interesting.
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
Project Link: https://github.com/bgoonz/web-dev-notes-resource-site
\___________________________________________________ bryan_dir:Stable_exitstatus:130 ====> tree -d -L 4 > README.md . ├── 0-assets │ ├── 0-embeded-repos │ │ ├── Resource-Hub-Mark_II-master │ │ │ ├── PUBLIC │ │ │ ├── assets │ │ │ ├── documentation │ │ │ └── landing-page │ │ └── code-mirror │ │ ├── bin │ │ ├── demo │ │ ├── doc │ │ ├── keymap │ │ ├── lib │ │ ├── test │ │ └── theme │ ├── blog-styles │ │ └── output │ │ ├── bootstrap3 │ │ ├── jasonm23-dark │ │ ├── jasonm23-foghorn │ │ ├── jasonm23-markdown │ │ ├── jasonm23-swiss │ │ ├── markedapp-byword │ │ ├── mixu-book │ │ ├── mixu-bootstrap │ │ ├── mixu-bootstrap-2col │ │ ├── mixu-gray │ │ ├── mixu-page │ │ ├── mixu-radar │ │ ├── plain │ │ ├── plain.html │ │ ├── roryg-ghostwriter │ │ ├── thomasf-solarizedcssdark │ │ └── thomasf-solarizedcsslight │ ├── css │ ├── images │ │ ├── horizontal lines │ │ ├── interesting │ │ ├── interesting.html │ │ └── windows-icons.html │ ├── js │ ├── planning │ │ └── documentation │ │ └── portfolio │ └── videos ├── 1-tools │ ├── TOOLHUB │ │ ├── ajax.googleapis.com │ │ │ └── ajax │ │ ├── cdn.jsdelivr.net │ │ │ └── handsontable │ │ ├── code.jquery.com │ │ │ └── ui │ │ └── tools │ │ ├── cat │ │ ├── css │ │ ├── helpers │ │ ├── img │ │ ├── js │ │ ├── tool │ │ ├── tools_files │ │ └── vendor │ ├── ZUMZI-LIVE-CHAT │ │ ├── backend │ │ └── web │ │ ├── assets │ │ ├── mesibo │ │ ├── scripts │ │ ├── styles │ │ └── third-party │ ├── file-conversions │ ├── file-conversions.html │ ├── file-manager-js-master │ │ ├── lib │ │ │ ├── createDir │ │ │ ├── createDir.html │ │ │ ├── createFile │ │ │ ├── createFile.html │ │ │ ├── dirSize │ │ │ ├── dirSize.html │ │ │ ├── exists │ │ │ ├── exists.html │ │ │ ├── info │ │ │ ├── info.html │ │ │ ├── list │ │ │ ├── list.html │ │ │ ├── listDeep │ │ │ ├── listDeep.html │ │ │ ├── readFile │ │ │ ├── readFile.html │ │ │ ├── removeDir │ │ │ ├── removeDir.html │ │ │ ├── removeFile │ │ │ ├── removeFile.html │ │ │ ├── rename │ │ │ ├── rename.html │ │ │ ├── stat │ │ │ └── stat.html │ │ ├── notes │ │ ├── notes.html │ │ └── test │ │ └── fixtures │ ├── general-util │ │ ├── has-own-prop │ │ └── is-promise │ ├── live-form │ │ └── node_modules.html │ │ └── jquery │ ├── node-npm │ │ └── npm.broofa.com │ │ ├── js │ │ └── vendor │ └── site-building │ ├── Convert-arr-2-atags │ ├── Convert-arr-2-atags.html │ ├── convert-multi-line-2-js │ ├── convert-multi-line-2-js.html │ ├── create-folder-for-every-file │ ├── create-folder-for-every-file.html │ ├── extractcss-master │ │ ├── extractCSS - Online CSS Extractor_files │ │ ├── extractCSS - Online CSS Extractor_files.html │ │ ├── extractcss-master │ │ ├── lib │ │ └── lib.html │ ├── html-gen-dir │ ├── html-gen-dir.html │ ├── read-dir-create-a │ └── read-dir-create-a.html ├── 2-content │ ├── core-content │ │ ├── Data-Structures │ │ │ ├── 1-Python │ │ │ ├── HTML-only │ │ │ └── _0-JS │ │ ├── Projects │ │ │ ├── JSX │ │ │ ├── amusement-park-tracker-solution │ │ │ ├── data-driven app │ │ │ ├── express-reading-list-solution │ │ │ ├── formative_forms_solution │ │ │ ├── grocery-store-solution │ │ │ ├── guessing-game-project-master │ │ │ ├── routing_project_solution │ │ │ ├── star-trek-solution │ │ │ ├── triviaProject │ │ │ └── twitterClone-Solution │ │ ├── USEFUL │ │ │ └── blog-posts │ │ ├── blog-posts │ │ │ ├── html │ │ │ └── vscode │ │ ├── cheat-sheets │ │ │ └── pdf │ │ ├── ciriculumn │ │ │ ├── Extra │ │ │ ├── _Summary │ │ │ ├── images │ │ │ ├── images.html │ │ │ ├── week-1 │ │ │ ├── week-10 │ │ │ ├── week-11 │ │ │ ├── week-12 │ │ │ ├── week-13 │ │ │ ├── week-14 │ │ │ ├── week-15 │ │ │ ├── week-16 │ │ │ ├── week-17 │ │ │ ├── week-18 │ │ │ ├── week-2 │ │ │ ├── week-3 │ │ │ ├── week-4 │ │ │ ├── week-5 │ │ │ ├── week-6 │ │ │ ├── week-7 │ │ │ ├── week-8 │ │ │ └── week-9 │ │ ├── database │ │ │ ├── psql │ │ │ └── sql-primer │ │ ├── live-examples │ │ │ ├── css-examples │ │ │ ├── dom-examples │ │ │ ├── fetch-examples │ │ │ ├── fonts │ │ │ ├── html-examples │ │ │ ├── js-examples │ │ │ ├── media │ │ │ ├── perf-examples │ │ │ ├── web-components-examples │ │ │ ├── webapi-examples │ │ │ ├── webaudio-examples │ │ │ └── webextensions-examples │ │ ├── misc │ │ │ └── LINKS │ │ ├── node-npm │ │ │ ├── docs │ │ │ └── npm-reademe-comp │ │ ├── temp │ │ │ ├── link-city │ │ │ └── utils │ │ └── work-life │ │ ├── tet │ │ └── www.atlassian.com │ └── media │ └── bryan-ig ├── core-site │ ├── css │ ├── experimental │ │ └── draft-fb-js │ ├── fonts │ │ └── windows │ ├── images │ │ ├── aux-images │ │ └── prettyPhoto │ │ ├── dark_rounded │ │ ├── dark_square │ │ ├── default │ │ ├── light_rounded │ │ └── light_square │ ├── js │ │ └── vendor │ ├── other-pages │ │ ├── 0-projects │ │ │ ├── calendar-this-solution │ │ │ ├── css-flexbox-trello-master │ │ │ ├── react-context │ │ │ ├── web-audio-api-ajax │ │ │ └── web-audio-recorder │ │ ├── Cheat-Sheets │ │ ├── Markdown │ │ ├── Quizes │ │ │ ├── bash │ │ │ ├── c++ │ │ │ ├── css │ │ │ ├── git │ │ │ ├── html │ │ │ ├── javascript │ │ │ ├── jquery │ │ │ ├── matlab │ │ │ ├── microsoft-excel │ │ │ ├── microsoft-word │ │ │ ├── node.js │ │ │ ├── python │ │ │ └── react │ │ ├── Repo.js-master │ │ │ └── fonts │ │ ├── Student-Profiles │ │ │ ├── assets │ │ │ ├── build │ │ │ ├── feedbackform │ │ │ ├── images │ │ │ └── videos │ │ ├── Web-Dev-Setup │ │ ├── best-prac-extension-guide │ │ │ └── Design-Principles │ │ ├── blog-posts │ │ │ ├── 0-CSS │ │ │ ├── 0-images │ │ │ ├── 0-projects │ │ │ ├── 9-thigs-you-should-know-about │ │ │ ├── Cheat-Sheets │ │ │ ├── Markdown │ │ │ ├── Quizes │ │ │ ├── Student-Profiles │ │ │ ├── Web-Dev-Setup │ │ │ ├── _MISC │ │ │ ├── best-prac-extension-guide │ │ │ ├── blog │ │ │ ├── git-workflow │ │ │ └── tools-of-the-trade │ │ ├── documentation │ │ │ ├── excel │ │ │ └── new │ │ ├── tools-of-the-trade │ │ └── weeks │ │ ├── 0-quiz │ │ ├── Images │ │ ├── solution │ │ ├── week-1 │ │ ├── week-10 │ │ ├── week-11 │ │ ├── week-5 │ │ ├── week-8 │ │ └── week-9 │ ├── testing │ │ ├── interactive │ │ └── src │ └── upload │ └── double-bubble-outline ├── landing-page │ ├── dist │ │ ├── css │ │ ├── images │ │ └── js │ └── src │ ├── images │ ├── js │ └── scss │ ├── abstracts │ ├── base │ ├── components │ └── layout └── temp 304 directories 


