Curated Video
The Psychology of Excuses [How People Justify Hurting Others]
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...
Curated Video
Navigating the Career Path From Public Speaking to Marketing
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,...
Curated Video
Navigating the Business World and Building Skills for Success
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...
Curated Video
Mastering Tailwind CSS 3.0 - Build Two Dynamic Projects - Install Tailwind CSS and Create the First Template-2
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.
Curated Video
Mastering Tailwind CSS 3.0 - Build Two Dynamic Projects - Create the Footer
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.
Curated Video
Create a Dark Moody Atmospheric 2D Game with Unity and C# - Sound Effects
In this video, you will learn how to add unique sound effects to our game to bring it to life.
Curated Video
Create a Dark Moody Atmospheric 2D Game with Unity and C# - Jump Mechanic
In this video, you will learn how to implement the jump mechanic, allowing our player to jump over obstacles.
Curated Video
Financial Analysis - Build a ChatGPT Pairs Trading Bot - How to Succeed in This Course (Long Version)
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Basic Principles of OOP
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 -...
Curated Video
Modern JavaScript from the Beginning - Second Edition - What Is OOP?
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Drum Machine Project
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Display Search Results
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Swiper Slider
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Spinner and Popular TV Shows
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Typicode Todos Mini-Project - Part 2
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....
Curated Video
Modern JavaScript from the Beginning - Second Edition - Random User Mini-Project
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Callbacks
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Update Item and Reset State
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Set Item to Edit
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Remove and Clear Items
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Add Items to List (DOM Only)
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - KeyCode Mini-Project
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Manipulating Styles and Classes
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...
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. This clip is from the chapter "DOM Manipulation" of the series...