Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 11 - Questions about Spring Framework - What Will We Learn?
In this video, we will get answers to some common questions about the Spring framework.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 07 - Bringing in Spring Framework to Make Java App Loosely Coupled
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.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 05 - Understanding Loose Coupling and Tight Coupling
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...
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 03 - Creating a New Spring Framework Project with Maven and Java
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.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 02 - Getting Started with Java Spring Framework
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.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Project: Payroll System Simulation - Part 2
We will continue with the second part of the payroll system and look at how to create changes or updates to the classes used.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Abstract Class
This lesson will teach us how to create a class to represent concepts rather than objects.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Module 3 Summary
This video briefly outlines the concepts learned in the module in a quick refresher.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Interfaces
This video elaborates on interfaces, how an interface determines the software's features, and how they can be implemented.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - The 4 Pillars Of OOP
This video illustrates the four major pillars of object-oriented programming: encapsulation, abstraction, polymorphism, and inheritance.
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 - Module Objectives - Understanding OOP Architecture and Design concepts
This brief video outlines the concepts we will learn in this module, including OOP architecture and design.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - DateTime
We will look at the Java built-in API that contains classes for representing data and time, the java.util, java.time, java.sql, and java.text packages.
Curated Video
Deep Learning - Crash Course 2023 - Types of Problems
In this video, we will have a look at different types of problems like multi-class classification and regression. This clip is from the chapter "Applying Deep Learning" of the series "Deep Learning - Crash Course 2023".In this section,...
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Use the System
Be sure to use the system to your advantage as you work toward studying and passing your CSA-A exam.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Classes and Structs
This video talks about the classes and structs.
Curated Video
The Art of Doing - Web Development for Beginners - Search Engine Project Part 3
In this video, we will give style to our search engine name "Eramoogle", just like Google. You will learn how to add custom styles to text elements and align them according to the desired layout. This clip is from the chapter "CSS Layout...
Curated Video
Behavioral Design Patterns in C++ - Introduction-Template Method
This video provides an introduction to the template method pattern. This clip is from the chapter "Template Method" of the series "Behavioral Design Patterns in C++".In this section, we explore the template method behavioral design...
Curated Video
Behavioral Design Patterns in C++ - Pros and Cons-Strategy Pattern
This video talks about the pros and cons of the strategy pattern. This clip is from the chapter "Strategy" of the series "Behavioral Design Patterns in C++".In this section, you will learn about the strategy pattern.
Curated Video
Behavioral Design Patterns in C++ - Introduction-Strategy Pattern
This video provides an introduction to strategy. This clip is from the chapter "Strategy" of the series "Behavioral Design Patterns in C++".In this section, you will learn about the strategy pattern.
Curated Video
Behavioral Design Patterns in C++ - Overview of Class Diagram
This video provides an overview of the class diagram. This clip is from the chapter "Basic Concepts" of the series "Behavioral Design Patterns in C++".This section focuses on basic concepts of design patterns.
Curated Video
Behavioral Design Patterns in C++ - Why You Should Take This Course
This clip is from the chapter "Introduction to the Course" of the series "Behavioral Design Patterns in C++".This section provides an introduction to the entire course.
Curated Video
Behavioral Design Patterns in C++ - TextPad - VII
This video gives an overview of the implementation so far and also explains an alternative approach through classes. This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section, we will...
Curated Video
Behavioral Design Patterns in C++ - Spreadsheet Application - IV
In this video, we will refactor our design to use the strategy pattern step-by-step. This clip is from the chapter "Strategy" of the series "Behavioral Design Patterns in C++".In this section, you will learn about the strategy pattern.