Instructional Video39:22
TED Talks

TED: TikTok's CEO on its future — and what makes its algorithm different | Shou Chew

12th - Higher Ed
TikTok CEO Shou Chew dives into how the trend-setting video app and cultural phenomenon works — from what distinguishes its algorithm and drives virality to the challenges of content moderation and digital addiction. In a wide-ranging...
Instructional Video30:38
3Blue1Brown

Solving Wordle using information theory

12th - Higher Ed
An exploration for writing a Wordle solver, with the challenge of not using the official list of Wordle answers (except as a test set), which is really just an excuse for an information theory lesson.
Instructional Video17:22
TED Talks

TED: Everyday cybercrime -- and what you can do about it | James Lyne

12th - Higher Ed
* Viewer discretion advised. This video includes discussion of mature topics and may be inappropriate for some audiences. How do you pick up a malicious online virus, the kind of malware that snoops on your data and taps your bank...
Instructional Video18:29
TED Talks

Clay Shirky: How the Internet will (one day) transform government

12th - Higher Ed
The open-source world has learned to deal with a flood of new, oftentimes divergent, ideas using hosting services like GitHub -- so why can’t governments? In this rousing talk Clay Shirky shows how democracies can take a lesson from the...
Instructional Video22:20
TED Talks

Juan Enriquez: The life code that will reshape the future

12th - Higher Ed
Scientific discoveries, futurist Juan Enriquez notes, demand a shift in code, and our ability to thrive depends on our mastery of that code. Here, he applies this notion to the field of genomics.
Instructional Video5:26
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - How to Use Font Awesome Icons

Higher Ed
In this video, we will unleash the power of Font Awesome, a popular icon library, in web design projects, integrate Font Awesome icons into HTML and CSS, and explore the vast collection of scalable vector icons that can enhance the...
Instructional Video9:16
Curated Video

Type-Safe Interfaces with Modern C++ - std::optional – Basic Interface

Higher Ed
Get familiar with the interface provided by std::optional.
Instructional Video11:16
Curated Video

Hands-On Continuous Integration and Automation with Jenkins - Create a Multibranch Pipeline with Blue Ocean

Higher Ed
This video shows how to create, configure, and run a multibranch pipeline using Blue Ocean's visual editor.
Instructional Video5:35
Curated Video

Hands-On Continuous Integration and Automation with Jenkins - What Is Blue Ocean?

Higher Ed
This video explains what Blue Ocean is, which advantages it brings, and its main features.
Instructional Video10:15
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Lab - Deploy Python Application to Cloud Run

Higher Ed
In this video, we walk you through the process of deploying a Python application to Cloud Run, Google's fully managed serverless compute platform. This clip is from the chapter "Cloud Run - Serverless and Containerized Applications" of...
Instructional Video9:47
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Lab - Continuous Deployment Using Cloud Build and GitHub

Higher Ed
In this video, we guide you through the process of setting up continuous deployment for your application using Cloud Build and GitHub, demonstrating how to configure Cloud Build to automatically build and deploy your application every...
Instructional Video2:27
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Introduction to Cloud Build

Higher Ed
This video provides an introduction to Cloud Build. This clip is from the chapter "Cloud Run - Serverless and Containerized Applications" of the series "Data Science Model Deployments and Cloud Computing on GCP".In this section, we...
Instructional Video2:41
Curated Video

Learn Java from Scratch - A Beginner's Guide - Eclipse Tip - Save Actions

Higher Ed
This video is an introduction to the Eclipse IDE and explains how to use the "Save Actions" feature to automatically apply certain formatting and corrections to your code.
Instructional Video5:34
Curated Video

Fundamentals of Secure Software - DevSecOps

Higher Ed
This video explains the concept of DevSecOps.
Instructional Video12:21
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Development Operations (DevOps)

Higher Ed
AWS DevOps services allow you to manage programming processes from start-to-finish. They include code creation, code management, code debugging, code packaging and deployment. This video describes the available services.
Instructional Video24:09
Curated Video

Web Hacking Expert - Full-Stack Exploitation Mastery - Account Takeover through Clickjacking – Part 1

Higher Ed
This is the first of the two-part video that demonstrates the actual attack where you would take control of the account with the help of Clickjacking. This clip is from the chapter "Full-Stack Attacks on Modern Web Applications" of the...
Instructional Video25:11
Curated Video

Web Hacking Expert - Full-Stack Exploitation Mastery - AngularJS: Hacking a Static Template

Higher Ed
This video explains the hacking of a static template in AngularJS. This clip is from the chapter "Hacking AngularJS Applications" of the series "Web Hacking Expert Full-Stack Exploitation Mastery".This section focuses on hacking...
Instructional Video18:13
Curated Video

Web Hacking Expert - Full-Stack Exploitation Mastery - AngularJS: Template Injection and $scope Hacking – Part 2

Higher Ed
This is the second of the two-part video that demonstrates Template Injection and $scope Hacking that uses AngularJS. This clip is from the chapter "Hacking AngularJS Applications" of the series "Web Hacking Expert Full-Stack...
Instructional Video3:36
Curated Video

Web Hacking Expert - Full-Stack Exploitation Mastery - Introduction to the Section-Hacking AngularJS Applications

Higher Ed
This video introduces the section. This clip is from the chapter "Hacking AngularJS Applications" of the series "Web Hacking Expert Full-Stack Exploitation Mastery".This section focuses on hacking AngularJS applications.
Instructional Video10:29
Curated Video

Web Hacking Expert - Full-Stack Exploitation Mastery - User Redirection through window.opener Tabnabbing – Part 1

Higher Ed
This is the first of the two-part video that talks about how to attack through link. You will work on the user redirection through window.opener tabnabbing. This clip is from the chapter "Hacking Web Applications through PDFs, Images,...
Instructional Video10:18
Curated Video

Web Hacking Expert - Full-Stack Exploitation Mastery - Token Hijacking through PDF – Part 1

Higher Ed
This is the first of the two-part video that demonstrates token hijacking through PDF. This clip is from the chapter "Hacking Web Applications through PDFs, Images, and Links" of the series "Web Hacking Expert Full-Stack Exploitation...
Instructional Video13:29
Curated Video

Learning GitHub Actions for DevOps CI/CD - Continuous Integration

Higher Ed
This video explains Continuous Integration (CI) from scratch. This clip is from the chapter "Continuous Integration and Continuous Deployment" of the series "Learning GitHub Actions for DevOps CI/CD".This section focuses on Continuous...
Instructional Video22:26
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Home Page / 102

Higher Ed
In this video, we will understand cleaning up a bloated render method in a React component by extracting a layout component.
Instructional Video11:13
Curated Video

React JS Masterclass - Go From Zero To Job Ready - React Behind the Scene

Higher Ed
In this lesson, we will explore the folder structures and behind-the-scene processes, including the source folder, public folder, gitignore, and all other dependencies.