Instructional Video4:44
Curated Video

Master Hibernate and JPA with Spring Boot in 100 Steps - Step 35 - ManyToMany Mapping - Adding Annotations on Entities

Higher Ed
In this video, we will cover ManyToMany mapping - adding annotations on entities. This clip is from the chapter "Establishing Relationships with JPA and Hibernate - OneToMany and ManyToMany" of the series "Master Hibernate and JPA with...
Instructional Video8:09
Curated Video

Web Security: Common Vulnerabilities And Their Mitigation - Types of SQL injection

Higher Ed
SQL Injection: Types of SQL injection 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 that might...
Instructional Video9:55
Curated Video

Selenium Python Automation Testing from Scratch and Frameworks - Building a Utility to Retrieve Values

Higher Ed
This video demonstrates how to build a utility to retrieve values. This clip is from the chapter "Part V-Reading and Writing Data from Excel to Selenium Python Framework" of the series "Selenium Python Automation Testing from Scratch and...
Instructional Video10:02
Curated Video

Converting Decimal Numbers to Binary Numbers

Pre-K - Higher Ed
Learn how to convert decimal numbers to binary numbers by understanding the base system and place value. In decimal, based on 10 digits, each place represents a power of 10. In binary, based on 2 digits (0 and 1), each place represents a...
Instructional Video5:35
Curated Video

Understanding ASCII and Unicode

Pre-K - Higher Ed
A short tutorial that explains what ASCII and Unicode are, how they work, and what the difference is between them; for students studying GCSE Computer Science.
Instructional Video4:02
Curated Video

Robotic Process Automation - UiPath RPA Developer Masterclass - Data Scraping - Part 2

Higher Ed
In this video, you will learn about extracting structured information from websites and applications using the modern design experience. This clip is from the chapter "Tech Primer – Automation Activities" of the series "Robotic Process...
Instructional Video9:27
Curated Video

pandas for Python - A Quick Guide - Introduction to Pandas Data Frame

Higher Ed
In this lesson, you will learn about the second primary data structure called Pandas Data Frame, which is a tabular data structure. We will understand the data frame and its operability. We will also learn about the Pandas dictionary....
Instructional Video9:06
Curated Video

Job-Ready SQL in an Afternoon - Subqueries

Higher Ed
In this video, we will cover subqueries. This clip is from the chapter "Joins, Unions, and Subqueries" of the series "Job-Ready SQL in an Afternoon".In this section, we will cover joins, unions, and subqueries.
Instructional Video10:23
Curated Video

Job-Ready SQL in an Afternoon - Conditional Filtering Grouped Comparisons

Higher Ed
In this video, we will cover conditional filtering grouped comparisons. This clip is from the chapter "Conditionals and Arithmetic" of the series "Job-Ready SQL in an Afternoon".In this section, we will cover conditionals and arithmetic.
Instructional Video6:57
Curated Video

Job-Ready SQL in an Afternoon - Aggregation Functions

Higher Ed
In this video, we will cover aggregation functions. This clip is from the chapter "Dates, Times, and Manipulating Data" of the series "Job-Ready SQL in an Afternoon".In this section, we will cover dates, times, and manipulating data.
Instructional Video6:26
Curated Video

Data Analytics using Python Visualizations - Working with Layouts - Row / Column / Grid

Higher Ed
This video explains working with layouts – row / column / grid. This clip is from the chapter "Working with the Beautiful and Powerful Bokeh Library" of the series "Data Analytics Using Python Visualizations".This section explains...
Instructional Video3:52
Curated Video

Python for Machine Learning - The Complete Beginners Course - Implementation in Python: Exploring the Dataset

Higher Ed
In this video, we will first explore our dataset, then learn how to import and read our dataset in Python. This clip is from the chapter "Multiple Linear Regression" of the series "Python for Machine Learning - The Complete Beginner's...
Instructional Video4:46
Curated Video

Python for Machine Learning - The Complete Beginners Course - Implementation in Python: Encoding Categorical Data - Multiple Linear Regression

Higher Ed
In this video, you will learn how to encode categorical data. This clip is from the chapter "Multiple Linear Regression" of the series "Python for Machine Learning - The Complete Beginner's Course".In this section, we will cover multiple...
Instructional Video7:36
Curated Video

Deep Learning CNN Convolutional Neural Networks with Python - RGB Images

Higher Ed
This video explains RGB images. This clip is from the chapter "Image Processing" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses on image processing.
Instructional Video5:05
Curated Video

Figma for UIUX Master Web Design in Figma - Create the Foundation for the Footer

Higher Ed
This video demonstrates creating the foundation for the footer. This clip is from the chapter "First Web Design Project" of the series "Figma for UI/UX: Master Web Design in Figma".This section focuses on the first web design project.
Instructional Video7:50
Curated Video

Snowflake - Build and Architect Data Pipelines Using AWS - Introduction to Partitions and clustering keys

Higher Ed
This video demonstrates an introduction to partitions and clustering keys. This clip is from the chapter "Snowflake – Partitioning, Clustering, and Performance Optimization" of the series "Snowflake - Build and Architect Data Pipelines...
Instructional Video11:20
Curated Video

Machine Learning Random Forest with Python from Scratch - Using Pandas for Random Forest (1)

Higher Ed
This video introduces us to Pandas data structures and analysis tools, which help make data easy to handle and intuitive. This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random Forest with...
Instructional Video4:37
Curated Video

Machine Learning Random Forest with Python from Scratch - Feature Importance

Higher Ed
After understanding features in a previous lesson, we will look at finding the most critical features' probability. This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random Forest with Python...
Instructional Video8:01
Curated Video

Minimal API Development with ASP.NET Core - Extend User Class

Higher Ed
This video explains how to extend our user class. This clip is from the chapter "Securing a Minimal API" of the series "Minimal API Development with ASP.NET Core".This section focuses on securing a Minimal API.
Instructional Video15:33
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - Filter the Web Table using Selenium JavaStreams

Higher Ed
This video explains how to filter the web table using Selenium JavaStreams. This clip is from the chapter "Selenium Java Streams - Automate Sort, Pagination, and Filtering the Web Tales" of the series "Selenium WebDriver with Java -...
Instructional Video3:25
Curated Video

Business Intelligence with Microsoft Power BI - with Material - Formatting Numbers in a Table

Higher Ed
This video explains how to format numbers in a table. This clip is from the chapter "Tables and Matrix in Power BI" of the series "Business Intelligence with Microsoft Power BI - with Material".This section provides an introduction to...
Instructional Video2:30
Curated Video

Business Intelligence with Microsoft Power BI - with Material - Difference between Dates

Higher Ed
This video explains how to differentiate between dates. This clip is from the chapter "Date Functions" of the series "Business Intelligence with Microsoft Power BI - with Material".This section explains the date functions in detail.
Instructional Video3:03
Curated Video

Business Intelligence with Microsoft Power BI - with Material - Conditional Column- Comparing Two Columns

Higher Ed
This video explains how to compare two different columns using Conditional Column. This clip is from the chapter "Introduction to Conditional Column and Column from Examples" of the series "Business Intelligence with Microsoft Power BI -...
Instructional Video8:51
Curated Video

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

Higher Ed
In this video, we will cover Pandas data frame. 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 this...