Instructional Video10:07
Curated Video

Machine Learning: Random Forest with Python from Scratch - Accuracy and Error-2

Higher Ed
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...
Instructional Video6:21
Curated Video

Modern JavaScript from the Beginning - Second Edition - Maps

Higher Ed
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...
Instructional Video7:33
Curated Video

Modern JavaScript from the Beginning - Second Edition - Working with Object Properties

Higher Ed
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...
Instructional Video3:16
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - For-In Loop

Higher Ed
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...
Instructional Video6:12
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - What Are HashMaps in Rust

Higher Ed
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...
Instructional Video8:36
Curated Video

Revolutionizing Music: The Future of Instruments

6th - Higher Ed
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...
Instructional Video6:17
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Interview Question - Uber Eats Payment Database

Higher Ed
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...
Instructional Video3:47
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Is Object.keys in JavaScript - Storing Keys into Arrays with JavaScript

Higher Ed
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...
Instructional Video1:05
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - Set Keys and Values

Higher Ed
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...
Instructional Video11:06
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Mapping in Solidity

Higher Ed
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...
Instructional Video14:32
Curated Video

Linux Crash Course for Beginners - 2023 - Linux File Editor

Higher Ed
In this video, we will cover the Linux file editor. You will learn about vi editor.
Instructional Video5:13
Curated Video

Building Microservices API in Go - JSON Encoding

Higher Ed
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...
Instructional Video8:24
Curated Video

Chatbots Development with Amazon Lex - Integration with Boto

Higher Ed
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.
Instructional Video4:19
Curated Video

Deep Learning - Crash Course 2023 - Training Evaluation

Higher Ed
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 -...
Instructional Video7:25
Curated Video

Deep Learning - Crash Course 2023 - Pandas in Python - Pandas Series

Higher Ed
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...
Instructional Video10:57
Curated Video

Fundamentals of Secure Software - Encryption Use Cases

Higher Ed
This video focuses on various use cases for encryption.
Instructional Video3:58
Curated Video

Fundamentals of Secure Software - Encryption Overview

Higher Ed
This video provides an introduction and overview of encryption.
Instructional Video7:37
Curated Video

The Absolute Beginners Guide to Cybersecurity 2023 - Part 4 - Two-Factor Authentications

Higher Ed
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...
Instructional Video9:34
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Key Rotation

Higher Ed
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.
Instructional Video10:03
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Principals

Higher Ed
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.
Instructional Video8:00
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - S3 Bucket Properties

Higher Ed
Each S3 bucket has a collection of properties associated with it. These properties are explored in this video.
Instructional Video9:18
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - S3 Terminology

Higher Ed
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.
Instructional Video12:34
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Security Services Lab

Higher Ed
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.
Instructional Video10:13
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Logout

Higher Ed
In this video, you will learn how to implement the logout functionality in our SwiftUI Twitter Clone app.