3. JavaScript Fundamentals/4. Data Types in JavaScript.mp419.08MB
3. JavaScript Fundamentals/5. Strings in JavaScript.mp416MB
3. JavaScript Fundamentals/6. String Methods Part 1.mp411.72MB
3. JavaScript Fundamentals/7. String Methods Part 2.mp418.55MB
3. JavaScript Fundamentals/8. Numbers and the Methods available for Number part 1.mp414.02MB
3. JavaScript Fundamentals/9. Numbers and the Methods available for Number part 2.mp412.16MB
30. Webpack a tool for Modern JavaScript Applications & Development/1. What's webpack.mp422.18MB
30. Webpack a tool for Modern JavaScript Applications & Development/10. Adding CSS into our JS Bundles.mp428.05MB
30. Webpack a tool for Modern JavaScript Applications & Development/11. Adding SASS (SCSS) Into our JS Bundles.mp434.49MB
30. Webpack a tool for Modern JavaScript Applications & Development/12. How to create multiple bundles with multiple entry points.mp433.98MB
30. Webpack a tool for Modern JavaScript Applications & Development/13. Creating a Common File for Common Code.mp434.36MB
30. Webpack a tool for Modern JavaScript Applications & Development/14. Creating HTML Files with Webpack.mp449.36MB
30. Webpack a tool for Modern JavaScript Applications & Development/15. Adding webpack dev server.mp432.06MB
30. Webpack a tool for Modern JavaScript Applications & Development/16. Putting everything together.mp427.09MB
30. Webpack a tool for Modern JavaScript Applications & Development/2. Installing NodeJS & NPM.mp411.1MB
30. Webpack a tool for Modern JavaScript Applications & Development/3. Creating a package.json file and installing webpack as a dependency.mp456.69MB
30. Webpack a tool for Modern JavaScript Applications & Development/4. Creating our first bundle from the Command Line.mp426.96MB
30. Webpack a tool for Modern JavaScript Applications & Development/5. Adding a webpack configuration file.mp423.88MB
30. Webpack a tool for Modern JavaScript Applications & Development/6. Creating an NPM Script to create our bundles.mp432.1MB
30. Webpack a tool for Modern JavaScript Applications & Development/7. Watching for changes.mp424.51MB
30. Webpack a tool for Modern JavaScript Applications & Development/8. What's babel and how to transpile your code Modern JS Code.mp433.6MB
30. Webpack a tool for Modern JavaScript Applications & Development/9. Adding Babel into our webpack project.mp459.72MB
31. Introduction to React - Building a Complete Project from Beginning to Deployment/1. What's React.mp48.79MB
31. Introduction to React - Building a Complete Project from Beginning to Deployment/10. Helper Functions in React (Part 1 of 2).mp466.89MB
31. Introduction to React - Building a Complete Project from Beginning to Deployment/11. Helper Functions in React (Part 2 of 2).mp468.34MB
31. Introduction to React - Building a Complete Project from Beginning to Deployment/12. Building the Result Component.mp445.65MB
31. Introduction to React - Building a Complete Project from Beginning to Deployment/13. Displaying the Results.mp460.31MB
31. Introduction to React - Building a Complete Project from Beginning to Deployment/14. Conditionally Rendering of Components.mp455.55MB
31. Introduction to React - Building a Complete Project from Beginning to Deployment/15. Show a Loading Spinner.mp477.25MB
31. Introduction to React - Building a Complete Project from Beginning to Deployment/16. Project Deployment.mp418.51MB
31. Introduction to React - Building a Complete Project from Beginning to Deployment/2. Installing Node, NPM, Create-react-app & some useful extensions.mp456.82MB
31. Introduction to React - Building a Complete Project from Beginning to Deployment/3. Your First Component.mp460.46MB
31. Introduction to React - Building a Complete Project from Beginning to Deployment/4. JSX & Building the Form.mp446.49MB
31. Introduction to React - Building a Complete Project from Beginning to Deployment/5. Adding some CSS into the Project.mp436.83MB
31. Introduction to React - Building a Complete Project from Beginning to Deployment/6. Events in ReactJS.mp442.84MB
31. Introduction to React - Building a Complete Project from Beginning to Deployment/7. The React State.mp466.19MB
31. Introduction to React - Building a Complete Project from Beginning to Deployment/8. How to Validate a Form in React.mp452.07MB
31. Introduction to React - Building a Complete Project from Beginning to Deployment/9. Handling Form Submissions & Props in React.mp466.69MB
32. Introduction to NodeJS - Building a Complete Website w Sequelize Express & PUG/1. What we're building in this chapter (Project Materials Here).mp457.25MB
32. Introduction to NodeJS - Building a Complete Website w Sequelize Express & PUG/10. Passing the Name of the Page to the Title.mp414.2MB
32. Introduction to NodeJS - Building a Complete Website w Sequelize Express & PUG/11. Creating the Sitename for Production & Development.mp457.93MB
32. Introduction to NodeJS - Building a Complete Website w Sequelize Express & PUG/12. Working with the About Us Page (Part 1 of 2).mp436.72MB
32. Introduction to NodeJS - Building a Complete Website w Sequelize Express & PUG/13. Working with the About Us Page (Part 2 of 2).mp449.08MB
32. Introduction to NodeJS - Building a Complete Website w Sequelize Express & PUG/14. Installing Sequelize and Creating the Database.mp435.58MB
32. Introduction to NodeJS - Building a Complete Website w Sequelize Express & PUG/15. Connecting our Website with the Database.mp445.54MB
32. Introduction to NodeJS - Building a Complete Website w Sequelize Express & PUG/16. Adding the Table Columns.mp430.24MB
32. Introduction to NodeJS - Building a Complete Website w Sequelize Express & PUG/17. Defining the Model.mp442.11MB
32. Introduction to NodeJS - Building a Complete Website w Sequelize Express & PUG/18. Querying the Database and Displaying the Travels (Part 1 of 2).mp479.92MB
32. Introduction to NodeJS - Building a Complete Website w Sequelize Express & PUG/19. Querying the Database and Displaying the Travels (Part 2 of 2).mp456.26MB
32. Introduction to NodeJS - Building a Complete Website w Sequelize Express & PUG/2. Kicking off the Project.mp433.91MB
32. Introduction to NodeJS - Building a Complete Website w Sequelize Express & PUG/20. Working with the Single Travel Page.mp452.43MB
32. Introduction to NodeJS - Building a Complete Website w Sequelize Express & PUG/21. Finishing the Single Travel Page.mp425.5MB
32. Introduction to NodeJS - Building a Complete Website w Sequelize Express & PUG/22. Creating the Form for the Testimonials.mp446.66MB
32. Introduction to NodeJS - Building a Complete Website w Sequelize Express & PUG/23. Creating the Testimonials Table & Defining the Model.mp433.17MB
32. Introduction to NodeJS - Building a Complete Website w Sequelize Express & PUG/24. Reading the Form Data.mp449.23MB
32. Introduction to NodeJS - Building a Complete Website w Sequelize Express & PUG/25. Adding Validation to the Form.mp451.04MB
32. Introduction to NodeJS - Building a Complete Website w Sequelize Express & PUG/26. Inserting the Testimonial into the Database.mp430.71MB
32. Introduction to NodeJS - Building a Complete Website w Sequelize Express & PUG/27. Displaying the Testimonials into the Page.mp446.53MB
32. Introduction to NodeJS - Building a Complete Website w Sequelize Express & PUG/28. Fixing the Problems with the Testimonials Page.mp433.58MB
32. Introduction to NodeJS - Building a Complete Website w Sequelize Express & PUG/29. Building the Index Page.mp458.76MB
32. Introduction to NodeJS - Building a Complete Website w Sequelize Express & PUG/3. Creating the Express Server.mp423.62MB
32. Introduction to NodeJS - Building a Complete Website w Sequelize Express & PUG/30. Working with About Us & Discount Section in the Index Page.mp467.77MB
32. Introduction to NodeJS - Building a Complete Website w Sequelize Express & PUG/31. Printing the Travels in the Homepage and Creating a Partial.mp465.24MB
32. Introduction to NodeJS - Building a Complete Website w Sequelize Express & PUG/32. Passing Multiple Queries to the View.mp470.38MB
32. Introduction to NodeJS - Building a Complete Website w Sequelize Express & PUG/33. Highlighting the Current Page.mp431.54MB
32. Introduction to NodeJS - Building a Complete Website w Sequelize Express & PUG/34. Adding the C (Controllers) into our MVC Project.mp457.45MB
32. Introduction to NodeJS - Building a Complete Website w Sequelize Express & PUG/35. Finishing the Controllers.mp465.27MB
32. Introduction to NodeJS - Building a Complete Website w Sequelize Express & PUG/36. Adding Async Await into our project.mp489.1MB
32. Introduction to NodeJS - Building a Complete Website w Sequelize Express & PUG/37. Chapter Summary.mp423.27MB
32. Introduction to NodeJS - Building a Complete Website w Sequelize Express & PUG/4. Adding Express Router to create a Website with Multiple Urls.mp421.69MB
32. Introduction to NodeJS - Building a Complete Website w Sequelize Express & PUG/5. Working with Views.mp438.11MB
32. Introduction to NodeJS - Building a Complete Website w Sequelize Express & PUG/6. Building a Master View.mp437.98MB
32. Introduction to NodeJS - Building a Complete Website w Sequelize Express & PUG/7. Creating the Header and the Footer.mp464.77MB
32. Introduction to NodeJS - Building a Complete Website w Sequelize Express & PUG/8. Adding the Static Files and linking the Public Folder.mp421.51MB
32. Introduction to NodeJS - Building a Complete Website w Sequelize Express & PUG/9. Passing Variables to the Views.mp444.07MB
4. DOM Scripting/1. What's the DOM.mp47.41MB
4. DOM Scripting/10. Traversing the DOM - From Children to Parent & Siblings- Part 1.mp414.3MB
4. DOM Scripting/11. Traversing the DOM - From Children to Parent & Siblings - Part 2.mp47.15MB
4. DOM Scripting/12. Creating HTML Elements with JavaScript.mp413.84MB
4. DOM Scripting/13. Replace Elements with JavaScript.mp412.79MB
4. DOM Scripting/14. Remove Elements with JavaScript.mp411.52MB
4. DOM Scripting/15. Classes, Id's and other attributes - Part 1.mp46.11MB
4. DOM Scripting/16. Classes, Id's and other attributes - Part 2.mp411.74MB
4. DOM Scripting/2. The document keyword - Part 1.mp421.61MB
4. DOM Scripting/3. The document keyword - Part 2.mp420.54MB
4. DOM Scripting/4. JavaScript functions to select one element - Part 1.mp417.82MB
4. DOM Scripting/5. JavaScript functions to select one element - Part 2.mp422.44MB
4. DOM Scripting/6. JavaScript functions to Select Multiple Elements - Part 1.mp417.01MB
4. DOM Scripting/7. JavaScript functions to Select Multiple Elements - Part 2.mp420.43MB
4. DOM Scripting/8. Traversing the DOM - From Parent to Children - Part 1.mp417.05MB
4. DOM Scripting/9. Traversing the DOM - From Parent to Children - Part 2.mp49.75MB
5. Event Listeners in JavaScript/1. Introduction to Event Listeners.mp417.1MB
5. Event Listeners in JavaScript/2. Passing Event as parameter and the target.mp411.12MB
5. Event Listeners in JavaScript/3. Mouse Events - Part 1.mp49.42MB
5. Event Listeners in JavaScript/4. Mouse Events - Part 2.mp49.26MB
5. Event Listeners in JavaScript/5. Input & Form Events - Part 1.mp413.05MB
5. Event Listeners in JavaScript/6. Input & Form Events - Part 2.mp415.16MB
5. Event Listeners in JavaScript/7. What's the Event Bubbling.mp415.8MB
5. Event Listeners in JavaScript/8. Delegation.mp429.34MB
6. LocalStorage/1. Add items into local storage.mp412.27MB
6. LocalStorage/2. Add Multiple Items into local storage.mp418.07MB
7. PROJECT Save into local storage from HTML Form/1. Preview of the final project.mp44.33MB
7. PROJECT Save into local storage from HTML Form/2. First Steps with the Project.mp49.36MB
7. PROJECT Save into local storage from HTML Form/3. Adding new elements into the DOM.mp415.15MB
7. PROJECT Save into local storage from HTML Form/4. Removing elements from the DOM.mp410.87MB
7. PROJECT Save into local storage from HTML Form/5. Adding Elements into Local Storage.mp419.4MB
7. PROJECT Save into local storage from HTML Form/6. Printing Elements from Storage on Load.mp410.87MB
7. PROJECT Save into local storage from HTML Form/7. Removing Elements from the Storage - Part 1.mp416.35MB
7. PROJECT Save into local storage from HTML Form/8. Removing Elements from the Storage - Part 2.mp417.44MB
8. PROJECT Adding Courses into the Shopping Cart/1. Preview of the final project.mp48.21MB
8. PROJECT Adding Courses into the Shopping Cart/2. First Steps with the Project.mp423.43MB
8. PROJECT Adding Courses into the Shopping Cart/3. Adding Courses into the Shopping Cart - Part 1.mp413.61MB
8. PROJECT Adding Courses into the Shopping Cart/4. Adding Courses into the Shopping Cart - Part 2.mp410.81MB
8. PROJECT Adding Courses into the Shopping Cart/5. Removing Courses from the cart and clear the cart.mp419.08MB
8. PROJECT Adding Courses into the Shopping Cart/6. Saving Courses Into Storage.mp414.2MB
8. PROJECT Adding Courses into the Shopping Cart/7. Print from Storage on Load.mp410.69MB
8. PROJECT Adding Courses into the Shopping Cart/8. Clearing from Storage.mp44.28MB
8. PROJECT Adding Courses into the Shopping Cart/9. Remove from Storage.mp422.55MB
9. PROJECT Simulate Email Sending with Form/1. Preview of the final project.mp45.05MB
9. PROJECT Simulate Email Sending with Form/2. Kicking off the Project.mp410.14MB
9. PROJECT Simulate Email Sending with Form/3. Validating Fields - Part 1.mp48.59MB
9. PROJECT Simulate Email Sending with Form/4. Validating Fields - Part 2.mp416.72MB
9. PROJECT Simulate Email Sending with Form/5. Allowing the user to send the email if all the fields are filled.mp417.77MB
9. PROJECT Simulate Email Sending with Form/6. Displaying a Gif when email is sent.mp411.67MB
9. PROJECT Simulate Email Sending with Form/7. Displaying a Second Gif when Email is sent and restart form.mp412.83MB