This is repo contains the various code files for my pactice web development course. I was following the Udemy course called "The Web Developer Bootcamp 2022" by Colt Steele. I highly recommand the course as it covers pretty much all you need to know to get a website running from ground up.
- HTML5
- CSS3
- Flexbox
- Responsive Design
- JavaScript (all 2022 modern syntax, ES6, ES2018, etc.)
- Asynchronous JavaScript - Promises, async/await, etc.
- AJAX and single page apps
- Bootstrap 4 and 5 (alpha)
- SemanticUI
- Bulma CSS Framework
- DOM Manipulation
- Unix(Command Line) Commands
- NodeJS
- NPM 15)ExpressJS
- Templating
- REST
- SQL vs. NoSQL databases
- MongoDB
- Database Associations
- Schema Design
- Mongoose
- Authentication From Scratch
- Cookies & Sessions
- Authorization
- Common Security Issues - SQL Injection, XSS, etc.
Currently I am at the CSS stage. I will continue to update the repo as I cover more of the course