Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 1.1 KB

README.md

File metadata and controls

39 lines (32 loc) · 1.1 KB

Web Development Practice

INFO

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.

Cource covers:

  1. HTML5
  2. CSS3
  3. Flexbox
  4. Responsive Design
  5. JavaScript (all 2022 modern syntax, ES6, ES2018, etc.)
  6. Asynchronous JavaScript - Promises, async/await, etc.
  7. AJAX and single page apps
  8. Bootstrap 4 and 5 (alpha)
  9. SemanticUI
  10. Bulma CSS Framework
  11. DOM Manipulation
  12. Unix(Command Line) Commands
  13. NodeJS
  14. NPM 15)ExpressJS
  15. Templating
  16. REST
  17. SQL vs. NoSQL databases
  18. MongoDB
  19. Database Associations
  20. Schema Design
  21. Mongoose
  22. Authentication From Scratch
  23. Cookies & Sessions
  24. Authorization
  25. Common Security Issues - SQL Injection, XSS, etc.

Current Progress

Currently I am at the CSS stage. I will continue to update the repo as I cover more of the course