Instructional Video5:45
Curated Video

Master Hibernate and JPA with Spring Boot in 100 Steps - Step 06 - Execute the findAll Method using CommandLineRunner

Higher Ed
In this video, will execute the findAll method using CommandLineRunner.
r/>
This clip is from the chapter "Journey From Spring JDBC to JPA" of the series "Master Hibernate and JPA with Spring Boot in 100 Steps".In this section,...
Instructional Video5:45
Curated Video

Spring Framework Master Class - Java Spring the Modern Way - Step 06 - Executing the findAll Method Using CommandLineRunner

Higher Ed
This video demonstrates how to execute the findAll method using CommandLineRunner.
r/>
This clip is from the chapter "Spring Level 6 - Interacting with Databases - Spring JDBC, JPA, and Spring Data" of the series "Spring...
Instructional Video4:27
Curated Video

Spring Framework Master Class - Java Spring the Modern Way - Step 22 - Defining Spring ApplicationContext using XML - Part 2

Higher Ed
This video is the second part of the two-part video that demonstrates how to define the Spring ApplicationContext using XML.
r/>
This clip is from the chapter "Spring Level 2 - Spring Framework in Depth" of the series "Spring...
Instructional Video5:15
Curated Video

Spring Framework Master Class - Java Spring the Modern Way - Step 02 - Setting Up AOP Example - Part 2

Higher Ed
This video is the second part of a two-part video that demonstrates how to set up an AOP example.
r/>
This clip is from the chapter "Spring Level 5 - Spring AOP" of the series "Spring Framework Master Class - Java Spring the...
Instructional Video10:43
Curated Video

Data Analytics using Python Visualizations - Plotting 2D Histograms

Higher Ed
This video explains plotting 2D histograms.
<
br/>
This clip is from the chapter "Matplotlib and Seaborn – Libraries and Techniques" of the series "Data Analytics Using Python Visualizations".This section introduces you to...
Instructional Video5:41
Curated Video

Arduino OOP - Create a Header File for the Class

Higher Ed
In this video, you will learn how to create a header file for the class.
<
br/>
This clip is from the chapter "Organize the Class in a Clear Way" of the series "Arduino OOP — Object-Oriented Programming".In this section, you will...
Instructional Video4:20
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - __main__ module

Higher Ed
You will learn to add a module to another module, that is, another module to your primary or main module.
<
br/>
This clip is from the chapter "Modules" of the series "The Ultimate Guide to Python Programming with Python 3.10".This...
Instructional Video5:08
Curated Video

Python In Practice - 15 Projects to Master Python - Slicing Columns, Rows, and Values from Pandas DataFrames

Higher Ed
This video explains slicing columns, rows, and values from Pandas DataFrames.
<
br/>
This clip is from the chapter "Advanced Level: Data Science" of the series "Python in Practice - 15 Projects to Master Python".This section focuses...
Instructional Video9:17
Curated Video

Python In Practice - 15 Projects to Master Python - Getting Book ID from the Add to Cart Button

Higher Ed
This video helps in getting the book ID from the Add to Cart button.<br<br/>/>

This clip is from the chapter "eBook Web Store" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on the eBook web store.
Instructional Video3:32
Curated Video

Python In Practice - 15 Projects to Master Python - Arbitrary Keyword Arguments (**kwargs)

Higher Ed
This video explains arbitrary keyword-arguments, or **kwargs, and how to pass multiple key-value pairs to a function.
<
br/>
This clip is from the chapter "Functions" of the series "Python in Practice - 15 Projects to Master...
Instructional Video5:53
Curated Video

Reinforcement Learning and Deep RL Python Theory and Projects - DNN Gradient Descent

Higher Ed
This video demonstrates about gradient descent.
<
br/>
This clip is from the chapter "DNN Foundation for Deep RL" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This section focuses on the DNN...
Instructional Video4:56
Curated Video

AWS Serverless Microservices with Patterns and Best Practices - Explore CDK Project Directory

Higher Ed
This video helps explore CDK project directory.
<
br/>
This clip is from the chapter "Getting Started with AWS CDK by Developing Our First CSK Application" of the series "AWS Serverless Microservices with Patterns and Best...
Instructional Video7:23
Curated Video

AWS Serverless Microservices with Patterns and Best Practices - Environment Variable of Postman Collection - Best Practice Provisioned API URLs

Higher Ed
This video explains the environment variable of Postman Collection—best practice provisioned API URLs.
<
br/>
This clip is from the chapter "Developing Product Lambda Microservices CRUD Functions with AWS SDK" of the series "AWS...
Instructional Video13:19
Curated Video

The Art of Doing - Python Network Applications with Sockets - Terminal Chat Room Part 2 - Adding Functionality

Higher Ed
In this second part, you are going to learn how to add functionality.
<
br/>
This clip is from the chapter "Creating a Terminal Chat Room with the Threading Module" of the series "The Art of Doing - Python Network Applications with...
Instructional Video10:14
Curated Video

The Art of Doing - Python Network Applications with Sockets - Basic Two-Way Chat Part 1 - Server/Client Setup

Higher Ed
In this first part, you are going to learn how to set up our server/client side for our basic two-way chat via terminal.
<
br/>
This clip is from the chapter "Creating TCP and UDP Connections with the Socket Module" of the series...
Instructional Video10:25
Curated Video

Agile Scrum Master Certification Exam Prep (CSM) - Definition of Done

Higher Ed
Let's look at an important artifact of the scrum, which is "done", defined when a product increment or backlog item is described.
<
br/>
This clip is from the chapter "Scrum Artifacts" of the series "Agile Scrum Master Certification...
Instructional Video10:00
Curated Video

Agile Scrum Master Certification Exam Prep (CSM) - Agile Manifesto Principles

Higher Ed
This video elaborates on the Agile manifesto principles one through five that focuses on customer satisfaction, changing requirements, developing teamwork, and creating a motivational environment support.
<
br/>
This clip is from...
Instructional Video14:29
Curated Video

Fundamentals of Neural Networks - Lab 2 - Introduction to TensorFlow – Remove the Throat-Clearing Sound in the Start of the Video

Higher Ed
This video demonstrates some basic operations in TensorFlow such as objects and we will apply some mathematical operations to the Tensor objects.
<
br/>
This clip is from the chapter "Artificial Neural Networks" of the series...
Instructional Video6:26
Packt

Fundamentals of Neural Networks - Forward Propagation

Higher Ed
This video explains forward propagation and will dive deeper into the architecture of neural networks. This clip is from the chapter "Artificial Neural Networks" of the series "Fundamentals in Neural Networks".This section explains...
Instructional Video6:42
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - Variable Scope

Higher Ed
Here, we will define a value set to 0 and then change it using a function called num using the print num function.
<
br/>
This clip is from the chapter "High-Level Ops" of the series "The Ultimate Guide to Python Programming with...
Instructional Video10:12
Curated Video

Python - Object-Oriented Programming - Arithmetic Operations on Objects

Higher Ed
You will learn about the different types of operators like the +, /, -, and * and how to concatenate strings. You will learn to use magic methods for mathematical operators.
<
br/>
This clip is from the chapter "Magic Functions" of...
Instructional Video10:41
Curated Video

Python - Object-Oriented Programming - Abstract Methods

Higher Ed
This video teaches us the implementation of methods for different classes. You will learn about parent and child classes. We will understand what abstract methods are.
<
br/>
This clip is from the chapter "Inheritance and...
Instructional Video7:00
Curated Video

Data Structures and Algorithms The Complete Masterclass - Recursion: Control of a Function – Part 1

Higher Ed
This is the first part of the four-part recursion-based video that explains the control of a function in data structures.
<
br/>
This clip is from the chapter "Essential Concepts - II" of the series "Data Structures and Algorithms:...
Instructional Video6:23
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Pandas for Data Manipulation: Pandas Series

Higher Ed
In this video, we will cover Pandas series.
<
br/>
This clip is from the chapter "Basics for Data Science: Python for Data Science and Data Analysis" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In...