Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 20 - Java Assignment Operator
This video talks about Java assignment operator.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 16 - How Are Variables Stored in Memory?
This video talks about how variables are stored in memory.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 14 - Introduction to Variables in Java - Exercises and Puzzles
This video talks about variables in Java - exercises and puzzles.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 13 - Introduction to Variables in Java
This video talks about variables in Java.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 12 - Advanced Printing Output to Console with Java – Exercises
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.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 11 - Advanced Printing Output to Console with Java
This video talks about advanced printing output to the console with Java.
Curated Video
Learn Java from Scratch - A Beginner's Guide - JShell Tip - Multiple Lines of Code
This video talks about JShell tip - multiple lines of code.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 09 - Printing Output to Console with Java - Exercise Solutions
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.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 04 - Mapping Course Entity and Populating Data with Data Using SQL
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.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 04 - Comparing Prototype Versus Singleton - Spring Framework Bean Scopes
In this video, you will compare prototype and singleton bean scopes in Spring framework and learn when to use each.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 02 - Comparing Lazy Initialization Versus Eager Initialization
In this video, you will compare lazy initialization and eager initialization in Spring framework and learn the advantages and disadvantages of each.
Curated Video
Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - JavaScript Tags with EJS in Express
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...
Curated Video
Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Running Our Express Server with Error Handling
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...
Curated Video
Chatbots Development with Amazon Lex - Integration with Boto
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.
Curated Video
Chatbots Development with Amazon Lex - Session state Dialog Hook and Dialog Action
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...
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Project: ATM Simulation Part 1 - Interface Example
This video demonstrates how to simulate a real-world ATM program using a UML example.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Project: Payroll System Simulation - Part 3
In part 3 of the payroll system, we will look at using the paystub method for our employee classes created in the system.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Project: Payroll System Simulation - Part 1
This lesson will teach us to create a simple payroll management system. In this lesson, we will look at the program's basic structure.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Const, Enum, Static, Final
In this lecture, we will learn about constants and static variables and how to create variables using the final and static methods.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Inheritance
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.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Constructors & Access Specifiers (Setters and Getters)
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.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Program: Calculate Test Score Average
It is time to put all the knowledge we gained from the previous lessons into creating a program that tests the scoring average.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Arrays
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.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Flow Control: Loops - BREAK | CONTINUE
In this lesson, we will continue on loops and closely examine the BREAK and CONTINUE keywords and their implementation.