Curated Video
Fundamentals of Machine Learning - Support Vector Machine (SVM) - Labs
This video explains a lab session on Support Vector Machines or SVM. This clip is from the chapter "Labs" of the series "Fundamentals of Machine Learning".This section explains the various lab exercises on linear regression, ridge...
Curated Video
Deep Learning - Deep Neural Network for Beginners Using Python - Final Project Part 1
In this first video, we will understand our project goals. Next, we will explore the Iris dataset, then learn how to update and split the data. This clip is from the chapter "Final Project" of the series "Deep Learning - Deep Neural...
Curated Video
AWS Cloud Development Kit - From Beginner to Professional - Import Pre-Existing External Resources: S3, VPC
This video explains how to import pre-existing external resources: S3, VPC. This clip is from the chapter "CDK Stacks: Resources and Reusability" of the series "AWS Cloud Development Kit - From Beginner to Professional".In this section,...
Curated Video
AWS Cloud Development Kit - From Beginner to Professional - API Gateway: An HTTP Endpoint for Your Lambda Function
This video explains API gateway: an HTTP endpoint for your Lambda function. This clip is from the chapter "Create and Deploy Serverless Application Resources" of the series "AWS Cloud Development Kit - From Beginner to Professional".In...
Curated Video
Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Performing the Linear Regression
In this video, you will be performing the linear regression. This clip is from the chapter "Statistical Analysis – Part 2 (Linear and Multiple Regression)" of the series "Complete SAS Programming Guide - Learn SAS and Become a Data...
Curated Video
Describe computer programming : Bugs
From the section: Common Coding Concepts.This section will cover common coding concepts such as Scratch setup, bugs, pseudocode, decomposition, commenting and many more. Common Coding Concepts: Bugs
Curated Video
Elasticsearch 7 and Elastic Stack - In Depth and Hands On! - Logstash and MySQL - Part 1
This is the first part of the two-part video that explains how to use Logstash and MySQL to import data into your index. This clip is from the chapter "Importing Data into Your Index (Big or Small)" of the series "Elasticsearch 7 and...
Curated Video
Mastering Spring Framework Fundamentals - Using the Classpath XML Application Context
This video demonstrates how to use the alert, confirm, and prompt keywords. This clip is from the chapter "Variables and Data Types" of the series "TypeScript for Beginners".This section introduces you to variables and data types and...
Curated Video
The Complete React Developer Course (with Hooks and Redux) - Testing ExpenseListFilters
In this video you'll write test cases for the ExpenseListFilters component. This clip is from the chapter "Testing Your Application" of the series "The Complete React Developer Course (with Hooks and Redux)".This section deals with...
Curated Video
The Complete React Developer Course (with Hooks and Redux) - Importing npm Modules
In this video you'll learn how you can use import to load in 3rd-party npm modules. This clip is from the chapter "Webpack" of the series "The Complete React Developer Course (with Hooks and Redux)".Learn about Webpack here.
Curated Video
The Complete React Developer Course (with Hooks and Redux) - Public Only Routes
In this video you'll setup a higher order component to prevent users from navigating to a given route unless they're logged out. This clip is from the chapter "Firebase Authentication" of the series "The Complete React Developer Course...
Curated Video
The Modern JavaScript Bootcamp (2019) - JavaScript Modules: Part II
In this video, you’re going to continue exploring the module system provided by webpack. This clip is from the chapter "(NEW) Cutting-Edge JavaScript with Babel and Webpack" of the series "The Modern JavaScript Bootcamp (2019)".In this...
Curated Video
The Modern JavaScript Bootcamp (2019) - Converting Notes App: Part III
In this video, you’re going to continue converting the notes application. This clip is from the chapter "(NEW) Cutting-Edge JavaScript with Babel and Webpack" of the series "The Modern JavaScript Bootcamp (2019)".In this section, we’ll...
Curated Video
The Modern JavaScript Bootcamp (2019) - Converting Notes App: Part II
In this video, you’re going to continue converting the notes application. This clip is from the chapter "(NEW) Cutting-Edge JavaScript with Babel and Webpack" of the series "The Modern JavaScript Bootcamp (2019)".In this section, we’ll...
Curated Video
Master Hibernate and JPA with Spring Boot in 100 Steps - Step 01 - Setting Up a Project with JDBC, JPA, H2, and Web Dependencies
In this video, will cover setting up a project with JDBC, JPA, H2, and web dependencies. 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...
Curated Video
The Complete Ethical Hacking Bootcamp: Beginner To Advanced - Fixing Backdoor Bugs and Adding Functions
In this video, you'll learn to fix backdoor bugs and add functions. This clip is from the chapter "Developing an Advanced Backdoor" of the series "The Complete Ethical Hacking Bootcamp: Beginner To Advanced".In this section, you'll learn...
Curated Video
The Complete Guide to ASP.NET Core MVC (.NET 5) - Creating Admin Area and configuring View Import and View Start
In this video, we'll be creating admin area and configuring view import and view start. This clip is from the chapter "Setting Up a Project - Bulky Book" of the series "The Complete Guide to ASP.NET Core MVC (.NET 5)".In this section,...
Curated Video
REST APIs with Flask and Python - Writing Your Item Resources to a Database
This video explains how to write your item resources to a database. This clip is from the chapter "Storing Resources in a SQL Database" of the series "REST APIs with Flask and Python".This section explains the various aspects of storing...
Curated Video
REST APIs with Flask and Python - Tables and Columns in SQLAlchemy
This video explains tables and columns in SQLAlchemy. This clip is from the chapter "Simplifying Storage with Flask SQLAlchemy" of the series "REST APIs with Flask and Python".This section explains all the aspects of simplifying storage...
Curated Video
REST APIs with Flask and Python - Relative Imports in Python
This video explains relative imports in Python. This clip is from the chapter "A Full Python Refresher" of the series "REST APIs with Flask and Python".This section covers the various concepts that will help refresh your Python knowledge.
Curated Video
REST APIs with Flask and Python - Performing Token Refresh in Your Rest API
This video demonstrates how to perform a token refresh in your REST API. This clip is from the chapter "Token refreshing and Flask-JWT extended" of the series "REST APIs with Flask and Python".This section refreshes your knowledge of...
Curated Video
REST APIs with Flask and Python - Easily Displaying the ItemList Resource with SQLAlchemy
This video explains how to easily display the ItemList resource with the help of SQLAlchemy. This clip is from the chapter "Simplifying Storage with Flask SQLAlchemy" of the series "REST APIs with Flask and Python".This section explains...
Curated Video
Python for Everybody: The Ultimate Python 3 Bootcamp - Name and Main
Why does "Name and Main" sound like a steakhouse? It has nothing to do with steak. But it does have everything to do with imports and executing file data. This clip is from the chapter "Advanced Python" of the series "Python for...
Curated Video
Python for Everybody: The Ultimate Python 3 Bootcamp - Installing 3rd Party Packages
Python has one of the largest 3rd party ecosystems in the world. If you need something special, chances are someone has made an open source package already. Might as well use their code! This clip is from the chapter "Advanced Python" of...