Instructional Video4:20
Instructional Video4:33
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 16 - How Are Variables Stored in Memory?

Higher Ed
This video talks about how variables are stored in memory.
Instructional Video6:27
Instructional Video8:28
Instructional Video4:11
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 12 - Advanced Printing Output to Console with Java – Exercises

Higher Ed
In this video, you will learn advanced techniques for printing output to the console with Java. The video covers several exercises to help you practice and solidify your understanding of the concepts.
Instructional Video6:41
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 11 - Advanced Printing Output to Console with Java

Higher Ed
This video talks about advanced printing output to the console with Java.
Instructional Video2:13
Curated Video

Learn Java from Scratch - A Beginner's Guide - JShell Tip - Multiple Lines of Code

Higher Ed
This video talks about JShell tip - multiple lines of code.
Instructional Video3:58
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 09 - Printing Output to Console with Java - Exercise Solutions

Higher Ed
In this video, you will see the solutions for the exercises presented in the previous video, which cover printing output to the console with Java.
Instructional Video7:34
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 04 - Mapping Course Entity and Populating Data with Data Using SQL

Higher Ed
In this video, we will dive into mapping our course entity to a table in our database. You will learn how to populate your database with data using SQL.
Instructional Video2:09
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 04 - Comparing Prototype Versus Singleton - Spring Framework Bean Scopes

Higher Ed
In this video, you will compare prototype and singleton bean scopes in Spring framework and learn when to use each.
Instructional Video2:23
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 02 - Comparing Lazy Initialization Versus Eager Initialization

Higher Ed
In this video, you will compare lazy initialization and eager initialization in Spring framework and learn the advantages and disadvantages of each.
Instructional Video3:07
Curated Video

Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - JavaScript Tags with EJS in Express

Higher Ed
This video demonstrates JavaScript tags with EJS in Express. This clip is from the chapter "EJS Templating Engines with Express" of the series "Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js".This section focuses...
Instructional Video11:10
Curated Video

Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Running Our Express Server with Error Handling

Higher Ed
This video demonstrates running our Express server with error handling. This clip is from the chapter "Application Setup and Server Initialization" of the series "Express Framework Fundamentals - Secure Sign-Up with Auth0 and...
Instructional Video8:24
Curated Video

Chatbots Development with Amazon Lex - Integration with Boto

Higher Ed
In this lesson, we will discuss deploying our chatbot using code. We will not use a built-in application such as Twilio; instead, we will use a Python library, Boto.
Instructional Video7:28
Curated Video

Chatbots Development with Amazon Lex - Session state Dialog Hook and Dialog Action

Higher Ed
In this lecture, we will understand what a session state is, basically the state of the conversation between the user and the Amazon Lex chatbot and dialog action, which determines the action that Amazon Lex should take to the Lambda...
Instructional Video17:47
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Project: ATM Simulation Part 1 - Interface Example

Higher Ed
This video demonstrates how to simulate a real-world ATM program using a UML example.
Instructional Video14:11
Curated Video

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

Higher Ed
In part 3 of the payroll system, we will look at using the paystub method for our employee classes created in the system.
Instructional Video14:06
Curated Video

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

Higher Ed
This lesson will teach us to create a simple payroll management system. In this lesson, we will look at the program's basic structure.
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 Video8:09
Curated Video

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

Higher Ed
In this video, we will look at inheritance in Java, where we have a superclass and a derived class, which inherits the attributes from the parent class.
Instructional Video9:31
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Constructors & Access Specifiers (Setters and Getters)

Higher Ed
In this lesson, we will learn about constructors, a block of code that initializes a newly created object, and access specifiers that determine if other classes can use a particular method.
Instructional Video6:09
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Program: Calculate Test Score Average

Higher Ed
It is time to put all the knowledge we gained from the previous lessons into creating a program that tests the scoring average.
Instructional Video7:29
Curated Video

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

Higher Ed
In this video, we will learn about Java arrays, which store multiple values in a single variable instead of creating separate variables for each value.
Instructional Video4:55
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Flow Control: Loops - BREAK | CONTINUE

Higher Ed
In this lesson, we will continue on loops and closely examine the BREAK and CONTINUE keywords and their implementation.