Instructional Video3:27
Curated Video

The Psychology of Excuses [How People Justify Hurting Others]

Higher Ed
We made a book! The Unschooler’s Educational Dictionary. Order your copy now https://www.amazon.com/Unschoolers-Ed... and discover a world beyond traditional schooling, revolutionize your understanding of education, and empower your...
Instructional Video2:12
Curated Video

Navigating the Career Path From Public Speaking to Marketing

9th - Higher Ed
Caitlyn initially pursued a career in news reporting before transitioning to marketing after completing degrees in communication studies and marketing. She emphasizes the importance of a public speaking course in her undergraduate years,...
Instructional Video2:00
Curated Video

Navigating the Business World and Building Skills for Success

9th - Higher Ed
Amanda, a management assistant, with Enterprise Holdings emphasizes the importance of pursuing a business degree, including advancing to a master's level for better job prospects. She highlights the value of human resource management...
Instructional Video19:26
Curated Video

Mastering Tailwind CSS 3.0 - Build Two Dynamic Projects - Install Tailwind CSS and Create the First Template-2

Higher Ed
Explore the installation process of Tailwind CSS and the creation of the initial template for the Instagram UI clone in this informative video, setting the stage for an immersive journey.
Instructional Video11:59
Curated Video

Mastering Tailwind CSS 3.0 - Build Two Dynamic Projects - Create the Footer

Higher Ed
We will finalize the Tesla UI clone project by crafting the footer section, bringing the entire design together and ensuring a cohesive visual experience in this video.
Instructional Video3:02
Curated Video

Create a Dark Moody Atmospheric 2D Game with Unity and C# - Sound Effects

Higher Ed
In this video, you will learn how to add unique sound effects to our game to bring it to life.
Instructional Video10:35
Curated Video

Create a Dark Moody Atmospheric 2D Game with Unity and C# - Jump Mechanic

Higher Ed
In this video, you will learn how to implement the jump mechanic, allowing our player to jump over obstacles.
Instructional Video10:37
Curated Video

Financial Analysis - Build a ChatGPT Pairs Trading Bot - How to Succeed in This Course (Long Version)

Higher Ed
In this video, we will discuss practical tips and strategies on how to succeed in this course on financial analysis with ChatGPT using pairs trading strategies and how to optimize our learning experience effectively. This clip is from...
Instructional Video6:59
Curated Video

Modern JavaScript from the Beginning - Second Edition - Basic Principles of OOP

Higher Ed
In this video, we will discuss the three main principles of OOP: encapsulation, inheritance, and polymorphism. We will explain what each of these principles means and how they are used in OOP. This clip is from the chapter "OOP -...
Instructional Video9:22
Curated Video

Modern JavaScript from the Beginning - Second Edition - What Is OOP?

Higher Ed
In this video, we will define object-oriented programming and explore its fundamental concepts, including objects, classes, and inheritance. This clip is from the chapter "OOP - Constructors and Prototypes" of the series "Modern...
Instructional Video9:10
Curated Video

Modern JavaScript from the Beginning - Second Edition - Drum Machine Project

Higher Ed
In this video, you will learn how to create a drum machine using the Web Audio API. We will see how to create different drum sounds and how to play them using a keyboard. This clip is from the chapter "Web Browser APIs" of the series...
Instructional Video11:39
Curated Video

Modern JavaScript from the Beginning - Second Edition - Display Search Results

Higher Ed
In this video, we will display the search results on a separate page that's similar to the popular movies page. We will use a template literal to render the content and create pagination for large search result sets. This clip is from...
Instructional Video13:35
Curated Video

Modern JavaScript from the Beginning - Second Edition - Swiper Slider

Higher Ed
In this video, we will use the Swiper library to create a slider that displays additional movie and TV show content. We will fetch the data from the API and create a responsive and dynamic slider. This clip is from the chapter "Flixx...
Instructional Video7:29
Curated Video

Modern JavaScript from the Beginning - Second Edition - Spinner and Popular TV Shows

Higher Ed
In this video, we will add a loading spinner to indicate when data is being fetched from the API. We will also fetch and display a list of popular TV shows using the same method we used for movies. This clip is from the chapter "Flixx...
Instructional Video13:36
Curated Video

Modern JavaScript from the Beginning - Second Edition - Typicode Todos Mini-Project - Part 2

Higher Ed
In this video, we will continue building our Todo list app by adding the ability to delete todos and update their status. We will also cover how to use the PUT and DELETE methods in Fetch and how to handle success and error responses....
Instructional Video12:56
Curated Video

Modern JavaScript from the Beginning - Second Edition - Random User Mini-Project

Higher Ed
In this mini project, we will use the Fetch API to load data from the Random User API and display it in an HTML document. We will cover how to create a custom function for fetching data, how to handle errors and loading states, and how...
Instructional Video10:01
Curated Video

Modern JavaScript from the Beginning - Second Edition - Callbacks

Higher Ed
In this video, you will learn about callbacks in JavaScript. we will see how to use callbacks to execute code after an asynchronous task is completed and how to handle errors and exceptions. This clip is from the chapter "Asynchronous...
Instructional Video6:15
Curated Video

Modern JavaScript from the Beginning - Second Edition - Update Item and Reset State

Higher Ed
In this video, you will learn how to update an item in the shopping list and reset the UI state. This clip is from the chapter "Shopping List Project" of the series "Modern JavaScript from the Beginning".In this section, we will build a...
Instructional Video8:05
Curated Video

Modern JavaScript from the Beginning - Second Edition - Set Item to Edit

Higher Ed
In this video, you will learn how to set an item to edit and show its current value in the input field. This clip is from the chapter "Shopping List Project" of the series "Modern JavaScript from the Beginning".In this section, we will...
Instructional Video7:57
Curated Video

Modern JavaScript from the Beginning - Second Edition - Remove and Clear Items

Higher Ed
In this video, you will learn how to remove items from the shopping list and how to clear the entire list. This clip is from the chapter "Shopping List Project" of the series "Modern JavaScript from the Beginning".In this section, we...
Instructional Video11:46
Curated Video

Modern JavaScript from the Beginning - Second Edition - Add Items to List (DOM Only)

Higher Ed
In this video, you will learn how to add items to the shopping list using only the DOM (Document Object Model) without using local storage. This clip is from the chapter "Shopping List Project" of the series "Modern JavaScript from the...
Instructional Video15:00
Curated Video

Modern JavaScript from the Beginning - Second Edition - KeyCode Mini-Project

Higher Ed
In this video, we will work on a mini project that uses keyboard events to create a simple game. You will learn how to use event listeners and key properties to detect user input and update the game state accordingly. This clip is from...
Instructional Video9:41
Curated Video

Modern JavaScript from the Beginning - Second Edition - Manipulating Styles and Classes

Higher Ed
This video covers how to manipulate CSS styles and classes in the DOM using JavaScript. It covers the style property and the classList property. This clip is from the chapter "DOM Manipulation" of the series "Modern JavaScript from the...
Instructional Video6:22
Curated Video

Modern JavaScript from the Beginning - Second Edition - Create and Append Elements

Higher Ed
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. This clip is from the chapter "DOM Manipulation" of the series...