TED Talks
TED: With AI, anyone can be a coder now | Thomas Dohmke
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...
SciShow
How The Six Degrees Phenomenon Has Changed Science
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!
SciShow
5 Devastating Security Flaws You've Never Heard Of
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.
TED Talks
Jeremy Howard: The wonderful and terrifying implications of computers that can learn
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...
SciShow
5 Devastating Security Flaws You've Never Heard Of
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.
SciShow
How The Six Degrees Phenomenon Has Changed Science
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
Crash Course
The World Wide Web: Crash Course Computer Science
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...
Crash Course
Web Search
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...
TED Talks
Michael Shermer: Why people believe weird things
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.
Curated Video
Practical Cyber Hacking Skills for Beginners - Web Attack - Cross-Site Scripting
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.
Curated Video
Practical Cyber Hacking Skills for Beginners - Inspecting and Manipulating Website Code
In this video, you will learn how website codes work behind the scenes and to inspect and manipulate them.
Curated Video
Practical Cyber Hacking Skills for Beginners - HTML, CSS, JavaScript and PHP
Here, we will understand more about hypertext markup language (HTML), JavaScript, and the hypertext preprocessor.
Curated Video
Tim-Berners Lee and the Invention of the Internet for Kids | Bedtime History
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.
Curated Video
Burp Suite Unfiltered - Go from a Beginner to Advanced - How to Use the Dashboard Tab
This video explains how to use the dashboard tab.
Curated Video
ChatGPT for Web Design - Create Amazing Websites - Colors and Website Design
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.
Curated Video
ChatGPT for Web Design - Create Amazing Websites - Introduction to JavaScript: Making the Website Interactive
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...
Curated Video
ChatGPT for Web Design - Create Amazing Websites - Introduction to Web Design: HTML and CSS
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.
Curated Video
Modern JavaScript from the Beginning - Second Edition - Crash Course on HTTP Requests
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"...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Introduction to the DOM
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...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - First Project (Part 2)
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...
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
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Video Tag
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.
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - What Are Anchor Tags?
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...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Commenting Out Code in HTML5
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...