Curated Video
Deep Learning - Recurrent Neural Networks with TensorFlow - Paying Attention to Shapes
In this video, we will work on shapes in RNN. This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series "Deep Learning - Recurrent Neural Networks with TensorFlow".In this section, we...
Curated Video
Revolutionizing Music: The Future of Instruments
Dive into the world of futuristic musical instruments where traditional boundaries are redefined. Explore the 3DVarius, an electric violin crafted through 3D printing, and the Dualo, an intuitive synthesizer that makes learning music...
Curated Video
The Music of Nature: Understanding Animal Sounds and Communication
Dive into the fascinating world of animal communication and explore how different species use sound to interact and survive. From dogs reacting to music, to birds singing complex melodies for territory and mating, and whales producing...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - How to Return the Smallest Number in Nested Arrays
In this video, you will learn how to write a function in JavaScript to return the smallest number in nested arrays. The video starts by explaining what nested arrays are and how to access their elements using loops. Then, a step-by-step...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Adding to Arrays with Splice in JavaScript
In JavaScript, you can add elements to an array using the splice() method. This method allows you to add one or more elements to an array at a specified index. In this video, you will learn how to use the splice() method to add elements...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Indexing Values in Arrays with JavaScript
In this video, you will learn how to access specific values in arrays using their index number in JavaScript. By the end of the video, you should have a solid understanding of how to use indexing to work with arrays in JavaScript. This...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Are Complex and Multi-Dimensional Arrays in JavaScript
In this video, you will learn about complex and multi-dimensional arrays in JavaScript. You will understand how to declare and work with arrays that contain arrays as elements, commonly referred to as multi-dimensional arrays. This clip...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - The Difference Between Var and Let in JavaScript - ES6
In this video, you will learn about the difference between “var†and “let†in JavaScript, which are two ways to declare variables. You will explore how these keywords behave in different contexts and learn about the scoping rules...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Assigning Variables to Each Other in JavaScript - Part I
In this video, you will learn how to assign variables to each other in JavaScript, which can be useful for swapping variable values or updating them based on certain conditions. This clip is from the chapter "Introduction to Programming...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Example 2 - What Is Splice in JavaScript
In this video, you will see a second example of the splice method in JavaScript. By the end of this video, you will have a clear understanding of how to use the splice method to manipulate arrays in JavaScript. 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...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Hook Up and Save Your Course Learning Template
In this video, you will discover how to hook up and save your course learning template in CodeSandbox, so you can easily access it and continue building upon it throughout the duration of the course. This clip is from the chapter...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - How to Understand Pragma Solidity
In this video, we will explain in detail what the “pragma solidity†statement does in a Solidity smart contract and how it affects the behavior and compatibility of the code. This clip is from the chapter "Introduction to Solidity...
Curated Video
Tuning In: The Journey to Singing Well
Explore the fascinating world of singing through the eyes of Mac Lessgy as he navigates the challenges of singing in tune and enhancing vocal quality. Discover the science behind why our voices differ and learn from voice specialists and...
Curated Video
The Science of Vocal Mimicry: Exploring Voice Modulation and Imitation
Dive into the fascinating world of voice modulation and imitation as Erza, a young singing prodigy, and Martin Dubé, a master imitator, showcase their unique vocal talents. Learn about the scientific principles behind voice control, from...
Curated Video
Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Setting Up the Application Server Wiring
This video demonstrates setting up the application server wiring. This clip is from the chapter "Application Setup and Server Initialization" of the series "Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js".This...
Curated Video
Microsoft Project 2021 From Beginners to Advanced - Print Views, Notes, and Reports
Here, we will learn to print views, notes, and reports in Project 2021. We will learn to use the print preview feature to adjust page layout and formatting and to use the print command to send projects to a printer or PDF file. This clip...
Curated Video
Microsoft Project 2021 From Beginners to Advanced - Add Notes to Tasks or Resources
This video explains how to add notes to tasks or resources in project schedules to provide additional information or instructions. It elaborates on accessing the notes field in the task or resource information dialog box and customizing...
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Take Notes
There are many ways to take notes while watching these training videos; the important thing is to find what works for you.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Introduction
In this video, we will take a brief look at the introduction from the author/instructor and get acquainted with the concepts covered under the certification program.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - UPDATE Notes
In this video, we will dive into how to use UPDATE requests to modify existing notes in an API and provide examples of how to structure and manage this data to ensure consistency and security.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Introduction to Express
This video provides an introduction to Express.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - DELETE Notes
DELETE requests are an essential part of any application that involves user-generated content; in this video, we will walk through how to structure and implement this functionality in your own projects, and offer guidance on how to...
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Populating the UI with Note Model
In this video, we will explore how to populate a user interface with data from a Note model and offer tips for designing an intuitive and user-friendly UI that maximizes the value of this data.