Instructional Video2:05
Curated Video

HTML CSS and JavaScript for Beginners - A Web Design Course - HTML Tables with Style

Higher Ed
In this video, we'll learn about HTML tables with style. This clip is from the chapter "Learn HTML Course Section" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".Learn about HTML here. You will learn about...
Instructional Video4:45
Curated Video

HTML CSS and JavaScript for Beginners - A Web Design Course - What is an Element

Higher Ed
In this video, we'll learn what is an element. This clip is from the chapter "Learn HTML Course Section" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".Learn about HTML here. You will learn about Element,...
Instructional Video5:42
Curated Video

Creational Design Patterns in Modern C++ - Fluent Builder

Higher Ed
This video highlights an alternative implementation of the builder that uses a fluent interface. This clip is from the chapter "Builder" of the series "Creational Design Patterns in Modern C++".This section explains all about the...
Instructional Video5:43
Curated Video

Creational Design Patterns in Modern C++ - File Example - Introduction

Higher Ed
This video introduces you to the file example. • Go through the Qt documentation • Understand that signals get emitted when something happens • Learn that slots can be “connected” to signals to react to events This clip is from the...
Instructional Video4:38
Curated Video

Frontend Web Development Bootcamp - Build a Twitter Clone - Images

Higher Ed
HTML Crash Course: Images This clip is from the chapter "HTML Crash Course" of the series "Frontend Web Development Bootcamp: Build a Twitter Clone".This section explains about HTML, Headings, Paragraphs, Lists, Links and so on.
Instructional Video5:09
Curated Video

Frontend Web Development Bootcamp - Build a Twitter Clone - Manipulate the Attributes

Higher Ed
DOM Crash Course: Manipulate the Attributes This clip is from the chapter "DOM Crash Course" of the series "Frontend Web Development Bootcamp: Build a Twitter Clone".This section is about DOM, DOM styles and classes, events etc
Instructional Video5:56
Curated Video

HTML CSS and JavaScript for Beginners - A Web Design Course - Image and Form Attributes

Higher Ed
In this video, we'll cover image and form attributes. This clip is from the chapter "Learn jQuery" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".In this section, you will learn about jQuery, selecting with...
Instructional Video3:43
Curated Video

HTML CSS and JavaScript for Beginners - A Web Design Course - Creating and Using CSS File

Higher Ed
In this video, we'll cover creating and using CSS file. This clip is from the chapter "CSS Section" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".This section is about CSS; learn basics of CSS, CSS inline...
Instructional Video2:04
The Business Professor

Beta Test

Higher Ed
This Video Explains the Beta Test
Instructional Video3:50
Curated Video

HTML CSS and JavaScript for Beginners - A Web Design Course - Divs and Spans to Organize Content

Higher Ed
In this video, we'll learn about Divs and Spans to organize content. This clip is from the chapter "Learn HTML Course Section" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".Learn about HTML here. You will...
Instructional Video5:37
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Class Attributes

Higher Ed
Classes have attributes. Not sure what a Python class attribute is? That means this lesson is for you. This clip is from the chapter "Advanced Python" of the series "Python for Everybody: The Ultimate Python 3 Bootcamp".This section...
Instructional Video6:34
Curated Video

Python 3 for Beginners: Importing, Using, and Managing Module Search Path

Higher Ed
In this video, you will learn about Python modules - files with a .py extension that contain a set of attributes, methods, and classes. You will learn how to include modules in your Python program using the import statement followed by...
Instructional Video7:03
Curated Video

Practical Python: Learn Python Basics Step by Step- Python 3 - Inheritance - Derive a Class from Another Class

Higher Ed
This video gives an overview of inheritance and demonstrates how to derive a class from another class. This clip is from the chapter "Extra: Python OOP" of the series "Practical Python: Learn Python Basics Step by Step- Python 3".In this...
Instructional Video6:17
Curated Video

Practical Python: Learn Python Basics Step by Step- Python 3 - Create an Object (Instance) from Your Class

Higher Ed
This video demonstrates how to create object (instance) from a class. This clip is from the chapter "Extra: Python OOP" of the series "Practical Python: Learn Python Basics Step by Step- Python 3".In this section, the author gives a...
Instructional Video13:25
Curated Video

Selenium Python Automation Testing from Scratch and Frameworks - Identifying Xpath and CSS

Higher Ed
This video explains Xpath and CSS. This clip is from the chapter "Different Types of Locators in WebDriver API with Examples" of the series "Selenium Python Automation Testing from Scratch and Frameworks".This section explains how to use...
Instructional Video4:12
Curated Video

AWS Serverless Microservices with Patterns and Best Practices - AWS DynamoDB Primary Key, Partition Key, and Sort Key

Higher Ed
This video explains the AWS DynamoDB primary key, partition key, and sort key. This clip is from the chapter "AWS DynamoDB Serverless NoSQL Data Persistence" of the series "AWS Serverless Microservices with Patterns and Best...
Instructional Video3:27
Curated Video

No-Code Machine Learning Using Amazon AWS SageMaker Canvas - Adding Training Data

Higher Ed
In this video, you will learn how to add training data. This clip is from the chapter "Project 1 - Banknote Authentication" of the series "No-Code Machine Learning Using Amazon AWS SageMaker Canvas".In this section, we will work on a...
Instructional Video1:40
Bill Carmody

Project Attributes

Higher Ed
In this video, Bill Carmody discusses the five key attributes of a project. He emphasizes the importance of having a definite start and end point, a funded budget, a clear prototype for mass production, instant changes and benefits, and...
Instructional Video5:48
Curated Video

Master Hibernate and JPA with Spring Boot in 100 Steps - Step 17 - JPA and Hibernate Annotations - @Column

Higher Ed
In this video, we will cover JPA and Hibernate annotations - @Column. This clip is from the chapter "JPA and Hibernate in Depth" of the series "Master Hibernate and JPA with Spring Boot in 100 Steps".In this section, you will learn about...
Instructional Video9:18
Curated Video

Modern HTML and CSS from the Beginning (Including Sass) - Deploy & Contact Form With Spam Filter

Higher Ed
Portfolio Website With Sass: Deploy & Contact Form With Spam Filter This clip is from the chapter "Portfolio Website With Sass" of the series "Modern HTML and CSS from the Beginning (Including Sass)".In this Section, we’ll create a...
Instructional Video4:49
Curated Video

Practical Python: Learn Python Basics Step by Step- Python 3 - Create a Python Class

Higher Ed
This video demonstrates how to create a class in Python. This clip is from the chapter "Extra: Python OOP" of the series "Practical Python: Learn Python Basics Step by Step- Python 3".In this section, the author gives a concise...
Instructional Video4:13
Curated Video

Arduino OOP - Introduction - Your Turn - Push Button Class

Higher Ed
In this video, we will have a quick section introduction. This clip is from the chapter "Your Turn - Push Button Class" of the series "Arduino OOP — Object-Oriented Programming".In this section, we will work on the push button class.
Instructional Video7:17
Curated Video

Data Analytics using Python Visualizations - Visualization Concepts

Higher Ed
This video explains visualization concepts. This clip is from the chapter "Matplotlib and Seaborn – Libraries and Techniques" of the series "Data Analytics Using Python Visualizations".This section introduces you to Matplotlib and...
Instructional Video12:55
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - Identifying XPath with Parent Child Traverse Relationship

Higher Ed
This video explains how to identify XPath with Parent Child Traverse relationship. This clip is from the chapter "Fifteen Popular Interview Questions on Selenium Basics" of the series "Selenium WebDriver with Java - Basics to Advanced...