Curated Video
The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Separating Out Logic for Data in React Native
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...
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 12 - List and ArrayList - Sorting - Providing Flexibility by Implementing Comparator
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.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 14 - First Look at ArrayList - Refactoring Student Class to Use ArrayList
In this video, we will take a first look at ArrayList—refactoring student class to use ArrayList.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 12 - Adding and Removing Marks - Problem with Arrays
In this video, you will learn about adding and removing marks—problem with arrays.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 06 - Java Arrays - Exercise - Create Student Class - Part 2 - Maximum and Minimum
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.
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
In this video, you will learn about Java for loop with an exercise—sum up to n numbers and sum of divisors.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 13 - Java char Data Type - Exercise 3 - isConsonant, List Upper Case, and L
In this video, you will learn about Java char data type with exercise 3—isConsonant, List Upper Case, and L.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 11 - Java char Data Type - Exercise 1 – isVowel
In this video, you will learn about Java char data type with exercise 1—isVowel.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 09 - Java Boolean Data Type - Puzzles - Short Circuit Operators
In this video, you will learn about Java Boolean data type with puzzles on short circuit operators.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 12 - Encapsulation Exercises - Better Validation and Book Class
In this video, you will learn about encapsulation exercises on better validation and the book class.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 11 - Introduction to Encapsulation - Level 2
In this video, we will see an introduction to encapsulation—level 2.
Curated Video
Unraveling Intelligence: From IQ to Brain Boosting Activities
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...
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 05 - Exploring Spring Beans - PostConstruct and PreDestroy
In this video, you will explore Spring beans, including postconstruct and predestroy, and learn how to manage them effectively.
Curated Video
Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Rerouting Application and Authentication
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...
Curated Video
Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Setting Up the Application Server Wiring
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...
Curated Video
Supercharge Scala Future | FP-Tower - Console Exercises - Code Organization
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.
Curated Video
Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - onSubmit Functionality for OpenAI API Connection with ChatGPT
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.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Cloud Computing Models
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.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Simple Workflow (SWF)
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.
Professor Dave Explains
Analytic Philosophy Part 1: Dewey, Russell, and Whitehead
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...
Professor Dave Explains
Logic in Late Modern Philosophy
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...
Professor Dave Explains
Logic in Early Modern Philosophy
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...
Curated Video
Learn Azure Serverless Functions in a Weekend - Importing/Shared Code for Azure Functions
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...
Curated Video
Learn Azure Serverless Functions in a Weekend - Azure Functions to Add Message into Storage Queue
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...