Curated Video
Get Hired: Technical Interview
What is a technical interview? It is when you are required to perform a specific activity or assignment to demonstrate your knowledge, ability, and method from start to finish. The variance of tasks may depend on your vocation and are...
Curated Video
What is the Blockchain?
Blockchain is a technology for recording transactions. And, since its first use in 2008 for cryptocurrency, it is emerging as one of the must-have technologies in many industry sectors. Project managers will often be called upon to...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Lifecycle Methods (Code Example) - SetParametersAsync
This lecture discusses the SetParametersAsync method, which is the first method called in a component's lifecycle. This clip is from the chapter "Advanced Concepts with Hands-On Coding in Blazor" of the series "Build and Learn ASP.NET...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Event Callback in ASP.NET Core 3.1 Blazor
This video describes the event callback concept. You will learn how to enable communication among components with event callback. This clip is from the chapter "Advanced Concepts with Hands-On Coding in Blazor" of the series "Build and...
Great Big Story
Betelhem Dessie, empowering Ethiopia’s next generation of tech leaders
Betelhem Dessie, a pioneering Ethiopian tech entrepreneur, is inspiring young girls and innovators by creating tech education programs and developing software that addresses local challenges.
Great Big Story
Brandon Tory, merging music and code for a creative journey
Explore the inspiring story of Brandon Tory, a senior engineer at Google and AI musician, who combines his passions for music and coding, fueled by a life-changing encounter with Timbaland.
Science Buddies
Make a Color Detector App with MIT App Inventor
Design a mobile app designed to assist colorblind people that uses your phone's camera and automatically detects colors.
Learning Mole
Bytes of Learning - Why Is Coding Important?
Discover 'Why Is Coding Important?' to see how coding shapes the world around us, from games to gadgets! A quick, eye-opening journey into the power of programming, perfect for young minds curious about the digital world.
Learning Mole
Bytes of Learning - What Is Coding?
Dive into 'What Is Coding?' to unlock the secrets of how we tell computers what to do using a language they understand! A quick, exciting introduction to the world of programming, perfect for young tech enthusiasts.
Learning Mole
Bytes of Learning - HTML
Dive into 'HTML' to uncover the code that builds websites! It's a colorful, exciting peek into creating online worlds, perfect for young tech enthusiasts.
Learning Mole
Bytes of Learning - Game Development
Dive into the exciting world of Game Development, where kids can discover how their favorite video games are made, from the initial idea to the final product! This video makes the magic of creating games accessible and fun, sparking...
Learning Mole
Bytes of Learning - Coding Terms
Get ready to unlock the secrets of coding with our fun and engaging song that makes learning to code easy and exciting for kids! Discover the building blocks of websites, games, and apps, and start your journey to becoming a young coding...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Dictionaries
Let's look at the final datatype, dictionaries, indexed, changeable, and unordered data collection. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from Scratch©".This...
Curated Video
ChatGPT for Web Design - Create Amazing Websites - Some Notes Before We Start
In this brief overview, the instructor provides vital explanations about how ChatGPT works, what we can use ChatGPT for, what we can do using ChatGPT, and briefly what this course offers us regarding learning and the concepts covered.
Curated Video
Financial Analysis - Build a ChatGPT Pairs Trading Bot - Is This for Beginners or Experts? Academic or Practical? Fast or Slow-Paced?
Here, we will see an overview of the course content and its target audience, gain insights into whether this course is suitable for beginners or experts in financial analysis, whether it focuses more on academic or practical...
Curated Video
Financial Analysis - Build a ChatGPT Pairs Trading Bot - How to Code Yourself (Part 1)
In this video, you will learn to write Python code from scratch for financial analysis with ChatGPT using pairs trading strategies. This video will cover fundamental coding concepts such as data types, variables, loops, conditional...
Curated Video
Financial Analysis - Build a ChatGPT Pairs Trading Bot - How to Succeed in This Course
In this video, we will receive valuable tips and strategies on making the most out of this course, including study techniques and skills and effective learning strategies, setting us up for successful learning through the course. This...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Comments and Shortcuts
In this video, we will go over commenting in JavaScript and introduce some helpful keyboard shortcuts for our coding workflow. This clip is from the chapter "Variables, Data Types, Methods, and More" of the series "Modern JavaScript from...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - Ownership in Rust
Ownership is a key concept in Rust's memory management system, and it's essential for writing efficient and safe programs. In this video, you will learn about ownership in Rust and how it helps prevent common memory-related errors. This...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - Integer Solution Example in Rust
This is a solution video on integer example in Rust. This clip is from the chapter "Beginner Lessons in Rust" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This section focuses on the beginner lessons in Rust.
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Where and How Is HTML5 Used?
In this video, you will learn about the wide range of applications for HTML5, from simple webpages to complex web applications and mobile apps. We will explore the compatibility of HTML5 with different browsers and platforms, ensuring a...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Compounding and Augmented Operators in JavaScript
In this video, you will learn about compounding and augmented operators in JavaScript, which are shorthand notations for performing arithmetic operations and assigning the result to a variable. You will explore different ways to use...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Logging Variables with the Console in JavaScript
This video will show you how to log variables with the console in JavaScript, which is a useful tool for debugging your code and understanding how your variables are changing throughout your program’s execution. This clip is from the...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Why Comments Are Important in Programming - In-Line and Multi-Line Comments
This video will explain the importance of comments in programming and cover two types of comments—in-line and multi-line—that you can use to provide context, explanations, and other helpful information in your code. This clip is from...