Crash Course
Realism Gets Even More Real: Crash Course Theater #32
In the late 19th and early 20th centuries, theater was evolving rapidly in Europe. Impresarios like Georg II, Duke of the Duchy of Saxe Meinengen (in what is now Germany), were pushing theater troupes to new heights of realism. New...
Crash Course
Designing the World of Film: Crash Course Film Production
Literally, ‘mise-en-scene’ means “placing on stage.” But in film, mise-en-scene encompasses everything the camera is capturing. The artists and crafts-people who work in Production Design, Wardrobe, and Hair and Makeup are responsible...
Crash Course
Peripheral Nervous System: Crash Course A&P
It is now time to meet the system that helps your crazy brain stay in touch with the outside world. We follow up last week's tour of the central nervous system with a look at your peripheral nervous system, its afferent and efferent...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Props in React.JS
In this video, we will dive deeper into the concept of components in React.JS, create reusable and modular components that encapsulate specific functionality and can be composed together to build complex user interfaces, the different...
Curated Video
Blender to Unreal Engine - Become a Dungeon Prop Artist - Finishing Our Table and Chairs
In this lesson, you will see your table and chairs come to life as we finish the 3D modelling and prop creation process.
Curated Video
Blender to Unreal Engine - Become a Dungeon Prop Artist - Setting Up Asset Collections with Physics
In this lesson, we are going to continue working with a blueprint setup for our asset collections. This time, you will also learn how to add physics to your smaller props for the blueprint actors.
Curated Video
Blender to Unreal Engine - Become a Dungeon Prop Artist - Setting Up Blueprints with Decals
In this lesson, we will make use of the blueprint functionality and set ourselves up with asset and decal combinations that will help our assets blend better within a scene.
Curated Video
Blender to Unreal Engine - Become a Dungeon Prop Artist - Populating the Treasure Chest
In this lesson, we will be populating the treasure chest with treasure!
Curated Video
Blender to Unreal Engine - Become a Dungeon Prop Artist - Starting the Rope Geometry Node
This lesson will focus on creating more complex geometry nodes. We will start by creating a geometry node for rope.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Props: In-Depth Introduction / 017
After learning about components and component trees in this video, we will focus on props in detail. We will understand what props are and how they are used in codes and properties with dynamic values.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Multiple Components and Fragments / 016
After understanding components, we will now understand the various components in use. We will also create different components and understand what fragments and component trees are.
Curated Video
The Complete Vue.js Course for Beginners - Data Child to Parent
In this video, we will talk about how we can pass data from a child component to a parent component. 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
The Complete Vue.js Course for Beginners - Props
In this video, we will talk about props. It can be registered on a component to pass data from a parent component to one of its children components. This clip is from the chapter "Basic Code Part" of the series "The Complete Vue.js...
Curated Video
The Complete Vue.js Course for Beginners - Create a Child Component in Vue.js
In this video, we will create a child component and we will also discuss how we can pass data in between child components. This clip is from the chapter "Getting Started with Basic Code" of the series "The Complete Vue.js Course for...
Curated Video
The Complete Vue.js Course for Beginners - Props and Non-Props Data
A component non-prop attribute is an attribute or event listener that is passed to a component but does not have a corresponding property defined in props or emits. This clip is from the chapter "Advanced Concepts" of the series "The...
Curated Video
Act It Out, Liven It Up: The Play
Mr. Griot explains the characteristics of a play and describes the parts necessary to create a play. He also shares an example of a play.
Great Big Story
This Prop Master_s Work Is Hidden in Plain Sight
Discover the world of paper prop creation for the big screen and small screen. Meet the artist behind the scenes.
Curated Video
Spectacle in a Play
A video entitled "Spectacle in a Play" which examines visual and audio spectacle in a play, using William Shakespeare's The Tempest as an example.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Validating Forms in React - Part 3
Here, we will continue with the validation of information in the forms; we will also be looking at providing feedback to the user based on the information validation process with visuals.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Rendering the Categories
In this video, you will learn about rendering, the process of generating a photorealistic or non-photorealistic image from a 2D or 3D model using a computer program of the various categories of elements.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Passing Props - Destructing - React Children
We will take a second look at the props or properties learned in the previous project and take lessons to the next level. We will define the properties of the circles of this game project.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Passing Parameters in Callback Functions
After learning how to use callback functions in the previous lesson, we will now use the callback functions we created in the parent component of our code and pass them on to the instances of the child component.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Events in React
After learning how to build the visuals of our basic calculator, we will now create events using the () function to define tasks to the buttons created in the visual and use callback functions.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Building the Calculator Visuals
This video demonstrates how to build the visuals of our elementary calculator project. We are going to develop a very basic component called a calculator.