Instructional Video14:30
TED Talks

TED: With AI, anyone can be a coder now | Thomas Dohmke

12th - Higher Ed
What if you could code just by talking out loud? GitHub CEO Thomas Dohmke shows how, thanks to AI, the barrier to entry to coding is rapidly disappearing — and creating software is becoming as simple (and joyful) as building LEGO. In a...
Instructional Video8:44
SciShow

How The Six Degrees Phenomenon Has Changed Science

12th - Higher Ed
You may have heard about the Six Degrees of Separation phenomenon, but it isn't just a fun celebrity game, it helps scientists understand the spread of epidemics, the structure of the internet, and even the neural networks in your brain!
Instructional Video10:16
SciShow

5 Devastating Security Flaws You've Never Heard Of

12th - Higher Ed
Devastating vulnerabilities are hiding in the technology in programs, protocols, and hardware all around us. Most of the time, you can find ways to protect yourself.
Instructional Video19:45
TED Talks

Jeremy Howard: The wonderful and terrifying implications of computers that can learn

12th - Higher Ed
What happens when we teach a computer how to learn? Technologist Jeremy Howard shares some surprising new developments in the fast-moving field of deep learning, a technique that can give computers the ability to learn Chinese, or to...
Instructional Video10:15
SciShow

5 Devastating Security Flaws You've Never Heard Of

12th - Higher Ed
Devastating vulnerabilities are hiding in the technology in programs, protocols, and hardware all around us. Most of the time, you can find ways to protect yourself.
Instructional Video8:53
SciShow

How The Six Degrees Phenomenon Has Changed Science

12th - Higher Ed
You may have heard about the Six Degrees of Separation phenomenon, but it isn't just a fun celebrity game, it helps scientists understand the spread of epidemics, the structure of the internet, and even the neural networks in your brain
Instructional Video11:04
Crash Course

The World Wide Web: Crash Course Computer Science

12th - Higher Ed
Today we’re going to discuss the World Wide Web - not to be confused with the Internet, which is the underlying plumbing for the web as well as other networks. The World Wide Web is built on the foundation of simply linking pages to...
Instructional Video11:07
Crash Course

Web Search

12th - Higher Ed
Today we’re going to talk about search engines, which are just AI systems that try to help us find what we’re looking for. Search engines can be the sort that serve up a list of results, like during a Google or Bing search, using web...
Instructional Video13:25
TED Talks

Michael Shermer: Why people believe weird things

12th - Higher Ed
Why do people see the Virgin Mary on a cheese sandwich or hear demonic lyrics in "Stairway to Heaven"? Using video and music, skeptic Michael Shermer shows how we convince ourselves to believe -- and overlook the facts.
Instructional Video7:59
Curated Video

Practical Cyber Hacking Skills for Beginners - Web Attack - Cross-Site Scripting

Higher Ed
In this lesson, we will look at cross-site scripting, which is a client-side attack that targets the victim's browser with malicious code.
Instructional Video10:41
Curated Video

Practical Cyber Hacking Skills for Beginners - Inspecting and Manipulating Website Code

Higher Ed
In this video, you will learn how website codes work behind the scenes and to inspect and manipulate them.
Instructional Video6:44
Curated Video

Practical Cyber Hacking Skills for Beginners - HTML, CSS, JavaScript and PHP

Higher Ed
Here, we will understand more about hypertext markup language (HTML), JavaScript, and the hypertext preprocessor.
Instructional Video9:12
Curated Video

Tim-Berners Lee and the Invention of the Internet for Kids | Bedtime History

K - 5th
Learn about one of the creative engineers behind the invention of the world wide web, or the Internet, and technologies that led to its creation such as HTML, URLs, and web browsers.
Instructional Video10:37
Instructional Video24:14
Curated Video

ChatGPT for Web Design - Create Amazing Websites - Colors and Website Design

Higher Ed
In this lesson, we will continue working on the design of our website. We will look at coloring and understand RGB and hexadecimal coding to use different colors in the images. We will look at the tools for different color-picking ways.
Instructional Video11:12
Curated Video

ChatGPT for Web Design - Create Amazing Websites - Introduction to JavaScript: Making the Website Interactive

Higher Ed
After learning how to create a basic website, you will now learn to make the website more presentable, interactive, and enjoyable. We will use JavaScript. We will instruct ChatGPT to help us with the JavaScript code required to redesign...
Instructional Video9:32
Curated Video

ChatGPT for Web Design - Create Amazing Websites - Introduction to Web Design: HTML and CSS

Higher Ed
This lesson will explore the fundamentals of hypertext markup language (HTML) and cascading style sheets (CSS) needed to create a website. You will learn about the IDE to be used for storing the code.
Instructional Video7:19
Curated Video

Modern JavaScript from the Beginning - Second Edition - Crash Course on HTTP Requests

Higher Ed
In this video, you will learn about HTTP requests and how they work. We will see the different HTTP methods, status codes, and headers and how to use them in our web applications. This clip is from the chapter "Asynchronous JavaScript"...
Instructional Video11:10
Curated Video

Modern JavaScript from the Beginning - Second Edition - Introduction to the DOM

Higher Ed
This video explains what the DOM is and how it works. It covers the concept of nodes and how they are used to represent the elements in an HTML document. The video also explains how JavaScript can be used to interact with the DOM. This...
Instructional Video3:27
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - First Project (Part 2)

Higher Ed
Continuing from the previous video, this part focuses on adding more advanced features and functionality to the project. You will learn how to handle user input, implement data fetching and manipulation, and enhance the user interface...
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 Video3:26
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Video Tag

Higher Ed
In this video, we will discover the video tag in HTML5 and how it enables the embedding and playback of videos on webpages. You will learn about attributes such as src, controls, and autoplay to customize the video player.
Instructional Video3:34
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - What Are Anchor Tags?

Higher Ed
In this video, you will learn about anchor tags and how they are used to create hyperlinks and navigate between different webpages. Understand the attributes such as href, target, and rel to specify the destination and behavior of the...
Instructional Video2:29
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Commenting Out Code in HTML5

Higher Ed
In this video, we will explore the technique of commenting out code in HTML5 to add comments within our HTML files, providing explanations, temporarily disabling code sections, or troubleshooting issues while maintaining code readability...