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 Video1:53
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 10 - First Advantage of Encapsulation

Higher Ed
In this video, you will learn the first advantage of encapsulation.
Instructional Video5:40
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 08 - Exercises and Tips - Getters and Generating Getters and Setters with E

Higher Ed
In this video, you will learn about exercises and tips—getters and generating getters and setters with E.
Instructional Video7:05
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 07 - Understanding Basics of Encapsulation with Setter Methods

Higher Ed
In this video, we will understand the basics of encapsulation with setter methods.
Instructional Video5:54
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 06 - Introducing State of an Object with Speed Variable

Higher Ed
In this video, you will learn about introducing the state of an object with the speed variable.
Instructional Video4:56
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 02 - Introduction to Object-Oriented Programming - Terminology - Class Object

Higher Ed
In this video, you will learn about object-oriented programming terminology—class object.
Instructional Video1:01
Instructional Video10:37
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 08 - Our First Java Spring Bean and Launching Java Spring Configuration

Higher Ed
In this video, you will learn how to create your first Java Spring bean called Name and launch the Java Spring configuration.
Instructional Video17:20
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Project: Payroll System Simulation - Part 5

Higher Ed
In the final lesson on the payroll system, we will focus on grouping our employees' class based on the department they work in and make changes to our classes to display the results.
Instructional Video2:38
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Exception Handling

Higher Ed
Here, we will look at exceptions or conditions that may arise during the execution of a Java program and understand the error or exception handling codes.
Instructional Video7:53
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Const, Enum, Static, Final

Higher Ed
In this lecture, we will learn about constants and static variables and how to create variables using the final and static methods.
Instructional Video5:55
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Interfaces

Higher Ed
This video elaborates on interfaces, how an interface determines the software's features, and how they can be implemented.
Instructional Video7:01
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - The 4 Pillars Of OOP

Higher Ed
This video illustrates the four major pillars of object-oriented programming: encapsulation, abstraction, polymorphism, and inheritance.
Instructional Video12:45
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Classes & Objects

Higher Ed
Here, we will understand what classes and objects are and which are the keys to object-oriented programming.
Instructional Video2:53
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Program: Date Difference

Higher Ed
In this video, we will learn to write a simple program that uses the DateTime class to calculate the age difference between two siblings.
Instructional Video7:20
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Arithmetic Operators

Higher Ed
In this lesson, we will perform basic arithmetic calculations used in Java for mathematical operations.
Instructional Video4:19
Curated Video

Deep Learning - Crash Course 2023 - Training Evaluation

Higher Ed
In this video, we will evaluate the performance of the trained neural network using various performance metrics and techniques.
<
br/>
This clip is from the chapter "Deep Learning with TensorFlow 2.x" of the series "Deep Learning -...
Instructional Video1:59
Curated Video

Deep Learning - Crash Course 2023 - Random Variable - Types

Higher Ed
In this video, you will learn about different types of random variables.<br<br/>/>

This clip is from the chapter "Basic Probability" of the series "Deep Learning - Crash Course 2023".In this section, we will talk about probability.
Instructional Video8:05
Curated Video

Deep Learning - Crash Course 2023 - Introduction to Probability and Random Variables

Higher Ed
In this video, we will be introduced to probability and random variables.<br<br/>/>

This clip is from the chapter "Basic Probability" of the series "Deep Learning - Crash Course 2023".In this section, we will talk about probability.
Instructional Video12:23
Curated Video

Deep Learning - Crash Course 2023 - Functions and Classes in Python

Higher Ed
In this video, we will understand what functions and classes are in Python.
<
br/>
This clip is from the chapter "Python Crash Course on Basics" of the series "Deep Learning - Crash Course 2023".In this section, we will work on our...
Instructional Video20:46
Curated Video

Supercharge Scala Future | FP-Tower - Console Exercises - retry and onError

Higher Ed
This video helps you learn the concept of retrying an operation with a single higher order function and reuse to refactor the code of readDataOfBirthRetry and readSubscribeToMailingListRetry.
<
br/>
This clip is from the chapter...
Instructional Video11:34
Curated Video

Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - Call and Response Example for OpenAI Implementation and Customizations

Higher Ed
In this video, we will provide a call and response example for OpenAI implementation and customizations, demonstrating how to optimize and personalize your chatbot's responses.
Instructional Video6:28
Curated Video

Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - Async Await Fetch OpenAI and ChatGPT Post Request Pattern

Higher Ed
This video demonstrates the use of async/await and fetch to send a post request to the OpenAI API, allowing ChatGPT to respond to user input in real time.