ZacharyPataky / web-developer-bootcamp

The Web Developer Bootcamp 2022; Colt Steele

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

web-developer-bootcamp

This repository contains the code written during my time studying Colt Steele's [The Web Developer Bootcamp 2022] on Udemy.

This course was completely overhauled in 2022 to illuminate the most important topics for modern web development. Without a doubt, it's the most comprehensive and effective web development course on the market. Here's why:

  • This is the only Udemy course taught by a professional bootcamp instructor with a track record of success.
  • 94% of Colt's in-person bootcamp students go on to get full-time developer jobs. Most of them were complete beginners when they started the program.
  • Everything covered is up-to-date and relevant to 2022's developer job market, requiring eight months of hard labor redoing it for the new year.
  • This course contains over thirteen projects, including a capstone project called YelpCamp.
  • The course is constantly updated with new content, projects, and modules.

Completing this course taught me many things. You can find most of them in the repo by analyzing the directory names. However, for a complete run-down, let me tell you what I learned:

  • The ins and outs of HTML5, CSS3, and Modern JavaScript for 2021
  • Make REAL web applications using cutting-edge technologies
  • Create responsive, accessible, and beautiful layouts
  • Recognize and prevent common security exploits like SQL-Injection & XSS
  • Continue to learn and grow as a developer, long after the course ends
  • Create a blog application from scratch using Node, Express, and MongoDB.
  • Create a complicated yelp-like application from scratch
  • Deploy an applications and work with cloud databases
  • Create static HTML and CSS portfolio sites and landing pages
  • Think like a developer. Become an expert at Googling code questions!
  • Create complex HTML forms with validations
  • Implement full authentication from scratch!
  • Use CSS Frameworks including Bootstrap 5, Semantic UI, and Bulma
  • Implement responsive navbars on websites
  • Use JavaScript variables, conditionals, loops, functions, arrays, and objects
  • Write Javascript functions, and understand scope and higher order functions
  • Master the "weird" parts of JavaScript
  • Create full-stack web applications from scratch
  • Manipulate the DOM with vanilla JS
  • Write JavaScript based browser games
  • Use Postman to monitor and test APIs
  • Use NodeJS to write server-side JavaScript
  • Write complex web apps with multiple models and data associations
  • Write a REAL application using everything in the course
  • Use Express and MongoDB to create full-stack JS applications
  • Use common JS data structures like Arrays and Objects
  • Master the command line interface
  • Use NPM to install all sorts of useful packages
  • Understand the ins and outs of HTTP requests
  • Create my own Node modules
  • Make a beautiful, responsive photographer's portfolio page
  • Create a beautiful, responsive landing page for a startup
  • Implement user authentication
  • Create a beautiful animated todo list application
  • Create single page applications with AJAX

Feel free to look around if you need a quick refesher on any topic. I feel like I may periodically snoop back here myself.

Notes

  • I dumped all of my data to this repository at once. Please forgive my lack of diligent commits.
  • You can locate my YelpCamp project via the [yelpcamp] repository. Here's the link the deployed application: http://yelpcamp-zp.herokuapp.com/

About

The Web Developer Bootcamp 2022; Colt Steele


Languages

Language:HTML 50.9%Language:JavaScript 34.5%Language:EJS 8.6%Language:CSS 5.9%