Instructional Video5:04
Curated Video

The Complete Guide to ASP.NET Core MVC (.NET 5) - Process Delayed Payments

Higher Ed
In this video, we'll look at processing delayed payments. This clip is from the chapter "Order Management" of the series "The Complete Guide to ASP.NET Core MVC (.NET 5)".In this section, let's look at order management.
Instructional Video5:02
Curated Video

The Complete Guide to ASP.NET Core MVC (.NET 5) - Demo Project 2 (MVC) Part 2

Higher Ed
In this video, we'll look at a demo for our project 2 (MVC) - part 2. This clip is from the chapter "Introduction" of the series "The Complete Guide to ASP.NET Core MVC (.NET 5)".This is an introductory section to the course.
Instructional Video3:48
Curated Video

Spring Framework Master Class - Java Spring the Modern Way - Step 09-Implementing the findById Spring JDBC Query Method

Higher Ed
This video demonstrates how to implement the findById Spring JDBC Query method. This clip is from the chapter "Spring Level 6 - Interacting with Databases - Spring JDBC, JPA, and Spring Data" of the series "Spring Framework Master Class...
Instructional Video11:04
Curated Video

REST API Automation Testing from Scratch - REST Assured Java - How Jira API Works

Higher Ed
This video demonstrates how Jira API works. This clip is from the chapter "Real-World Example Automating Jira APIs" of the series "REST API Automation Testing from Scratch - REST Assured Java".This section explains how Jira API works and...
Instructional Video4:14
Curated Video

Master Microservices with Spring Boot and Spring Cloud - Step 34 – Implementing a GET Service to Retrieve All Posts of a User

Higher Ed
This video explains the implementation of a GET service to retrieve all posts of a user. This clip is from the chapter "RESTful Web Services with Spring Boot" of the series "Master Microservices with Spring Boot and Spring Cloud".In this...
Instructional Video6:01
Curated Video

Master Microservices with Spring Boot and Spring Cloud - Step 32 – Implementing Zuul Logging Filter

Higher Ed
This video is about implementing Zuul logging filter. This clip is from the chapter "Microservices with Spring Cloud – V1" of the series "Master Microservices with Spring Boot and Spring Cloud".This section focuses on microservices with...
Instructional Video5:47
Curated Video

Master Microservices with Spring Boot and Spring Cloud - Step 14 – Create a JPA Repository – V2

Higher Ed
This video explains how to create a JPA repository. This clip is from the chapter "Microservices with Spring Cloud – V2" of the series "Master Microservices with Spring Boot and Spring Cloud".This section focuses on microservices with...
Instructional Video9:27
Curated Video

Web Security: Common Vulnerabilities And Their Mitigation - Learn by example - how does SQLi work?

Higher Ed
SQL Injection: Learn by example - how does SQLi work? This clip is from the chapter "SQL Injection" of the series "Web Security: Common Vulnerabilities And Their Mitigation".In this section, we will discuss a major security vulnerability...
Instructional Video8:21
Curated Video

Deep Learning CNN Convolutional Neural Networks with Python - Implementation in NumPy ForwardPass

Higher Ed
This video demonstrates the implementation in NumPy ForwardPass. This clip is from the chapter "Gradient Descent in CNNs" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses on gradient...
Instructional Video9:01
Curated Video

Deep Learning CNN Convolutional Neural Networks with Python - Gradients of Convolutional Layer

Higher Ed
This video explains gradients of the convolutional layer. This clip is from the chapter "Gradient Descent in CNNs" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses on gradient descent in...
Instructional Video3:03
Curated Video

Salesforce Platform App Builder Certification Training - Exporting Reports

Higher Ed
This video explains exporting reports. This clip is from the chapter "Lightning Reports and Dashboards" of the series "Salesforce Platform App Builder Certification Training".This section explains Lightning reports and dashboards.
Instructional Video4:53
Curated Video

Figma for UIUX Master Web Design in Figma - Seven Website Tweaks that Show Attention to Detail

Higher Ed
This video explains seven website tweaks that show attention to detail. This clip is from the chapter "The Third Key to Great Web Design" of the series "Figma for UI/UX: Master Web Design in Figma".This section focuses on the third key...
Instructional Video4:25
Curated Video

Figma for UIUX Master Web Design in Figma - Here's Where Sales Are Made…Or Not!

Higher Ed
This video explains the areas where the sales are made and looks at a few insights. This clip is from the chapter "Redesign an Ecommerce Business" of the series "Figma for UI/UX: Master Web Design in Figma".This section focuses on...
Instructional Video1:55
Curated Video

Docker Certified Associate Certification Training Course - None Network

Higher Ed
This video explains None network. This clip is from the chapter "Networking" of the series "Docker Certified Associate (DCA) Certification Training Course".This section explains networking.
Instructional Video2:26
Curated Video

Docker Certified Associate Certification Training Course - Introduction to Docker Volume

Higher Ed
This video explains Docker Volume. This clip is from the chapter "Docker Container Storage and Volumes" of the series "Docker Certified Associate (DCA) Certification Training Course".This section explains Docker container storage and...
Instructional Video4:22
Curated Video

Docker Certified Associate Certification Training Course - Host Network

Higher Ed
This video explains host network. This clip is from the chapter "Networking" of the series "Docker Certified Associate (DCA) Certification Training Course".This section explains networking.
Instructional Video3:30
Curated Video

Docker Certified Associate Certification Training Course - Bridge Network

Higher Ed
This video explains bridge network. This clip is from the chapter "Networking" of the series "Docker Certified Associate (DCA) Certification Training Course".This section explains networking.
Instructional Video2:40
Curated Video

PMI-RMP Certification Training - Monitor Risks Input

Higher Ed
This video explains monitor risks input. This clip is from the chapter "Monitor Risk" of the series "PMI-RMP® Certification Training".This section explains techniques to monitor risks.
Instructional Video5:42
Curated Video

Python In Practice - 15 Projects to Master Python - Containership

Higher Ed
This video explains containership. This clip is from the chapter "Inheritance" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on inheritance.
Instructional Video20:56
Curated Video

Minimal API Development with ASP.NET Core - Additional Endpoints

Higher Ed
This video explains how to extend the endpoints to make some additional endpoints. This clip is from the chapter "Create API Endpoints" of the series "Minimal API Development with ASP.NET Core".This section focuses on creating API...
Instructional Video10:18
Curated Video

Minimal API Development with ASP.NET Core - Add Data Transfer Objects

Higher Ed
This video explains how to add data transfer objects. This clip is from the chapter "Create API Endpoints" of the series "Minimal API Development with ASP.NET Core".This section focuses on creating API endpoints.
Instructional Video1:30
Curated Video

Web Scraping Tutorial with Scrapy and Python for Beginners - What Are User Agents?

Higher Ed
In this video, we will learn about the process of sending a request to a website, and the role of a user agent in handling the details. You will learn about the client and server relationship, and how the browser acts as an agent for the...
Instructional Video3:17
Curated Video

Web Scraping Tutorial with Scrapy and Python for Beginners - Setting Up Custom Callback Function

Higher Ed
In this video, we will learn how to apply the concepts we learned in Scrapy shell to our spider, allowing us to extract specific data from websites more efficiently. The video walks us through the steps of selecting items, using loops to...
Instructional Video14:15
Curated Video

Web Scraping Tutorial with Scrapy and Python for Beginners - Finding the Selectors for Table Data

Higher Ed
In this video, you will learn how to figure out selectors for your web scraping project. The instructor uses the Chrome developer tools to inspect the structure of a table and identifies the groups and table details. You will learn how...