Hi, what do you want to do?
Curated Video
The Complete Vue.js Course for Beginners - Dynamic Classes
In this video, we will look at how we can dynamically overwrite classes in Vue.js.
<
br/>
This clip is from the chapter "Basic Code Part" of the series "The Complete Vue.js Course for Beginners".This section explains the basic...
<
br/>
This clip is from the chapter "Basic Code Part" of the series "The Complete Vue.js Course for Beginners".This section explains the basic...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Attributes (Get/Set) / 049
This video explains attributes in DOM using an example.
<
br/>
This clip is from the chapter "Document Object Model" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains the...
<
br/>
This clip is from the chapter "Document Object Model" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains the...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Selectors / 047
This video explains selectors in DOM with an example.
<
br/>
This clip is from the chapter "Document Object Model" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains the document...
<
br/>
This clip is from the chapter "Document Object Model" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains the document...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Classes (Add/Remove) / 051
This video explains adding and removing classes in DOM with an example.
<
br/>
This clip is from the chapter "Document Object Model" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section...
<
br/>
This clip is from the chapter "Document Object Model" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Id and Classes
This video explains ID and classes used to give a division to a tag.
<
br/>
This clip is from the chapter "(Optional) HTML and CSS Refresher" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This...
<
br/>
This clip is from the chapter "(Optional) HTML and CSS Refresher" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This...
Curated Video
Mastering C++ Standard Library Features [Video] - The Course Overview
This video provides an overview of the entire course.
Curated Video
Design Microservices Architecture with Patterns and Principles - Design Principles - Dependency Inversion Principles (DIP)
This video introduces the Dependency Inversion Principle as a design principle for building loosely coupled and maintainable microservices architectures and discusses how applying DIP can facilitate effective asynchronous communication...
Curated Video
Design Microservices Architecture with Patterns and Principles - DEMO: Modular Monolithic Architecture Code Review - E-Commerce App
In this video, we will dive into a code review of a real-world e-commerce application implemented using a modular monolithic architecture. We will explore the code structure, module interactions, and design patterns employed in the...
Great Big Story
How Jazzercise Turned Into a Viral Sensation
From a childhood in dance to a global community, follow the Jazzercise story of passion, innovation, and family.
Great Big Story
Urban Foraging, Turning Weeds into Meals
Explore the world of urban foraging with Christopher Nyerges as he uncovers the nutritional treasures hidden in city "weeds" and teaches self-reliance.
Brainwaves Video Anthology
Stephanie Burt - Taylor Swift and Her World
Stephanie Burt is a literary critic and poet at Harvard University. She is teaching a new course titled "Taylor Swift and Her World," which explores the literary art of songwriting through the lens of Taylor Swift's extensive and...
Curated Video
Jocelyn Learns to Dance by Jocelyn E. Cox
Jocelyn spends her Saturday mornings waiting for her friends to finish their fun activities. One day, she finds an activity of her own and she is very excited. Jocelyn Learns to Dance is loosely based on the writer's own experiences as a...
Curated Video
Women Who Wow: Margarita Gonzalez
After immigrating to America as a teenager without a strong grasp of the English language, Margarita Gonzalez created a new life for herself from almost nothing. While receiving support from others, she developed a strong work ethic,...
Brian McLogan
Become Unstopable This School Year
The school year is upon us, it is time for you to become unstoppable in your classes
Curated Video
Photo fun: Part 2 - Music Video
Level 1 – Unit 23 – Pre-A1 English for children aged 5-12 – The learning objective for this set of videos is as follows: Family and Friends - He's / She's got (long hair). He / She hasn't got (brown hair).
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Creating all the required packages
This video will teach us to organize code into packages to maintain a modular and structured project. This video will guide you through creating the necessary packages for different components of the Bookstore App, ensuring a logical...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Concept of Marker Interface Serialization Deserialization Transient in Java
In this video, we will understand the concept of marker interfaces in Java, specifically focusing on serialization, deserialization, and the transient keyword. This video will explain how these concepts are used to control the...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Hands-on with Access Modifiers
In this video, we will apply our knowledge of access modifiers through hands-on exercises, coding tasks that involve defining classes with different access modifiers, accessing and modifying class members, and understanding the...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Hands-on with Final keyword in Java - Wrapper Class, String, StringBuilder, Access Modifie
In this video, we will apply the final keyword in practical scenarios through hands-on exercises, creating and using final variables, classes, and methods effectively, ensuring data integrity and code reliability.
<
br/>
This clip...
<
br/>
This clip...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Hands-on Examples for Wrapper class, Autoboxing and Unboxing
This video will explore wrapper classes, autoboxing, and unboxing into practice with hands-on exercises. We will understand coding tasks that involve creating wrapper class objects, performing autoboxing and unboxing operations, and...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Concept of Wrapper Class, Autoboxing and Unboxing
In this video, we will discover wrapper classes, which provide a way to work with primitive data types as objects. This video will explain autoboxing and unboxing, which enables automatic conversion between primitive types and their...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Hands-on with Final keyword in Java - Array, Static, Final, Interface
In this video, we will apply the final keyword in practical scenarios through hands-on exercises, creating and using final variables, classes, and methods effectively, ensuring data integrity and code reliability.
<
br/>
This clip...
<
br/>
This clip...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Hands-on examples of Abstraction and Abstract class in Java
In this video, we will apply our knowledge of abstraction and abstract classes in practical scenarios through hands-on examples to demonstrate how abstraction can be used to model real-world concepts and solve programming...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Understanding abstract class and Abstraction in Java
In this video, we will learn about abstract classes, which provide a blueprint for derived classes but cannot be instantiated. We delve into the concept of abstraction, where we focus on the essential features of an entity and hide the...