Instructional Video2:59
Curated Video

Translate Words into a Mathematical Expression | 6.EE.B.6

9th - 12th
In this math video we will translate words into a mathematical expression. We will identify the three parts of a word phrase - the number, the math operation and the variable. We will review and understand that the word PER means...
Instructional Video4:01
Curated Video

Distribute to Compare Variable Expressions | 6.EE.A.3

9th - 12th
In this math video we will distribute to compare variable expressions. We will begin by reviewing an algebraic expression with two variable terms. We will understand that like terms must have the same variable in order to be added or...
Instructional Video3:19
Curated Video

Write & Identify a Real World Algebraic Expression | 6.EE.B.6

9th - 12th
In this math video we will write & identify a real world algebraic expression. We will be presented with a real world situation. We will begin by drawing a picture to represent the situation. We will then label the picture using the...
Instructional Video3:06
Curated Video

Equivalent Expressions & The Commutative Property | 6.EE.A.4

9th - 12th
In this math video we will discuss equivalent expressions & The Commutative Property. We will review that a given variable expression has two terms; a variable term and a constant term. We will review that this variable expression is in...
Instructional Video2:29
Curated Video

How to Evaluate Expressions | 7.EE.B.4

9th - 12th
In this math video we will learn how to evaluate expressions to determine the value of x. We will be presented with three numerical expressions and asked to determine if the value of x is 4 or 7. We will use order of operations to...
Instructional Video13:57
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Integrate Book Client with Controller and Service Layer

Higher Ed
In this video, we will explore the integration of the book client with the controller and service layers in the Bookstore App. This video will demonstrate how to establish communication between the client and the controller/service...
Instructional Video6:14
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Creating the Book DTO and Entity Classes

Higher Ed
This video will dive into creating the data transfer object (DTO) and entity classes for the Bookstore App. This video will explain the purpose and structure of DTOs and entities and implement them for the Bookstore App, enabling storing...
Instructional Video6:57
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Hands-on with Custom Class and ArrayList

Higher Ed
In this video, we will apply our knowledge of ArrayLists and Generics to work with custom class objects. We will learn to code on creating an ArrayList of custom objects, adding, removing, and searching for objects, and leveraging the...
Instructional Video3:08
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Hands-on with Generics-based ArrayList

Higher Ed
In this video, we will learn how to use generics to create type-safe collections in Java, define and use ArrayLists with specified data types, ensure compile-time type checking, and enhance code readability and maintainability. This clip...
Instructional Video3:56
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Hands-on Examples for Wrapper class, Autoboxing and Unboxing

Higher Ed
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...
Instructional Video3:59
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Hands-on with Final keyword in Java - Array, Static, Final, Interface

Higher Ed
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. This clip is from the...
Instructional Video4:57
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Concept of Final in Java

Higher Ed
In this video, we will understand the concept of the final keyword in Java and its various applications, how final can be used to create constants, mark classes or methods as immutable, and enforce restrictions on inheritance and method...
Instructional Video14:29
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Concept of Static in Java

Higher Ed
This video will explore the concept of static members in Java, including static variables and methods. We will explain the purpose of static members, how to declare and access them, and their role in sharing data and behavior among...
Instructional Video5:42
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Hands-on with Array Examples

Higher Ed
In this video, we will gain hands-on experience with arrays through practical examples and exercises demonstrating how to manipulate array elements, search for specific values, perform sorting operations, and more. This clip is from the...
Instructional Video19:14
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Working with Objects and Classes

Higher Ed
In this video, we will learn to create and utilize objects and classes in Java, define classes, instantiate objects, and access their properties and methods. We will explore the concept of constructors and how they facilitate object...
Instructional Video1:08
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - What are Operators in Java

Higher Ed
In this video, we will explore the concept of operators in Java and their role in performing various operations on data. This video will introduce us to Java's different categories of operators and explain how they contribute to...
Instructional Video2:27
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Data Types Hands-on

Higher Ed
In this video, we will gain knowledge of data types with hands-on exercises. This video will guide us through coding tasks that involve declaring variables of different data types, initializing them, and performing operations using...
Instructional Video2:56
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Variable and Data Types in Java

Higher Ed
In this video, we will explore the various data types available in Java and how to work with variables. In Java, we will learn about integers, floating points, characters, Boolean, other data types, memory allocation, and variable...
Instructional Video4:44
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Naming Convention Part-2

Higher Ed
In this video, we will build upon the previous video and delve deeper into naming conventions in Java programming. We will learn additional guidelines for naming constants, packages, and other elements in our code, ensuring consistency...
Instructional Video5:53
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Naming Convention Part-1

Higher Ed
In this video, we will discover the best practices for naming variables, methods, and classes in Java and the commonly followed naming conventions in the Java community, helping to write clean and understandable code. This clip is from...
Instructional Video4:14
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Downloading and Installing Java

Higher Ed
In this video, we will learn to download and install the Java Development Kit (JDK), essential for Java programming. The instructor guides you through the installation process on different operating systems, ensuring a functional Java...
Instructional Video3:54
Curated Video

Offline-First Apps with Angular, Ionic, PouchDB, and CouchDB - A Fast and Easy Todo App 2

Higher Ed
In this continuation, we will complete our Todo app by adding advanced functionality such as editing and deleting todo items. You will learn to implement these features and refine the user experience of your app. This clip is from the...
Instructional Video3:38
Curated Video

Mega Web Development Bootcamp with React Bootstrap 5, Redux, and REST API - What Is Redux and Why We Need It

Higher Ed
In this video, learn about Redux, its purpose, and why it is beneficial for managing the application state in complex React projects. This clip is from the chapter "User Session, Dynamic Menu, Redux, Context API" of the series "Mega Web...
Instructional Video3:12
Curated Video

Mega Web Development Bootcamp with React Bootstrap 5, Redux, and REST API - Adding API Base URL to a Config File and Using It Everywhere

Higher Ed
In this video, discover how to add the API base URL to a config file and utilize it throughout your application, ensuring consistent and easy management of the API endpoints. This clip is from the chapter "Working on All Posts and Post...