TED Talks
TED: TikTok's CEO on its future — and what makes its algorithm different | Shou Chew
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...
3Blue1Brown
Solving Wordle using information theory
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.
TED Talks
TED: Everyday cybercrime -- and what you can do about it | James Lyne
* 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...
TED Talks
Clay Shirky: How the Internet will (one day) transform government
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...
TED Talks
Juan Enriquez: The life code that will reshape the future
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.
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - How to Use Font Awesome Icons
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...
Curated Video
Type-Safe Interfaces with Modern C++ - std::optional – Basic Interface
Get familiar with the interface provided by std::optional.
Curated Video
Hands-On Continuous Integration and Automation with Jenkins - Create a Multibranch Pipeline with Blue Ocean
This video shows how to create, configure, and run a multibranch pipeline using Blue Ocean's visual editor.
Curated Video
Hands-On Continuous Integration and Automation with Jenkins - What Is Blue Ocean?
This video explains what Blue Ocean is, which advantages it brings, and its main features.
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Lab - Deploy Python Application to Cloud Run
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...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Lab - Continuous Deployment Using Cloud Build and GitHub
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...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Introduction to Cloud Build
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...
Curated Video
Learn Java from Scratch - A Beginner's Guide - Eclipse Tip - Save Actions
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.
Curated Video
Fundamentals of Secure Software - DevSecOps
This video explains the concept of DevSecOps.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Development Operations (DevOps)
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.
Curated Video
Web Hacking Expert - Full-Stack Exploitation Mastery - Account Takeover through Clickjacking – Part 1
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...
Curated Video
Web Hacking Expert - Full-Stack Exploitation Mastery - AngularJS: Hacking a Static Template
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...
Curated Video
Web Hacking Expert - Full-Stack Exploitation Mastery - AngularJS: Template Injection and $scope Hacking – Part 2
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...
Curated Video
Web Hacking Expert - Full-Stack Exploitation Mastery - Introduction to the Section-Hacking AngularJS Applications
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.
Curated Video
Web Hacking Expert - Full-Stack Exploitation Mastery - User Redirection through window.opener Tabnabbing – Part 1
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,...
Curated Video
Web Hacking Expert - Full-Stack Exploitation Mastery - Token Hijacking through PDF – Part 1
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...
Curated Video
Learning GitHub Actions for DevOps CI/CD - Continuous Integration
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...
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Home Page / 102
In this video, we will understand cleaning up a bloated render method in a React component by extracting a layout component.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - React Behind the Scene
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.