We may earn an affiliate commission when you visit our partners.
Course image
Colt Steele, Elie Schoppik, Tim Garcia, and Matt Lane

Hi. Welcome to the Advanced Web Developer Bootcamp, the complete course that will help you learn the latest technologies, tools and libraries to become a proficient web developer. Think of this course as an encyclopedia of all the knowledge you need to take your developer skills to the next level.

Read more

Hi. Welcome to the Advanced Web Developer Bootcamp, the complete course that will help you learn the latest technologies, tools and libraries to become a proficient web developer. Think of this course as an encyclopedia of all the knowledge you need to take your developer skills to the next level.

There are quite a few options out there for online training, but we are certain this course is the most comprehensive and frankly the best one out there - here’s why:

  • This course is taught by professional bootcamp instructors. The material you’re going to learn has been taught to hundreds of students in person and hundreds of thousands online.

  • Everything we’ll cover in this course is up-to-date and even anticipates future advancements to prepare you for what is to come. We focus on the most commonly used technologies, libraries and frameworks.

  • This is the only full-stack developer course that covers Advanced CSS, Advanced JavaScript, NodeJS, D3, React and Redux.

  • We build over 10 projects and have dozens of code challenges with solutions to ensure you understand the material and don’t just watch us talk.

  • You get to meet our wonderful course mascot - Whiskey the dog.

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

  • React
  • React-Router
  • Redux
  • CSS3 Transitions, Transforms and Animations
  • Testing with Jasmine
  • D3
  • SVG
  • Building charts, force graphs and data visualizations
  • ES2015 keywords, arrow functions, class syntax, and much more
  • ES2016 and ES2017 and cutting edge features to JavaScript
  • Callbacks, Promises, Generators and Async Functions
  • Building Node.js APIs
  • Building Single Page Applications
  • Object Oriented Programming in JavaScript
  • Closures and the keyword 'this'
  • Functional Programming in JavaScript
  • Authentication and Authorization
  • Asynchronous Code with JavaScript

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 and Solutions

  • Research Assignments

  • Slides

  • Downloads

  • Readings

If you have any questions, please don't hesitate to contact us. We’ve all been working in the education industry for the past four years and love working with people and helping students learn. Sign up today and see how fun, exciting, and rewarding web development can be.

If you want to take

Enroll now

12 deals to help you save

We found 12 deals and offers that may be relevant to this course.
Save money when you learn. All coupon codes, vouchers, and discounts are applied automatically unless otherwise noted.
Use code at checkout. Ended October 29
24-Hour Flash Sale
Save on all online courses in your cart and take advantage of big savings.
FLASH SALE
24T6MT102824
Use code at checkout. Ended October 19
24-Hour Flash Sale
Save on all online courses in your cart and take advantage of big savings.
FLASH SALE
ST15MT100124A
Ended October 8
24-Hour Flash Sale
Take advantage of big savings on online courses.
Up to
80%
off
Ended September 28
24-Hour Flash Sale! Save up to 85% on Udemy online courses.
For 24 hours, save big on courses from Udemy's extensive catalog.
Up to
85%
off
Ended September 25
Save on courses
Gain the skills you need to reach your next career milestone.
Up to
85%
off
Use code at checkout. Only 34 hours left!
24-Hour Sale
Save with steep discounts on most courses including bestsellers from popular instructors.
Flash Sale!
ST7MT110524
Use code at checkout. Ended October 12
Explore new possibilities
Start exploring new possibilities for your future with courses on sale.
Up to
85%
off
ST14MT101024
Use code at checkout. Valid until November 13
Get skills that impress
Learn from courses across popular topics and take big discounts during this 48-hour sale.
Up to
80%
off
ST20MT111124A
Ended October 1
Personal Plan sale
Gain unlimited access to thousands of courses. For a limited time, save when you start an annual subscription.
From
40%
off
Use code at checkout. Valid until December 1
For new customers
Save when you purchase top courses. For new customers only.
Special Offer
UDEAFNULP2024
Ended November 1
New customer offer
New customers, complete your first order and save big.
Up to
80%
off
Valid for a limited time only
Future-proof your career
Access O'Reilly books, live events, courses, and more. Save with an annual subscription.
Take
15%
off

What's inside

Learning objectives

  • Make real web applications using cutting-edge technologies
  • Build responsive applications using modern css technologies like flexbox
  • Build json apis using node, express and mongodb
  • Learn the most popular front end library react and master the fundamentals around state, props and the component lifecycle
  • Use babel and webpack to transpile and bundle code
  • Understand what the virtual dom is and how react performs reconciliation
  • Leverage component lifecycle methods with react to include making ajax calls properly
  • Secure node, express, mongo and react applications on the front-end and back-end using bcrypt and json web tokens
  • Add routing to a single page application with the most popular routing library for react, react router.
  • Manage state with a centralized store using redux
  • Connect redux with a react application to build scalable production applications with client-side state management
  • Select and manipulate elements in the dom using d3
  • Build dynamic visualizations using d3 and svg
  • Use d3 to build scatterplots, histograms, pie charts and force graphs
  • Build compelling map visualizations with geojson and topojson
  • Master how to handle asynchronous code using callbacks, promises, generators and async functions
  • Understand how javascript handles asynchronous code using the event loop with the stack, heap and queue.
  • Use advanced array methods to build a solid understanding of functional programming
  • Create dynamic single page applications using ajax
  • Structure applications with design patterns using closure and modules
  • Explain how object oriented programming works with a thorough understanding of the keyword this and the new keyword
  • Refactor code using call, apply and bind to remove duplication
  • Use jquery to build single page applications and understand the limitations of just using jquery
  • Create block scope with the let keyword and use the const keyword to prevent variables from being redeclared
  • Clean up code using arrow functions and master method binding without using the bind keyword
  • Use default parameters, for of loops and the rest and spread operator to write more concise and more maintainable code
  • Refactor an es5 application to use es2015
  • Master the new class syntax and create instance methods, class methods
  • Implement inheritance in es2015 using extends and super
  • Leverage newer data structures like maps and sets to better solve problems
  • Learn cutting edge features to the javascript language with es2016, 2017 as well as experimental javascript additions
  • Solve problems similar to what you would get in a developer interview or phone screen
  • Show more
  • Show less

Syllabus

In these videos we'll introduce the course and instructors!
The Story Of This Course
Curriculum Walkthrough
Learning Paths
Read more
Introducing the Team
CSS Animations: Transforms and Transitions
Section Introduction
Introduction To CSS Animations
Why Animations Matter
Intro To Pseudoclasses
Pseudo-Classes: Hover

A very quick quiz, shouldn't take long!

Pseudo-Classes: Focus
Pseudo-Classes: Active
Quick Pseudoclasses Exercise
Building An Animated Button
Introduction to Transform
Transform: Translate
Transform:Scale() and Transform-Origin
Transform: Rotate()
A Note on Vendor Prefixes
Transitions Basics
Transition-Duration and Transition-Property
Transition-Timing-Function and Transition-Delay
Transition Shorthand
CSS Animation Performance
Building An Animated Gallery
CSS Animations: Keyframes
Introduction to Keyframes
Codealong: Animated Rainbow Flashing Text
Other CSS Animation Properties
Exercise: Rising and Setting Sun Animation
Exercise SOLUTION : Rising and Setting Sun Animation
CSS Animation Shorthand
Building an Animated CSS Loading Icon
Advanced CSS: Layout With Flexbox
Introduction To Flexbox
The Magic of Display: Flex
Important Flexbox Terminology
Flex-Direction
Flex-Wrap

Blah

Justify-Content
Flexbox Sidebar Exercise
Flexbox Sidebar Exercise: SOLUTION
Align-Items
Align-Content
Building A Responsive Navbar CODEALONG
Align-Self
Order
flex-basis
flex-grow
Flex-Shrink
Building a Polygon.com Widget
Exercise: Holy Grail Layout
Exercise: Holy Grail Layout SOLUTION
Flexbox Browser Support
Apply their knowledge of Flexbox and CSS Animations to build a website from scratch.
Introducing Matt

In this video, we'll introduce a CSS project using Flexbox and CSS animations. Get ready to build a website from scratch!

In this lesson, we'll walk through the creation of the nav and header area for our startup site, and we'll build a couple of animations with CSS.


NOTE: A few people have (rightly) pointed out that in this video, once we give the nav bar absolute positioning, the links cease to be clickable. To fix this issue, just add a z-index of 1 to the nav bar (this isn't done in the video).

In this lesson, we'll add a couple more sections to our website using Flexbox.

In this lesson, we'll finish building our website with CSS and Flexbox.

In this lesson, we'll use media queries to make the design of our website more responsive.

Async Foundations
Introducing Tim
Introduction
Callback Functions
Codealong: forEach
findIndex Exercise Intro
findIndex
findIndex Solution
The Stack And The Heap
The Stack: An Example
setTimeout and setInterval
Exercise: countDown Function
countDown Exercise Solution
The Event Loop And The Queue

Let's test your knowledge of the Stack, Heap, Queue and Event Loop!

Promise Basics
Promise Chaining
AJAX Part 1: XHR and Fetch
Intro to AJAX
What's the deal with JSON and XML?
Making Our First Request with XMLHTTPRequest
AJAX Workflow: Building The Random Image App
Bitcoin Price Exercise
Bitcoin Price Exercise Solution
Fetch Introduction
Fetch Options
Fetch Error Handling
Fetch Random User Profile Exercise
Fetch Random User Profile Exercise Solution
The Problem With Fetch
AJAX Part 2: jQuery and Axios
jQuery AJAX Introduction
jQuery $.ajax Method
Digging In The jQuery Sourcecode

Good to know

Know what's good
, what to watch for
, and possible dealbreakers
Develops a strong foundation for beginners in modern web development, including the latest tools and technologies
Strengthens an existing foundation for intermediate learners in web development, building upon existing skills
Develops professional skills and deep expertise in the latest web development tools, libraries, and frameworks
Offers a comprehensive study of modern web development technologies and frameworks, spanning front-end, back-end, and full-stack practices
Taught by instructors from professional bootcamps with years of experience teaching web development
Requires extensive background knowledge in web development best practices and technologies

Save this course

Save The Advanced Web Developer Bootcamp to your list so you can find it easily later:
Save

Reviews summary

Well-received development bootcamp

Learners say Awesome explanation exposed them to useful tools.
Students find the tools covered in this course to be very useful.
"Exposed me to many useful tools."
The explanations given in this course are great.
"Awesome explanation."

Activities

Be better prepared before your course. Deepen your understanding during and after it. Supplement your coursework and achieve mastery of the topics covered in The Advanced Web Developer Bootcamp with these activities:
Read 'Eloquent JavaScript'
Gain a comprehensive understanding of JavaScript fundamentals and concepts by reading this highly recommended book.
Show steps
  • Purchase or borrow a copy of 'Eloquent JavaScript, 3rd Edition'.
  • Set aside dedicated time for reading and understanding the chapters.
  • Take notes, highlight key concepts, and practice writing code snippets.
Review ES6 Features
Ensure you have a strong foundation in ES6 features by reviewing key concepts and practicing their implementation.
Browse courses on JavaScript
Show steps
  • Go through your course materials or online resources to refresh your memory on ES6 features.
  • Practice using ES6 features in your code, such as arrow functions, template literals, and spread operators.
Practice with CSS Animations
Reinforce your understanding of CSS Animations by practicing with various properties and techniques.
Browse courses on CSS Animations
Show steps
  • Create a new HTML and CSS file.
  • Add CSS code to create an animated element.
  • Experiment with different animation properties, such as duration, delay, and easing.
Four other activities
Expand to see all activities and additional details
Show all seven activities
Build a Simple Flexbox Layout
Solidify your understanding of Flexbox by following a guided tutorial to create a simple layout.
Browse courses on Flexbox
Show steps
  • Find a Flexbox tutorial for beginners.
  • Follow the tutorial step-by-step, creating a simple Flexbox layout.
  • Experiment with different Flexbox properties to customize the layout.
Create a React Component
Enhance your understanding of React by creating a custom component that handles state, props, and the component lifecycle.
Browse courses on React
Show steps
  • Plan the functionality and design of your component.
  • Create a new React project or component in an existing project.
  • Implement the component's functionality, including state management and lifecycle methods.
  • Test your component to ensure it works as expected.
Practice with Asynchronous Functions
Develop proficiency in asynchronous functions by solving challenges and coding exercises.
Show steps
  • Find online resources or coding challenges that focus on asynchronous functions.
  • Attempt to solve the challenges or complete the exercises using asynchronous functions.
  • Review your solutions and identify areas for improvement.
Build a Portfolio Website
Apply your skills to a real-world project by creating a professional portfolio website that showcases your work.
Browse courses on Web Development
Show steps
  • Gather inspiration and plan the design of your website.
  • Build the website using HTML, CSS, and JavaScript, utilizing your knowledge of React and CSS animations.
  • Populate your website with content that demonstrates your skills and accomplishments.
  • Test and deploy your website, making sure it is responsive and user-friendly.

Career center

Learners who complete The Advanced Web Developer Bootcamp will develop knowledge and skills that may be useful to these careers:
Full-Stack Developer
As a Full Stack Developer, you will be responsible for all aspects of the development process, from designing and building the front-end to developing and maintaining the back-end. This course can help you succeed in this role by providing you with a comprehensive understanding of the latest technologies, tools, and libraries used in web development. You will learn how to build responsive applications using modern CSS technologies like flexbox, build JSON APIs using Node, Express, and MongoDB, and master the fundamentals of React, Redux, and D3.
Front-End Developer
As a Front End Developer, you will be responsible for designing and building the user interface of websites and web applications. This course can help you succeed in this role by providing you with a comprehensive understanding of the latest technologies, tools, and libraries used in front-end development. You will learn how to build responsive applications using modern CSS technologies like flexbox, master the fundamentals of React and Redux, and build dynamic visualizations using D3 and SVG.
Back-End Developer
As a Back End Developer, you will be responsible for developing and maintaining the server-side of websites and web applications. This course can help you succeed in this role by providing you with a comprehensive understanding of the latest technologies, tools, and libraries used in back-end development. You will learn how to build JSON APIs using Node, Express, and MongoDB, master the fundamentals of React and Redux, and build dynamic visualizations using D3 and SVG.
Web Developer
As a Web Developer, you will be responsible for the design, development, and maintenance of websites. This course can help you succeed in this role by providing you with a comprehensive understanding of the latest technologies, tools, and libraries used in web development. You will learn how to build responsive applications using modern CSS technologies like flexbox, master the fundamentals of React and Redux, and build dynamic visualizations using D3 and SVG.
Software Engineer
As a Software Engineer, you will be responsible for designing, developing, and maintaining software applications. This course can help you succeed in this role by providing you with a comprehensive understanding of the latest technologies, tools, and libraries used in software development. You will learn how to build responsive applications using modern CSS technologies like flexbox, master the fundamentals of React and Redux, and build dynamic visualizations using D3 and SVG.
Data Scientist
As a Data Scientist, you will be responsible for collecting, analyzing, and interpreting data to help businesses make better decisions. This course can help you succeed in this role by providing you with a comprehensive understanding of the latest technologies, tools, and libraries used in data science. You will learn how to build dynamic visualizations using D3 and SVG, master the fundamentals of React and Redux, and build JSON APIs using Node, Express, and MongoDB.
Data Analyst
As a Data Analyst, you will be responsible for collecting, analyzing, and interpreting data to help businesses make better decisions. This course can help you succeed in this role by providing you with a comprehensive understanding of the latest technologies, tools, and libraries used in data analysis. You will learn how to build dynamic visualizations using D3 and SVG, master the fundamentals of React and Redux, and build JSON APIs using Node, Express, and MongoDB.
UX Designer
As a UX Designer, you will be responsible for designing the user experience of websites and web applications. This course can help you succeed in this role by providing you with a comprehensive understanding of the latest technologies, tools, and libraries used in UX design. You will learn how to build responsive applications using modern CSS technologies like flexbox, master the fundamentals of React and Redux, and build dynamic visualizations using D3 and SVG.
UI Designer
As a UI Designer, you will be responsible for designing the user interface of websites and web applications. This course can help you succeed in this role by providing you with a comprehensive understanding of the latest technologies, tools, and libraries used in UI design. You will learn how to build responsive applications using modern CSS technologies like flexbox, master the fundamentals of React and Redux, and build dynamic visualizations using D3 and SVG.
Product Manager
As a Product Manager, you will be responsible for managing the development and launch of new products. This course can help you succeed in this role by providing you with a comprehensive understanding of the latest technologies, tools, and libraries used in product management. You will learn how to build responsive applications using modern CSS technologies like flexbox, master the fundamentals of React and Redux, and build dynamic visualizations using D3 and SVG.
Project Manager
As a Project Manager, you will be responsible for planning, executing, and closing projects. This course can help you succeed in this role by providing you with a comprehensive understanding of the latest technologies, tools, and libraries used in project management. You will learn how to build responsive applications using modern CSS technologies like flexbox, master the fundamentals of React and Redux, and build dynamic visualizations using D3 and SVG.
Business Analyst
As a Business Analyst, you will be responsible for analyzing business needs and developing solutions to improve business processes. This course can help you succeed in this role by providing you with a comprehensive understanding of the latest technologies, tools, and libraries used in business analysis. You will learn how to build responsive applications using modern CSS technologies like flexbox, master the fundamentals of React and Redux, and build dynamic visualizations using D3 and SVG.
Technical Writer
As a Technical Writer, you will be responsible for writing and editing technical documentation. This course can help you succeed in this role by providing you with a comprehensive understanding of the latest technologies, tools, and libraries used in technical writing. You will learn how to build responsive applications using modern CSS technologies like flexbox, master the fundamentals of React and Redux, and build dynamic visualizations using D3 and SVG.
Teacher
As a Teacher, you will be responsible for teaching students about a variety of subjects. This course can help you succeed in this role by providing you with a comprehensive understanding of the latest technologies, tools, and libraries used in education. You will learn how to build responsive applications using modern CSS technologies like flexbox, master the fundamentals of React and Redux, and build dynamic visualizations using D3 and SVG.
Consultant
As a Consultant, you will be responsible for providing advice and guidance to businesses on a variety of topics. This course may be useful by providing you with a comprehensive understanding of the latest technologies, tools, and libraries used in consulting. You will learn how to build responsive applications using modern CSS technologies like flexbox, master the fundamentals of React and Redux, and build dynamic visualizations using D3 and SVG.

Reading list

We've selected 11 books that we think will supplement your learning. Use these to develop background knowledge, enrich your coursework, and gain a deeper understanding of the topics covered in The Advanced Web Developer Bootcamp.
Provides a comprehensive overview of JavaScript, covering both fundamental concepts and advanced techniques. It is written in a clear and engaging style, making it a great choice for both beginners and experienced developers.
Provides a collection of essays on JavaScript, covering the good and bad parts of the language. It is written by a JavaScript expert, and it is full of insights and advice on how to write better JavaScript code.
Series provides a comprehensive overview of JavaScript, covering the core concepts and advanced techniques of the language. It is written in a clear and engaging style, making it a great choice for both beginners and experienced developers.
Provides a collection of advanced JavaScript techniques, covering topics such as functional programming, object-oriented programming, and design patterns. It is written by a JavaScript expert, and it is full of practical examples and code snippets.
Provides a practical introduction to Node.js, covering the basics of Node.js development. It is written in a clear and concise style, making it a great choice for beginners.
Provides a comprehensive overview of D3.js, covering the basics of data visualization with D3.js. It is written in a clear and concise style, making it a great choice for beginners.
Provides a comprehensive overview of CSS, covering the basics of CSS and advanced techniques. It is written in a clear and concise style, making it a great choice for beginners and experienced developers.
Provides a quick introduction to React, covering the basics of React development. It is written in a clear and concise style, making it a great choice for beginners.
Provides a comprehensive overview of React, covering the basics of React and advanced techniques. It is written in a clear and concise style, making it a great choice for beginners and experienced developers.
Provides a gentle introduction to React, covering the basics of React development. It is written in a clear and concise style, making it a great choice for beginners.

Share

Help others find this course page by sharing it with your friends and followers:
Our mission

OpenCourser helps millions of learners each year. People visit us to learn workspace skills, ace their exams, and nurture their curiosity.

Our extensive catalog contains over 50,000 courses and twice as many books. Browse by search, by topic, or even by career interests. We'll match you to the right resources quickly.

Find this site helpful? Tell a friend about us.

Affiliate disclosure

We're supported by our community of learners. When you purchase or subscribe to courses and programs or purchase books, we may earn a commission from our partners.

Your purchases help us maintain our catalog and keep our servers humming without ads.

Thank you for supporting OpenCourser.

© 2016 - 2024 OpenCourser