Curated Video
Big Ideas - Episode 23 - Hubble Space Telescope
The Big Idea is called Maglev, which stands for Magnetic Levitation. A wheel-less vehicle on a magnetic track is powered by electrical linear motors. This method has the potential to be faster and quieter than most conventional trains,...
Curated Video
Big Ideas - Episode 13 - Search For New Planets
The Big Idea of planet discovery and the exploration of distant galaxies have taken a new direction in recent times. The James Wentz Space Telescope, or the JWST, is a large, infra-red optimized, space-based telescope that will be...
Curated Video
Television: From Mechanical to Electronic Systems
In London during 1926 John Logi Baird demonstrated a mechanical television system that used rotating discs to scan an image. The picture was made up of 30 vertical lines with 5 images per second. In 1936 at London s Alexandra Palace a...
Science Buddies
AI Hyperrealism: When AI Is Realer Than Real
Conduct an experiment to find out if people think AI-generated faces look more real than real human faces.
Science Buddies
Simple Explanation of Neural Networks
Tracy from Science Buddies guides you through the basics of neuron networks used in machine learning. Discover how neurons and layers work together to process information and make predictions, from image recognition to language...
Curated Video
Burp Suite Unfiltered - Go from a Beginner to Advanced - File Upload and Max Length Limit Bypass (Proxy Ideas)
In this video, you will learn some proxy tab ideas such as file upload and max length limit bypass.
Curated Video
Mastering Tailwind CSS 3.0 - Build Two Dynamic Projects - Create the Header Section-1
Learn how to construct the header section of the Tesla UI clone in this video, as we delve into the intricacies of design and functionality to create an immersive user experience.
Curated Video
Mastering Tailwind CSS 3.0 - Build Two Dynamic Projects - Create Model Y and Accessories Sections
In this video, we will tackle the creation of the Model Y and Accessories sections within the Tesla UI clone, adding depth and detail to the overall user interface.
Curated Video
Mastering Tailwind CSS 3.0 - Build Two Dynamic Projects - Introduction to the Project-1
In this video, we will delve into the fascinating world of Tesla UI cloning, exploring the project's objectives and giving viewers a preview of the exciting journey ahead.
Curated Video
Git and GitHub Masterclass - The Practical Bootcamp - Project README
A README is a text file that introduces and explains a project. It contains information that is commonly required to understand what the project is about. This clip is from the chapter "Super Charge GitHub" of the series "Git and GitHub...
Curated Video
Git and GitHub Masterclass - The Practical Bootcamp - Git README
A README is often the first item a visitor will see when visiting your repository. README files typically include information on what the project does and why the project is useful. This clip is from the chapter "Git Files" of the series...
Curated Video
Deep Learning - Recurrent Neural Networks with TensorFlow - RNN for Image Classification (Code)
In this video, you will learn how to preform RNN for image classification on the MNIST dataset. This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series "Deep Learning - Recurrent...
Curated Video
Deep Learning - Recurrent Neural Networks with TensorFlow - RNN for Image Classification (Theory)
In this video, we will understand how to apply RNN for image classification. This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series "Deep Learning - Recurrent Neural Networks with...
Curated Video
ChatGPT for Web Design - Create Amazing Websites - Applying JavaScript: Smooth Scroll and Image Slider
We will continue to add more features to our website and make it more functional by learning to add a smooth scroll bar and an image slider. We will instruct ChatGPT to provide us with the JS code for the same and modify it as necessary...
Curated Video
ChatGPT for Web Design - Create Amazing Websites - Start of the Website + Generating Images
In this lesson, you will learn to create a basic demo website as a freelancer that designs websites using AI. We will instruct ChatGPT to write code for us with whatever basic features and design we want on the webpage.
Curated Video
ChatGPT for Web Design - Create Amazing Websites - Starting Our Amazing Website
In this lesson, we will begin working on creating our amazing website, which we will eventually publish on our online hosting, but we will build the entire website using Visual Studio Code.
Curated Video
Financial Analysis - Build a ChatGPT Pairs Trading Bot - ChatGPT Knows Who I Am
In this intriguing video, the author explores the capabilities of ChatGPT and adapts and personalizes its responses to our unique style and preferences into how ChatGPT can leverage data and insights about our priority for more...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Music Player Project
In this video, you will learn how to create a music player using the Web Audio API. We will see how to load audio files, play and pause audio, and create audio effects. This clip is from the chapter "Web Browser APIs" of the series...
Curated Video
Modern JavaScript from the Beginning - Second Edition - requestAnimationFrame() Method
In this video, you will learn about the requestAnimationFrame() method. We will see how to use this method to create smooth animations in our application. This clip is from the chapter "Web Browser APIs" of the series "Modern JavaScript...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Canvas Element and API
In this video, you will learn about the Canvas element and the Canvas API. You will learn how to create shapes, draw paths, and add text to the canvas. This clip is from the chapter "Web Browser APIs" of the series "Modern JavaScript...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Swiper Slider
In this video, we will use the Swiper library to create a slider that displays additional movie and TV show content. We will fetch the data from the API and create a responsive and dynamic slider. This clip is from the chapter "Flixx...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Details Page Backdrop
In this video, we will add a backdrop image to the movie details page to provide a visual element that complements the movie information. We will use the Swiper library to create a responsive and dynamic backdrop. This clip is from the...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Movie Details Page
In this video, we will create a movie details page that displays more information about a selected movie. We will fetch additional data from the API and use a template literal to dynamically render the content. This clip is from the...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Display Popular Movies
In this video, we will fetch and display a list of popular movies from the TMDb API using JavaScript's fetch function and render them to the UI. This clip is from the chapter "Flixx Movie App Project" of the series "Modern JavaScript...