Instructional Video7:11
Curated Video

Salesforce Platform App Builder Certification Training - Demo Two - Adding LWC to Your App Home Record Page

Higher Ed
This video demonstrates adding LWC to your app home record page. This clip is from the chapter "Lightning Web Components" of the series "Salesforce Platform App Builder Certification Training".This section explains Lightning web components.
Instructional Video6:25
Curated Video

Salesforce Platform App Builder Certification Training - Access Levels in OWD

Higher Ed
This video explains access levels in OWD. This clip is from the chapter "Security and Access" of the series "Salesforce Platform App Builder Certification Training".This section explains security and access.
Instructional Video5:52
Curated Video

Raspberry Pi For Beginners - 2022 Complete Course - Project Overview

Higher Ed
This video provides an overview of the project. This clip is from the chapter "Final Project" of the series "Raspberry Pi for Beginners - 2022 Complete Course".This section focuses on the final project.
Instructional Video7:32
Curated Video

Raspberry Pi For Beginners - 2022 Complete Course - List of Materials for This Course and Recommendations

Higher Ed
This video talks about the list of materials for this course and the recommendations from the author's end. This clip is from the chapter "Introduction to the Course" of the series "Raspberry Pi for Beginners - 2022 Complete Course".This...
Instructional Video10:32
Curated Video

Deep Learning CNN Convolutional Neural Networks with Python - Problem Setup - Neural Style Transfer

Higher Ed
This video demonstrates the problem setup. This clip is from the chapter "Neural Style Transfer" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses on the neural style transfer.
Instructional Video5:06
Curated Video

Deep Learning CNN Convolutional Neural Networks with Python - Image Classification Revisited

Higher Ed
This video focuses on image classification revisited. This clip is from the chapter "YOLO" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses on YOLO (You Only Live Once).
Instructional Video6:50
Curated Video

Deep Learning CNN Convolutional Neural Networks with Python - Extending to Multiple Layers

Higher Ed
This video explains extending to multiple layers. 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 CNNs.
Instructional Video7:21
Curated Video

Web Scraping Tutorial with Scrapy and Python for Beginners - Scraping Group and Team Details from a Website

Higher Ed
In this video, we learn how to create a web scraper using Python to extract structured data from a website. The instructor starts by explaining the basic process of web scraping and the tools required. He then demonstrates how to use...
Instructional Video9:22
Curated Video

Web Scraping Tutorial with Scrapy and Python for Beginners - Building the Spider: Extract Teams Data

Higher Ed
In this educational video tutorial, the instructor demonstrates how to scrape data from a website using Scrapy. The video covers how to write a spider to scrape a single page table from a website, select specific data, and store it in a...
Instructional Video6:22
Curated Video

AWS Serverless Microservices with Patterns and Best Practices - AWS Solutions Constructs with Levels L1 - L2 - L3 Pattern Construct

Higher Ed
This video demonstrates AWS solutions constructs with levels L1 - L2 - L3 pattern construct. This clip is from the chapter "AWS Serverless Deployments IaC with AWS CDK (Cloud Development Kit)" of the series "AWS Serverless Microservices...
Instructional Video13:05
Curated Video

AWS Serverless Microservices with Patterns and Best Practices - AWS API Gateway Trigger AWS Lambda with API Gateway Proxy Event (REST API)

Higher Ed
This video talks about the AWS API Gateway trigger AWS Lambda with API Gateway proxy event (REST API). This clip is from the chapter "Developing Product Lambda Microservices CRUD Functions with AWS SDK" of the series "AWS Serverless...
Instructional Video7:53
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - ROC Curve

Higher Ed
This video explains the ROC curve in detail. This clip is from the chapter "SAS Predictive Modeling, Evaluation Metrics" of the series "Complete SAS Programming Guide - Learn SAS and Become a Data Ninja".This section focuses on SAS...
Instructional Video4:25
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - Capturing the Height and Width of WebElement for User Experience (UX) Validation

Higher Ed
This video explains how to capture the height and width of WebElement for UX validation. This clip is from the chapter "Selenium 4.0 - Latest Features" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This...
Instructional Video5:06
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Yolo: Image Classification Revisited

Higher Ed
In this video, we will cover image classification revisited. This clip is from the chapter "Deep learning: Convolutional Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this...
Instructional Video4:07
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - RNN Implementation: Automatic Differentiation

Higher Ed
In this video, we will cover automatic differentiation. This clip is from the chapter "Deep learning: Recurrent Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this section,...
Instructional Video10:58
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Random Variables: Binomial Python Practice

Higher Ed
In this video, we will cover binomial python practice. This clip is from the chapter "Basics for Data Science: Mastering Probability and Statistics in Python" of the series "Data Science and Machine Learning (Theory and Projects) A to...
Instructional Video5:30
Curated Video

How to Read an Electrocardiogram (ECG/EKG)

Higher Ed
Making Biology Fun. In this video, I go through the P wave, QRS complex, T and U waves of the Electrocardiagram and go into the details of what each of them represents. Enjoy!
Instructional Video7:12
Curated Video

033 The Receptive Field of a Ganglion Cell

Higher Ed
In this episode, I talk about receptive field of ganglion cells, showing how rods and cones are connected to bipolar cells that are then connected to Ganglion cells. The more bipolar cells you have connected to Ganglion cells, the larger...
Instructional Video3:08
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 10 - Exploring Spring Boot DevTools

Higher Ed
In this lesson, we will talk about Spring Boot DevTools. This clip is from the chapter "Getting Started with Spring Boot" of the series "Java Programming for Complete Beginners - Java 16".This section focusses on building a Hello World...
Instructional Video8:51
Curated Video

Master Hibernate and JPA with Spring Boot in 100 Steps - Step 86 - Performance Tuning - Avoid N+1 Problems

Higher Ed
In this video, we will cover performance tuning - avoid N+1 problems. This clip is from the chapter "Performance Tuning Tips with Hibernate and JPA" of the series "Master Hibernate and JPA with Spring Boot in 100 Steps".In this section,...
Instructional Video9:28
Curated Video

Master Hibernate and JPA with Spring Boot in 100 Steps - Step 33 - ManyToOne Mapping - Wrapping Up

Higher Ed
In this video, we will cover ManyToOne mapping - wrapping up. This clip is from the chapter "Establishing Relationships with JPA and Hibernate - OneToMany and ManyToMany" of the series "Master Hibernate and JPA with Spring Boot in 100...
Instructional Video3:48
Curated Video

Master Hibernate and JPA with Spring Boot in 100 Steps - Step 09 - Implementing findByID Spring JDBC Query Method

Higher Ed
In this video, we will implement findByID Spring JDBC query method. 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, you will learn...
Instructional Video9:00
Curated Video

The Complete Guide to ASP.NET Core MVC (.NET 5) - Place Order with Stripe Payment

Higher Ed
In this video, we'll look at placing order with Stripe payment. This clip is from the chapter "Summary and Payments" of the series "The Complete Guide to ASP.NET Core MVC (.NET 5)".In this section, let's look at summary and payments.
Instructional Video1:17
Curated Video

The Complete Guide to ASP.NET Core MVC (.NET 5) - AppSettings

Higher Ed
In this video, we'll look at AppSettings. This clip is from the chapter "Razor Projects in ASP.NET Core" of the series "The Complete Guide to ASP.NET Core MVC (.NET 5)".In this section, let's look at Razor projects in ASP.NET Core.