Instructional Video6:13
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 09 - Exploring Spring Boot Actuator

Higher Ed
In this video, we will explore a few more Spring Boot features.
Instructional Video5:15
Instructional Video5:08
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 07 - Playing with Spring Boot

Higher Ed
In this video, we will dive in further to understand what is happening behind the Spring Boot application.
Instructional Video3:12
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 04 - Understanding the World before Spring Boot – 10,000 Feet Overview

Higher Ed
Let's look at how we can create the same application we created in the previous video without the Spring framework.
Instructional Video7:21
Instructional Video2:31
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 12 - Quick Review - Important Spring Framework Concepts

Higher Ed
In this video, you will review some of the most important concepts in the Spring framework, such as dependency injection, inversion of control, and aspect-oriented programming. You will see how these concepts are used and why they are...
Instructional Video6:10
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 11 - Quick Review - Important Spring Framework Annotations

Higher Ed
In this video, you will review some of the most important annotations in the Spring framework, such as @Autowired, @ComponentScan, and @Configuration. You will see how these annotations are used and why they are important in Spring.
Instructional Video5:07
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 10 - Exploring Spring Framework Stereotype Annotations - Component and more

Higher Ed
In this video, you will learn about the stereotype annotations in the Spring framework, such as @Component, @Repository, and @Service. You will see how these annotations can be used to simplify your code and improve its readability.
Instructional Video4:11
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 09 - Java Annotations Versus XML Configuration for Java Spring Framework

Higher Ed
In this video, you will compare and contrast the use of annotations and XML configuration in the Spring framework. You will learn about the pros and cons of each approach and when to use one over the other.
Instructional Video4:39
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 06 - Evolution of Jakarta EE - Comparing with J2EE and Java EE

Higher Ed
In this video, you will explore the evolution of Jakarta EE and compare it with J2EE and Java EE.
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 Video8:17
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 01 - Exploring Lazy and Eager Initialization of Spring Framework Beans

Higher Ed
In this video, you will explore lazy and eager initialization of Spring framework beans and learn when to use them.
Instructional Video3:41
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 07 - Why Do We Have Dependencies in Java Spring Applications?

Higher Ed
In this video, you will learn why we have dependencies in Java Spring applications and how to manage them effectively.
Instructional Video4:37
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 06 - Java Spring Framework - Comparing @Component Versus @Bean

Higher Ed
In this video, you will compare @Component and @Bean annotations in Java Spring framework and learn when to use them.
Instructional Video5:34
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 05 - Java Spring Framework - Understanding Important Terminology

Higher Ed
In this video, you will understand important terminology in Java Spring framework, such as inversion of control and dependency injection.
Instructional Video3:00
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 07 - Bringing in Spring Framework to Make Java App Loosely Coupled

Higher Ed
In this video, you will learn how to use the Spring framework to make our Java application loosely coupled. You will learn about the different Spring components that can help us achieve loose coupling and how to use them in our application.
Instructional Video5:08
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 05 - Understanding Loose Coupling and Tight Coupling

Higher Ed
In this video, you will learn about the concepts of loose coupling and tight coupling in software development. We will also gain an understanding of how these concepts apply to the Spring framework and how they can help us develop...
Instructional Video4:47
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 03 - Creating a New Spring Framework Project with Maven and Java

Higher Ed
In this video, you will learn how to create a new Spring framework project using Maven and Java. You will also learn about the different dependencies and configurations required to get started with Spring.
Instructional Video3:08
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 02 - Getting Started with Java Spring Framework

Higher Ed
In this video, we will get started with the Java Spring framework by understanding the learning goal and approach of what we are going to cover in this section.
Instructional Video1:53
Curated Video

Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Review of Project Build

Higher Ed
This video helps you with a review of the project we are building throughout. 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...
Instructional Video6:05
Curated Video

Chatbots Development with Amazon Lex - Responses with Boto

Higher Ed
After creating a query with Boto and obtaining responses from the chatbot, we will look at the responses obtained with Boto.
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 Video6:56
Curated Video

Chatbots Development with Amazon Lex - Starting Lambda Code

Higher Ed
In this video, we will prepare to write the code for the chatbot's functioning; we will import a few required libraries, including JSON, datetime, and time.
Instructional Video4:32
Curated Video

Chatbots Development with Amazon Lex - Visual Builder

Higher Ed
In this video, we will create a conversational flow, plan the utterances, and make the chatbot accept the queries and responses. We will then use the visual builder to set up the visual perspective of the chatbot.