Curated Video
The Complete Guide to ASP.NET Core MVC (.NET 5) - Process Delayed Payments
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.
Curated Video
The Complete Guide to ASP.NET Core MVC (.NET 5) - Demo Project 2 (MVC) Part 2
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.
Curated Video
Spring Framework Master Class - Java Spring the Modern Way - Step 09-Implementing the findById Spring JDBC Query Method
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...
Curated Video
REST API Automation Testing from Scratch - REST Assured Java - How Jira API Works
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...
Curated Video
Master Microservices with Spring Boot and Spring Cloud - Step 34 – Implementing a GET Service to Retrieve All Posts of a User
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...
Curated Video
Master Microservices with Spring Boot and Spring Cloud - Step 32 – Implementing Zuul Logging Filter
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...
Curated Video
Master Microservices with Spring Boot and Spring Cloud - Step 14 – Create a JPA Repository – V2
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...
Curated Video
Web Security: Common Vulnerabilities And Their Mitigation - Learn by example - how does SQLi work?
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...
Curated Video
Deep Learning CNN Convolutional Neural Networks with Python - Implementation in NumPy ForwardPass
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...
Curated Video
Deep Learning CNN Convolutional Neural Networks with Python - Gradients of Convolutional Layer
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...
Curated Video
Salesforce Platform App Builder Certification Training - Exporting Reports
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.
Curated Video
Figma for UIUX Master Web Design in Figma - Seven Website Tweaks that Show Attention to Detail
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...
Curated Video
Figma for UIUX Master Web Design in Figma - Here's Where Sales Are Made…Or Not!
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...
Curated Video
Docker Certified Associate Certification Training Course - None Network
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.
Curated Video
Docker Certified Associate Certification Training Course - Introduction to Docker Volume
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...
Curated Video
Docker Certified Associate Certification Training Course - Host Network
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.
Curated Video
Docker Certified Associate Certification Training Course - Bridge Network
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.
Curated Video
PMI-RMP Certification Training - Monitor Risks Input
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.
Curated Video
Python In Practice - 15 Projects to Master Python - Containership
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.
Curated Video
Minimal API Development with ASP.NET Core - Additional Endpoints
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...
Curated Video
Minimal API Development with ASP.NET Core - Add Data Transfer Objects
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.
Curated Video
Web Scraping Tutorial with Scrapy and Python for Beginners - What Are User Agents?
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...
Curated Video
Web Scraping Tutorial with Scrapy and Python for Beginners - Setting Up Custom Callback Function
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...
Curated Video
Web Scraping Tutorial with Scrapy and Python for Beginners - Finding the Selectors for Table Data
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...