Programming Reference - HTML, CSS, JavaScript
Sections and Chapters
- How to Become a Full Stack Web Developer - A guide to save you months off of the time required to learn everything needed to become a Full Stack web developer. This is now in it's own project.
- Project Management
- Google Chrome Browser
- Bootswatch
- Google Chrome Browser - Favorite Console Commands, Example Code
- Google Sheets Programming
- Visual Studio Code
- CSS Reference
- HTML Reference
- Firebase Reference
- Git
- JavaScript Reference
- JavaScript Projects
- JSON reference
- Firebase Projects
- Lessons for My Programming Education - Udemy & YouTube
- MongoDB Reference
- Debugging
- MVC - Model, View, Controller
- My Favorite APIs
- Node.js
- Postman
- Authentication and Authorization Notes
- Appendix
- Chocolatey Software - The Sane Way to Manage Software on Windows
- Node.js and NPM
- Daily Work Logs
Project Management
- Google Spreadsheet - Projects with Functionality Used, Code Examples, Such as Programatically Build Ordered List from JSON.
- Project Requirements Template Google Shreadsheet
- Start a New HTML, CSS, JavaScript, Firebase Project Checklist
- Login to Google Analytics with the correct email address.
- Google Analytics Admin
- Firebase Projects Google Spreadsheet
- WebAppsRule.com - Directory of Apps that run in the browser.
- Great Template Page with Bootswatch Yeti, and Form Element Interation
My Favorite Programming Checklists
- Implementing MongoDB, NodeJS, Express, Mongoose Backend.
- Using Windows Power Shell to Connect to MongoDB Atlas.
- Open Windows Power Shell
- Open Mongo DB and Select Your Project, Select Your Cluster.
- Click the Connect Button in Mongo DB Atlas.
- Select Connect with ....
- Whitelist your connection IP address
- An IP address has been whitelisted. Add another whitelist entry in the IP Whitelist tab.
- Create a MongoDB User and Password
- Choose a connection method
- Select the option Connect with the Mongo Shell
- Select I have the Mongo Shell installed
- Use the following Power Shell commands to navigate to the mongo directory.
- Add your Mongo Shell's download directory /bin to your $PATH variable
- Select Copy to get the connect string you will paste into the Power Shell Window with a right click.
- Click Close
- cd.. to get back to the root directory of the c drive.
- chdir mongo to navigate into the mongo directory at the root of my c drive.
- chdir bin to navigate into the mongo bin directory.
- In another window copy the link from Mongo Atlas for pasting in Power Shell.
- mongo "mongodb+srv://book-aqkmh.mongodb.net/book" --username dbUser --password ???????
- Next Checklist Goes Here.
Google Chrome Browser Reference
- Google Chrome Browser Developer Tools
Visual Studio Code Reference
- Download Visual Studio Code
- Visual Studio Reference
- Favorite Visual Studio Shortcuts
HTML
- Linking to a specific part of an html page. Basically the href is set equal to the id of a
section lower on the page.
The href is set to #c4 and the end location id is c4. Basically the href is set equal to the id
of a section lower on the page.
- HTML5 Form Validation
Firebase Reference
- Firebase Console
- Add Firebase to your JavaScript project
Documentation
- Firebase Hosting
- Firebase Realtime Database
- Firebase Authentication
- 100 Firebase Tips, Tricks, and Screw-ups - See this video in YouTube.
Firebase Projects
- Firebase Storage
- Firebase Storage Project
- Firebase Realtime Database
- Firebase Authentication
- Firebase Cloud Functions
Debugging
- Boost
your JavaScript Debugging Skills With These Console
Tricks