Instructional Video19:54
TED Talks

Chris Bangle: Great cars are great art

12th - Higher Ed
American designer Chris Bangle explains his philosophy that car design is an art form in its own right, with an entertaining -- and ultimately moving -- account of the BMW Group's Deep Blue project, intended to create the SUV of the future.
Instructional Video2:16
Curated Video

Revolutionizing Advertising: Hypertag Technology Takes Marketing to the Next Level

Pre-K - Higher Ed
This video discusses the use of new technology called Hypertag, which allows advertisers to deliver promotional material directly to mobile phones. By using infrared or Bluetooth capabilities, shoppers can receive electronic discount...
Instructional Video8:18
Curated Video

Cyber Security for Absolute Beginners - 2022 Edition - Part 02 - Reconnaissance Methods

Higher Ed
In this lesson, you will learn about footprinting, or the art of collecting information about a person or object of interest, called reconnaissance.
Instructional Video8:57
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Abstraction and Encapsulation

Higher Ed
In this video, you will learn about abstraction and encapsulation, two important principles of OOP. You will understand how abstraction allows you to hide complex details and expose only the essential features of a class, and how...
Instructional Video9:18
Curated Video

Fundamentals of Object-Oriented Programming - C++ - UML Inheritance - Employee Part 3

Higher Ed
In this video, we will start adding information to our manager class. This clip is from the chapter "Module 4" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will cover UML case studies, abstract...
Instructional Video15:03
Curated Video

Fundamentals of Object-Oriented Programming - C++ - UML Inheritance - Employee Part 2

Higher Ed
In this video, we will begin implementing the data members in the classes by adding properties and methods for each class. This clip is from the chapter "Module 4" of the series "Fundamentals of Object-Oriented Programming - C++".In this...
Instructional Video7:11
All In One Social Media

Social Media Is NOT A Marketing Plan!

Higher Ed
Social media alone will not help your business or brand grow. There are a lot of things you need in place before social media plays a part in your marketing efforts. In this video, I will give you a roadmap to successfully having a...
Instructional Video7:21
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Input Types

Higher Ed
In this video, we will explore different input types available in HTML5, including text, password, email, number, date, and more. You will learn to use these input types to capture specific types of user data.
Instructional Video9:07
Instructional Video4:55
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 09 - Inheritance and Overriding with toString() Method

Higher Ed
In this video, you will learn about inheritance and overriding with the toString() method.
Instructional Video4:06
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 08 - Object Is at Top of Inheritance Hierarchy

Higher Ed
In this video, you will learn that an object is at the top of the inheritance hierarchy.
Instructional Video7:52
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 07 - Understanding Inheritance - Why Do We Need It?

Higher Ed
In this video, we will understand inheritance and why we need it.
Instructional Video17:06
Curated Video

The Absolute Beginners Guide to Cybersecurity 2023 - Part 4 - Personal Cybersecurity - What I Do

Higher Ed
In this video, the author talks about the necessary steps that he takes to keep himself and his data safe from malware and hackers. This clip is from the chapter "Introduction" of the series "The Absolute Beginners Guide to Cybersecurity...
Instructional Video4:41
Curated Video

The Absolute Beginners Guide to Cybersecurity 2023 - Part 4 - How to Secure Your Twitter Account

Higher Ed
In this video, you will discover effective strategies to enhance the security of your Twitter account, ensuring its protection and safeguarding your personal information. This clip is from the chapter "Social Media Security and Email...
Instructional Video9:11
Curated Video

The Absolute Beginners Guide to Cybersecurity 2023 - Part 4 - Protecting Yourself Against SIM Card Swap Fraud

Higher Ed
In this video, you will learn how to protect yourself against SIM card swap fraud. This clip is from the chapter "Personal Security" of the series "The Absolute Beginners Guide to Cybersecurity 2023 - Part 4".This section talks about...
Instructional Video7:37
Curated Video

The Absolute Beginners Guide to Cybersecurity 2023 - Part 4 - Two-Factor Authentications

Higher Ed
In this video, you will learn about two-factor authentication, which is used to add an extra layer of security when logging into an account. This clip is from the chapter "Personal Security" of the series "The Absolute Beginners Guide to...
Instructional Video5:18
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Ready, Set, Go

Higher Ed
This video demonstrates how to create a free AWS account, the prerequisites for the setup, and the many free-tier services available from AWS.
Instructional Video4:30
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - How to Get Started with AWS

Higher Ed
How to set up your free AWS account, and everything you need to know before you begin.
Instructional Video13:50
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Auth | RegisterView

Higher Ed
In this video, we will take you through the process of designing and implementing a RegisterView for your Twitter Clone app that collects user data, validates it, and stores it securely.
Instructional Video2:35
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Downloading Robo3T

Higher Ed
This video helps in downloading and installing Robo3T.
Instructional Video20:02
Curated Video

The Art of Doing - Web Development for Beginners - Final Project Part 6

Higher Ed
In this final video of the series, we will work on the content page, which is the last piece of our project puzzle. We will wrap up our project, review our progress, and finalize our web application. Join us for the grand finale of our...
Instructional Video19:42
Curated Video

The Art of Doing - Web Development for Beginners - Store Front Two Project Part 3

Higher Ed
In this video, we will focus on building the Contact page, which will simulate the process of getting in touch with someone from the company. We will also create a Pricing page that includes a table of prices for the products sold, as...
Instructional Video10:54
Curated Video

CompTIA A+ Certification Core 2 (220-1102) - Understanding DNS

Higher Ed
Individual hosts use IP addresses, but humans are terrible at memorizing long strings of numbers. To make our lives easier, most TCP/IP networks (and certainly the Internet) use the Domain Name System (DNS) to apply more human-friendly...
Instructional Video8:39
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Nested Routes / 059

Higher Ed
In this video, we will understand the concept of nested routes. When we create a route and then link other routes with a common hook, then we can create a super route that has the components that can be used in all other subsequent routes.