Instructional Video3:31
Curated Video

The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Separating Out Logic for Data in React Native

Higher Ed
This video is on separating out logic for data in React Native. You will learn how to refactor your code to separate business logic from presentation logic, as well as how to manage state and props in your components. By the end of the...
Instructional Video6:07
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 12 - List and ArrayList - Sorting - Providing Flexibility by Implementing Comparator

Higher Ed
In this video, we will continue our exploration of sorting List and ArrayList in Java and learn how to provide more flexibility by implementing the Comparator interface.
Instructional Video5:57
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 14 - First Look at ArrayList - Refactoring Student Class to Use ArrayList

Higher Ed
In this video, we will take a first look at ArrayList—refactoring student class to use ArrayList.
Instructional Video3:21
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 12 - Adding and Removing Marks - Problem with Arrays

Higher Ed
In this video, you will learn about adding and removing marks—problem with arrays.
Instructional Video13:06
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 06 - Java Arrays - Exercise - Create Student Class - Part 2 - Maximum and Minimum

Higher Ed
Continuing from the previous video, you will expand your knowledge of Java arrays by completing the second part of the Create Student Class exercise. This time, you will calculate the maximum and minimum grades of the student using arrays.
Instructional Video6:54
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 03 - Java For Loop - Exercise - Sum Up to N Numbers and Sum of Divisors

Higher Ed
In this video, you will learn about Java for loop with an exercise—sum up to n numbers and sum of divisors.
Instructional Video9:00
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 13 - Java char Data Type - Exercise 3 - isConsonant, List Upper Case, and L

Higher Ed
In this video, you will learn about Java char data type with exercise 3—isConsonant, List Upper Case, and L.
Instructional Video7:47
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 11 - Java char Data Type - Exercise 1 – isVowel

Higher Ed
In this video, you will learn about Java char data type with exercise 1—isVowel.
Instructional Video5:02
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 09 - Java Boolean Data Type - Puzzles - Short Circuit Operators

Higher Ed
In this video, you will learn about Java Boolean data type with puzzles on short circuit operators.
Instructional Video3:53
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 12 - Encapsulation Exercises - Better Validation and Book Class

Higher Ed
In this video, you will learn about encapsulation exercises on better validation and the book class.
Instructional Video6:07
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 11 - Introduction to Encapsulation - Level 2

Higher Ed
In this video, we will see an introduction to encapsulation—level 2.
Instructional Video9:17
Curated Video

Unraveling Intelligence: From IQ to Brain Boosting Activities

6th - Higher Ed
Explore the complex world of intelligence, starting with IQ tests and diving into how various activities can enhance cognitive function. This video examines the neuroscience behind intelligence, including how our brains process...
Instructional Video7:02
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 05 - Exploring Spring Beans - PostConstruct and PreDestroy

Higher Ed
In this video, you will explore Spring beans, including postconstruct and predestroy, and learn how to manage them effectively.
Instructional Video3:55
Curated Video

Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Rerouting Application and Authentication

Higher Ed
This video explains how to reroute an application and talks about the authentication of the application. This clip is from the chapter "Authenticating Username and Password with Express and Passport" of the series "Express Framework...
Instructional Video4:14
Curated Video

Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Setting Up the Application Server Wiring

Higher Ed
This video demonstrates setting up the application server wiring. This clip is from the chapter "Application Setup and Server Initialization" of the series "Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js".This...
Instructional Video4:48
Curated Video

Supercharge Scala Future | FP-Tower - Console Exercises - Code Organization

Higher Ed
This video demonstrates and explains code organization. This clip is from the chapter "Actions with Imperative Programming" of the series "Supercharge Scala Future | FP-Tower".This section focuses on actions with imperative programming.
Instructional Video5:53
Curated Video

Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - onSubmit Functionality for OpenAI API Connection with ChatGPT

Higher Ed
In this video, you will learn how to add onSubmit functionality for OpenAI API connection with ChatGPT, enabling your application to query the OpenAI API and display responses based on user input.
Instructional Video6:26
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Cloud Computing Models

Higher Ed
You may be wondering how you can use the cloud. Do you have to move everything to the cloud or just some solutions? What do buzzwords such as IaaS, PaaS, and SaaS mean? You will find out in this video.
Instructional Video6:47
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Simple Workflow (SWF)

Higher Ed
Workflow management allows you to have logic in a processing flow. For example, you may want to do one thing if A is true and another thing if B is true. AWS Simple Workflow (SWF) allows you to implement such workflows.
Instructional Video9:19
Professor Dave Explains

Analytic Philosophy Part 1: Dewey, Russell, and Whitehead

12th - Higher Ed
Pivoting from the continental tradition, let's introduce the analytic tradition that also emerged at the beginning of contemporary philosophy. This involved figures such as John Dewey, Bertrand Russell, and Alfred Whitehead. What were...
Instructional Video11:23
Professor Dave Explains

Logic in Late Modern Philosophy

12th - Higher Ed
How did logic continue to develop as the modern period in philosophy progressed? Mill and Comte discussed the inverse deductive method. But then a huge figure arose, George Boole. He innovated new logical symbology that got us closer to...
Instructional Video10:42
Professor Dave Explains

Logic in Early Modern Philosophy

12th - Higher Ed
With modern philosophy somewhat understood, it's time to pivot and see how logic developed during this time period. First, in the early part of this period, Pascal's wager was an important development, which was followed by the Port...
Instructional Video10:49
Curated Video

Learn Azure Serverless Functions in a Weekend - Importing/Shared Code for Azure Functions

Higher Ed
This video will help in importing/shared code for Azure Functions. This clip is from the chapter "Azure Functions Integrations – Enhancing the Function Code" of the series "Learn Azure Serverless Functions in a Weekend".This section...
Instructional Video7:32
Curated Video

Learn Azure Serverless Functions in a Weekend - Azure Functions to Add Message into Storage Queue

Higher Ed
In this video, you will develop Azure Functions to add messages to the storage queue. The Azure Queue Storage is a service for storing a large number of messages. This clip is from the chapter "Azure Functions Integrations" of the series...