Hi, what do you want to do?
Curated Video
Machine Learning: Random Forest with Python from Scratch - Accuracy and Error-2
In this video, you will learn to implement the accuracy method to help determine our model's performance.
<
br/>
This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random Forest with Python...
<
br/>
This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random Forest with Python...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Maps
Maps are another new data structure introduced in ES6 that allow us to store key-value pairs. In this video, you will learn how maps work, how to create them, and how to perform basic map operations.
<
br/>
This clip is from the...
<
br/>
This clip is from the...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Working with Object Properties
In this video, we will explore different ways of adding and modifying object properties. We will also discuss property descriptors and how they are used to control the behavior of object properties.
<
br/>
This clip is from the...
<
br/>
This clip is from the...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - For-In Loop
In this video, we will look at the for-in loop, a useful iteration construct in JavaScript for iterating over the properties of an object and learn to use the for-in loop to iterate through object properties, perform actions on each...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - What Are HashMaps in Rust
This video is about HashMaps in Rust.
<
br/>
This clip is from the chapter "Beginner to Intermediate Lessons" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This section focuses on the beginner to...
<
br/>
This clip is from the chapter "Beginner to Intermediate Lessons" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This section focuses on the beginner to...
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
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Interview Question - Uber Eats Payment Database
This video focuses on the interview question related to the Uber Eats payment database.
<
br/>
This clip is from the chapter "Algorithms and Data Structures - Intermediate to Advanced" of the series "JavaScript Mastery from Zero to...
<
br/>
This clip is from the chapter "Algorithms and Data Structures - Intermediate to Advanced" of the series "JavaScript Mastery from Zero to...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Is Object.keys in JavaScript - Storing Keys into Arrays with JavaScript
The Object.keys() method is a built-in function in JavaScript that returns an array of a given object’s own enumerable property names, in the same order as we get with a normal loop. It takes an object as a parameter and returns an array...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - Set Keys and Values
This is an exercise video on setting keys and values.
<
br/>
This clip is from the chapter "Structures and Libraries in Solidity" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts".In...
<
br/>
This clip is from the chapter "Structures and Libraries in Solidity" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts".In...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Mapping in Solidity
In this video, we will cover one of the most important data structures in Solidity: mappings. Mappings are a way to associate values to unique keys and are used in many smart contracts for storing and retrieving data efficiently. By...
Curated Video
Linux Crash Course for Beginners - 2023 - Linux File Editor
In this video, we will cover the Linux file editor. You will learn about vi editor.
Curated Video
Building Microservices API in Go - JSON Encoding
In this video, we will explore how to encode Go structs to JSON representation and set response headers. We will cover topics such as marshalling data structures to JSON and working with response headers to control the content sent...
Curated Video
Chatbots Development with Amazon Lex - Integration with Boto
In this lesson, we will discuss deploying our chatbot using code. We will not use a built-in application such as Twilio; instead, we will use a Python library, Boto.
Curated Video
Deep Learning - Crash Course 2023 - Training Evaluation
In this video, we will evaluate the performance of the trained neural network using various performance metrics and techniques.
<
br/>
This clip is from the chapter "Deep Learning with TensorFlow 2.x" of the series "Deep Learning -...
<
br/>
This clip is from the chapter "Deep Learning with TensorFlow 2.x" of the series "Deep Learning -...
Curated Video
Deep Learning - Crash Course 2023 - Pandas in Python - Pandas Series
In this video, you delve into the world of Pandas in Python and gain expertise in working with Pandas Series, a fundamental component of Pandas.
<
br/>
This clip is from the chapter "Python for Data Science - Crash Course" of the...
<
br/>
This clip is from the chapter "Python for Data Science - Crash Course" of the...
Curated Video
Fundamentals of Secure Software - Encryption Use Cases
This video focuses on various use cases for encryption.
Curated Video
Fundamentals of Secure Software - Encryption Overview
This video provides an introduction and overview of encryption.
Curated Video
The Absolute Beginners Guide to Cybersecurity 2023 - Part 4 - Two-Factor Authentications
In this video, you will learn about two-factor authentication, which is used to add an extra layer of security when logging into an account.
<
br/>
This clip is from the chapter "Personal Security" of the series "The Absolute...
<
br/>
This clip is from the chapter "Personal Security" of the series "The Absolute...
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Key Rotation
When using an access key and secret access key it is important to rotate them periodically. Key rotation principles are covered in this video including the processes involved.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Principals
With any identity and access management solution, it is essential to understand the principal that can be managed, such as users and groups. This video introduces you to the principals you will manage in AWS.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - S3 Bucket Properties
Each S3 bucket has a collection of properties associated with it. These properties are explored in this video.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - S3 Terminology
Like any technology, S3 has unique terminology associated with it. If you hope to understand and implement S3 well, you must understand this terminology, and this video will provide you with definitions of key S3 terms.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Security Services Lab
We have explored IAM in detail in this course. AWS offers additional security services such as KMS and HSM. This video explores some of the additional security services available within AWS.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Logout
In this video, you will learn how to implement the logout functionality in our SwiftUI Twitter Clone app.