The Web Developer Bootcamp 2023 by Colt Steele

Beginner

The Web Developer Bootcamp 2023 by Colt Steele

Overview
Curriculum
Reviews
 
 
download The Web Developer Bootcamp 2023 free

Description

COMPLETELY REDONE WITH OVER 500 BRAND NEW VIDEOS!

Hi! Welcome to the brand new version of The Web Developer Bootcamp, Udemy's most popular web development course.  This course was just completely overhauled to prepare students for the 2022 job market, with over 60 hours of brand new content. This is the only course you need to learn web development. There are a lot of options for online developer training, but this course is without a doubt the most comprehensive and effective 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 my in-person bootcamp students go on to get full-time developer jobs. Most of them are complete beginners when I start working with them.

  • The previous 2 bootcamp programs that I taught cost $14,000 and $21,000.  This course is just as comprehensive but with brand new content for a fraction of the price.

  • Everything I cover is up-to-date and relevant to 2022's developer job market. This course does not cut any corners. I just spent 8 months redoing this behemoth of a course!

  • We build 13+ projects, including a gigantic production application called YelpCamp. No other course walks you through the creation of such a substantial application.

  • The course is constantly updated with new content, projects, and modules.  Think of it as a subscription to a never-ending supply of developer training.

  • You get to meet my cats and chickens!

When you're learning to program you often have to sacrifice learning the exciting and current technologies in favor of the "beginner friendly" classes.  With this course, you get the best of both worlds.  This is a course designed for the complete beginner, yet it covers some of the most exciting and relevant topics in the industry.

Throughout the brand new version of the course we cover tons of tools and technologies including:

  • 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

  • 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.

  • Developer Best Practices

  • Deploying Apps

  • Cloud Databases

  • Image Upload and Storage

  • Maps and Geocoding

This course is also unique in the way that it is structured and presented. Many online courses are just a long series of "watch as I code" videos.  This course is different. I've incorporated everything I learned in my years of teaching to make this course not only more effective but more engaging. The course includes:

  • Lectures

  • Code-Alongs

  • Projects

  • Exercises

  • Research Assignments

  • Slides

  • Downloads

  • Readings

  • Too many pictures of my dog Rusty

If you have any questions, please don't hesitate to contact me.  I got into this industry because I love working with people and helping students learn.  Sign up today and see how fun, exciting, and rewarding web development can be!

Who this course is for:

  • This course is for anyone who wants to learn about web development, regardless of previous experience
  • It's perfect for complete beginners with zero experience
  • It's also great for anyone who does have some experience in a few of the technologies(like HTML and CSS) but not all
  • If you want to take ONE COURSE to learn everything you need to know about web development, take this course

Curriculum

  • 12 Sections
  • 132 Lessons
  • 1 Quiz
  • 63h 50m Duration
Expand All
Course Orientation
9 Lessons0 Quizzes
  1. Welcome To The Course!
  2. Curriculum Walkthrough
  3. When Was The Course Last Updated
  4. Course Change Log
  5. Will I Get A Job
  6. Accessing Course Code & Slides
  7. Joining The Community Chat & Groups
  8. Tips On The Interactive Coding Exercises
  9. Migrating From The Old Version Of This Course
An Introduction to Web Development
8 Lessons0 Quizzes
  1. What Matters In This Section
  2. The Internet in 5 Minutes
  3. Intro to the Web
  4. The Request Response Cycle
  5. Front-End and Back-End
  6. What do HTML CSS JS do?
  7. Setting Up Our Developer Environment
  8. OPTIONAL VSCode Theme
HTML: The Essentials
16 Lessons0 Quizzes
  1. What Matters In This Section
  2. Introduction to HTML
  3. Our Very First HTML Page
  4. TIP: Mozilla Developer Network
  5. Paragraph Elements
  6. Heading Elements
  7. Pangolin Practice
  8. Introduction to the Chrome Inspector
  9. HTML Boilerplate
  10. VSCode Tip Auto-format
  11. List Elements
  12. Favorite Movies Exercises
  13. Anchor Tags
  14. Images
  15. Comments
  16. Wolf Images & Links Exercise
HTML: Next Steps & Semantics
10 Lessons0 Quizzes
  1. What Matters In This Section
  2. What Exactly Is HTML5
  3. Block vs Inline Elements - Divs and Spans
  4. An Odd Assortment of Elements HR, BR, Sup, & Sub
  5. Entity Codes
  6. Snowman Logo Exercise
  7. Intro to Semantic Markup
  8. Playing With Semantic Elements
  9. Screen Reader Demonstration
  10. VSCode Tip: Emmet
HTML: Forms & Tables
19 Lessons0 Quizzes
  1. What Matters In This Section
  2. Unit Goals
  3. Introducing HTML Tables
  4. Tables TR, TD, and TH Elements
  5. Tables Thead, Tbody, and Tfoot Elements
  6. Tables Colspan & Rowspan
  7. Table Practice Exercise
  8. The Form Element
  9. Common Input Types
  10. The All-Important Label
  11. HTML Buttons
  12. The Name Attribute
  13. Hijacking Google & Reddit's Search
  14. Radio Buttons, Checkboxes, & Selects
  15. Range & Text Area
  16. Forms Practice Exercise
  17. HTML5 Form Validations
  18. Creating A Marathon Registration Form Intro
  19. Creating A Marathon Registration Form Solution
CSS: The Very Basics
13 Lessons1 Quiz
  1. What Matters In This Section
  2. What is CSS
  3. CSS is Huge, Don't Panic!
  4. Including Styles Correctly
  5. Color & Background-Color Properties
  6. Our First CSS Exercise
  7. Colors Systems: RGB & Named Colors
  8. Colors Systems: Hexadecimal
  9. Colors Quiz
  10. A Reminder On Semicolons & CSS
  11. Common Text Properties
  12. Font Size Basics With Pixels
  13. The Font Family Property
  14. Hipster Logo Exercise
The World of CSS Selectors
18 Lessons0 Quizzes
  1. What Matters In This Section
  2. Universal & Element Selectors
  3. The ID Selector
  4. The Class Selector
  5. Basic Selectors Practice
  6. The Descendant Selector
  7. Descendant Combinator Practice
  8. The Adjacent & Direct-Descendant Selectors
  9. The Attribute Selector
  10. Pseudo Classes
  11. Checkerboard Exercise
  12. Pseudo Elements
  13. The CSS Cascade
  14. WTF is Specificity
  15. Specificity Quiz
  16. TIP: Chrome Dev Tools & CSS
  17. Inline Styles & Important
  18. CSS Inheritance
The CSS Box Model
10 Lessons0 Quizzes
  1. What Matters In This Section
  2. Box Model: Width & Height
  3. Box Model: Border & Border-Radius
  4. Box Model Practice
  5. Box Model: Padding
  6. Box Model: Margin
  7. The Display Property
  8. CSS Units Revisited
  9. CSS Units: ems
  10. CSS Units: rems
Other Assorted Useful CSS Properties
10 Lessons0 Quizzes
  1. What Matters In This Section
  2. Opacity & The Alpha Channel
  3. The Position Property
  4. CSS Transitions (yay!)
  5. The Power of CSS Transforms
  6. Fancy Button Hover Effect CodeAlong
  7. The Truth About Background
  8. Google Fonts is Amazing
  9. Photo Blog CodeAlong Pt. 1
  10. Photo Blog CodeAlong Pt. 2
Responsive CSS & Flexbox
12 Lessons0 Quizzes
  1. What Matters In This Section
  2. What on Earth Is Flexbox?
  3. Flex-Direction
  4. Justify-Content
  5. Flex-Wrap
  6. Align-Items
  7. Align-Content & Align-Self
  8. Flex-Basis, Grow, & Shrink
  9. Flex Shorthand
  10. Responsive Design & Media Queries Intro
  11. The Power of Media Queries
  12. Building a Responsive Nav
Pricing Panel Project
6 Lessons0 Quizzes
  1. Pricing Panel CodeAlong Pt. 1
  2. Pricing Panel CodeAlong Pt. 2
  3. Pricing Panel CodeAlong Pt. 3
  4. Pricing Panel CodeAlong Pt. 4
  5. Pricing Panel CodeAlong Pt. 5
  6. Pricing Panel CodeAlong Pt. 6
PART TWO OF THE COURSE HERE
1 Lesson0 Quizzes
  1. PART 2
5 out of 5

1 user rating

Deleting Course Review

Are you sure? You can't restore this back

Course Access

This course is password protected. To access it please enter your password below:

Related Courses

Beginner

The Complete Web Developer in 2023: Zero to Mastery

5 (1)
  • Skills that will allow you to apply for jobs like: Web Developer, Software Developer, Front End Developer, Javascript Developer, and Full Stack Developer
  • Learn modern technologies that are ACTUALLY being used behind tech companies in 2023
  • Build 10+ real world Web Development projects you can show off
38h 39m
0
6
1
Beginner

The Complete Python Bootcamp From Zero to Hero in Python

0 (0)
  • What you'll learn
  • You will learn how to leverage the power of Python to solve tasks.
  • You will build games and programs that use Python libraries.
22h
0
3
0
Beginner

Build Responsive Real-World Websites with HTML and CSS

0 (0)
  • What you'll learn
  • Become a modern and confident HTML and CSS developer, no prior knowledge needed!
  • Design and build a stunning real-world project for your portfolio from scratch
37h 50m
0
3
1