Hi, what do you want to do?
Curated Video
Translate Words into a Mathematical Expression | 6.EE.B.6
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...
Curated Video
Distribute to Compare Variable Expressions | 6.EE.A.3
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...
Curated Video
Write & Identify a Real World Algebraic Expression | 6.EE.B.6
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...
Curated Video
Equivalent Expressions & The Commutative Property | 6.EE.A.4
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...
Curated Video
How to Evaluate Expressions | 7.EE.B.4
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...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Integrate Book Client with Controller and Service Layer
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...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Creating the Book DTO and Entity Classes
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...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Hands-on with Custom Class and ArrayList
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...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Hands-on with Generics-based ArrayList
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...
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 - 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. This clip is from the...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Concept of Final in Java
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...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Concept of Static in Java
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...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Hands-on with Array Examples
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...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Working with Objects and Classes
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...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - What are Operators in Java
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...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Data Types Hands-on
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...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Variable and Data Types in Java
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...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Naming Convention Part-2
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...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Naming Convention Part-1
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...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Downloading and Installing Java
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...
Curated Video
Offline-First Apps with Angular, Ionic, PouchDB, and CouchDB - A Fast and Easy Todo App 2
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...
Curated Video
Mega Web Development Bootcamp with React Bootstrap 5, Redux, and REST API - What Is Redux and Why We Need It
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...
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
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...