Hi, what do you want to do?
Curated Video
Modern JavaScript from the Beginning - Second Edition - Movie Details Page
In this video, we will create a movie details page that displays more information about a selected movie. We will fetch additional data from the API and use a template literal to dynamically render the content.
<
br/>
This clip is...
<
br/>
This clip is...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Page Router and Active Link
In this video, we will set up a page router using the Page.js library to allow users to navigate between different pages of our app. We will also create an active link feature to highlight the current page in the navigation menu.
<
br/>...
<
br/>...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Theme Overview and Prep
In this video, we will go over the theme of our movie app and prepare our environment by setting up our project files and installing the necessary dependencies.
<
br/>
This clip is from the chapter "Flixx Movie App Project" of the...
<
br/>
This clip is from the chapter "Flixx Movie App Project" of the...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Section Introduction-1
In this section, we will be building a movie app called Flixx using the Movie Database (TMDb) API. We will be using JavaScript and a library called Swiper to create a responsive and user-friendly interface.
<
br/>
This clip is from...
<
br/>
This clip is from...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Callback to Promise Refactor
In this video, you will learn how to refactor code that uses callbacks into code that uses Promises. We will see how using Promises can make code more readable and easier to maintain and how to handle errors when working with...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Joke Generator Project Challenge
In this video, we will be presented with a challenge to create a Joke Generator Project using the knowledge we have gained so far about asynchronous JavaScript. You will learn how to use the Fetch API to retrieve data from an API, and...
Curated Video
Modern JavaScript from the Beginning - Second Edition - AJAX and XHR Object
In this video, you will learn about the Network tab in the Chrome DevTools. We will see how to inspect HTTP requests and responses and how to analyze network performance.
<
br/>
This clip is from the chapter "Asynchronous...
<
br/>
This clip is from the chapter "Asynchronous...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Display Items from Local Storage
In this video, you will learn how to display the items from local storage in the shopping list.
<
br/>
This clip is from the chapter "Shopping List Project" of the series "Modern JavaScript from the Beginning".In this section, we...
<
br/>
This clip is from the chapter "Shopping List Project" of the series "Modern JavaScript from the Beginning".In this section, we...
Curated Video
Modern JavaScript from the Beginning - Second Edition - DevTools Network Tab
In this video, you will learn about the Network tab in the Chrome DevTools. We will see how to inspect HTTP requests and responses and how to analyze network performance.
<
br/>
This clip is from the chapter "Asynchronous...
<
br/>
This clip is from the chapter "Asynchronous...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Local Storage Crash Course
In this video, we will be provided with a brief overview of local storage and how it works.
<
br/>
This clip is from the chapter "Shopping List Project" of the series "Modern JavaScript from the Beginning".In this section, we will...
<
br/>
This clip is from the chapter "Shopping List Project" of the series "Modern JavaScript from the Beginning".In this section, we will...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Section Introduction-Shopping List Project
In this video, we will be introduced to the Shopping List project, which is the final project for the course.
<
br/>
This clip is from the chapter "Shopping List Project" of the series "Modern JavaScript from the Beginning".In this...
<
br/>
This clip is from the chapter "Shopping List Project" of the series "Modern JavaScript from the Beginning".In this...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Page Loading and Window Events
In this video, we will look at how to handle page loading and window events in JavaScript. You will learn how to use event listeners to detect when a page has finished loading and how to respond to window events such as resizing and...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Input Events
In this video, we will explore how to handle input events such as change, input, and submit in JavaScript. You will learn how to use event listeners to respond to input events and how to access input values and form data.
<
br/>...
<
br/>...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Mouse Events
In this video, we will look at how to handle mouse events such as click, double-click, hover, and drag in JavaScript. You will learn how to use event listeners to respond to mouse events and perform actions based on them.
<
br/>...
<
br/>...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Custom insertAfter() Challenge
This video presents a coding challenge to create a custom function called insertAfter() that can insert an element after a specific element in the DOM.
<
br/>
This clip is from the chapter "DOM Manipulation" of the series "Modern...
<
br/>
This clip is from the chapter "DOM Manipulation" of the series "Modern...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Insert Elements, Text, and HTML
This video covers how to insert new elements, text, and HTML into the DOM using JavaScript. It covers the insertBefore(), insertAdjacentElement(), insertAdjacentText(), and insertAdjacentHTML() methods.
<
br/>
This clip is from the...
<
br/>
This clip is from the...
Curated Video
Modern JavaScript from the Beginning - Second Edition - DOM Selectors - Single Elements
This video covers the different ways to select a single element in the DOM using JavaScript. It covers the methods getElementById(), querySelector(), and querySelectorAll().
<
br/>
This clip is from the chapter "DOM Manipulation" of...
<
br/>
This clip is from the chapter "DOM Manipulation" of...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Introduction to the DOM
This video explains what the DOM is and how it works. It covers the concept of nodes and how they are used to represent the elements in an HTML document. The video also explains how JavaScript can be used to interact with the DOM.
<
br/>...
<
br/>...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Logical Operators
This video covers the logical operators in JavaScript, including AND (andand), OR (||), and NOT (!), which allows us to combine conditions and create more complex logic.
<
br/>
This clip is from the chapter "Logic and Control Flow"...
<
br/>
This clip is from the chapter "Logic and Control Flow"...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Section Introduction-Events
In this section, you will learn about events and how to handle them in JavaScript. We will look at different types of events and how to register event listeners to respond to them.
<
br/>
This clip is from the chapter "Events" of...
<
br/>
This clip is from the chapter "Events" of...
Curated Video
Modern JavaScript from the Beginning - Second Edition - What Is JavaScript?
In this video, we will cover the basics of JavaScript. We will discuss what is JavaScript used for and understand why we should learn JavaScript.
<
br/>
This clip is from the chapter "Course Introduction" of the series "Modern...
<
br/>
This clip is from the chapter "Course Introduction" of the series "Modern...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Create and Append Elements
This video covers how to create new elements using JavaScript and how to append them to the DOM. It covers the createElement(), createTextNode(), and appendChild() methods.
<
br/>
This clip is from the chapter "DOM Manipulation" of...
<
br/>
This clip is from the chapter "DOM Manipulation" of...
Curated Video
ASP.NET Core MVC - Cross-Platform Development - Register for Auth0
This video explains how to register for Auth0.<br<br/>/>
This clip is from the chapter "Website Authentication" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains the process of website authentication.
This clip is from the chapter "Website Authentication" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains the process of website authentication.
Curated Video
ASP.NET Core MVC - Cross-Platform Development - Add Datatables
This video explains adding datatables, which is a jQuery-based library.
<
br/>
This clip is from the chapter "Customizing Views and Elements" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains how to...
<
br/>
This clip is from the chapter "Customizing Views and Elements" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains how to...