Instructional Video8:18
Curated Video

Type-Safe Interfaces with Modern C++ - std::string

Higher Ed
Learn about the idea of an "owning wrapper" by understanding how `std::string` works internally and what its semantics are.
Instructional Video9:41
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - Use the Splice Method to Decode the Puzzle

Higher Ed
In this video, we will discuss the solution to the exercise on using the splice method to decode the mystery from the previous video. This clip is from the chapter "Data Structures - From Zero to Intermediate" of the series "JavaScript...
Instructional Video7:16
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Is a Palindrome - Interview Question in JavaScript

Higher Ed
A palindrome is a word, phrase, number, or other sequence of characters that reads the same forward and backward. In this video, we will discuss an interview question related to palindromes in JavaScript. We will go over what palindromes...
Instructional Video8:02
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Adding to Arrays with Splice in JavaScript

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

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise - Use the Splice Method to Decode the Mystery

Higher Ed
This is an exercise video where you will use the splice method to decode the mystery. This clip is from the chapter "Data Structures - From Zero to Intermediate" of the series "JavaScript Mastery from Zero to Hero - Prepare for Coding...
Instructional Video4:49
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Escape Sequences in JavaScript

Higher Ed
In this video, you will learn about escape sequences in JavaScript, which are special characters that are used to represent certain values in a string. You will explore how escape sequences work and learn about some of the most common...
Instructional Video5:22
Curated Video

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

Higher Ed
In this video, you will learn about strings in Solidity and how to declare and initialize them. This clip is from the chapter "Learn Solidity - Basics III" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and...
Instructional Video4:58
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Lab - Workflow Template Introduction

Higher Ed
This video provides an introduction to the Workflow template. This clip is from the chapter "Data Science Models with Google App Engine" of the series "Data Science Model Deployments and Cloud Computing on GCP".This section focuses on...
Instructional Video7:38
Curated Video

Microsoft Project 2021 From Beginners to Advanced - Link Tasks and Add Dependencies

Higher Ed
In this video, we will learn to link tasks, add dependencies in Project 2021, and create Finish-to-Start, Start-to-Start, Finish-to-Finish, and Start-to-Finish dependencies between tasks, as well as use the task inspector to view and...
Instructional Video12:12
Curated Video

Deep Learning - Crash Course 2023 - Python Basics - Data Types

Higher Ed
In this video, you will learn about variables, comments in Python, basic data types, Boolean, strings, and Python containers. This clip is from the chapter "Python Crash Course on Basics" of the series "Deep Learning - Crash Course...
Instructional Video5:10
Curated Video

Advanced Chatbots with Deep Learning and Python - Separation and Sequence

Higher Ed
In this video, you will learn to make the train-test story questions and answers. We will then use a for loop to enter the story, question, and answer into the respective parts.
Instructional Video2:55
Curated Video

Advanced Chatbots with Deep Learning and Python - Module Introduction-2

Higher Ed
In this video, you will learn more about deep learning and the general architecture, chatbot development with deep learning, and its related concepts.
Instructional Video2:37
Curated Video

Triangular Numbers Explained

3rd - Higher Ed
This video explains what triangular numbers are and the patterns associated with them. Two puzzles are at the end of the video.
Instructional Video5:25
Curated Video

Linux PAM Security Administration - The PAM File Configuration - Module Interface

Higher Ed
This video explains the first column of the PAM file configuration, which is the module interface or type.
Instructional Video6:47
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Simple Workflow (SWF)

Higher Ed
Workflow management allows you to have logic in a processing flow. For example, you may want to do one thing if A is true and another thing if B is true. AWS Simple Workflow (SWF) allows you to implement such workflows.
Instructional Video4:20
Curated Video

Web Hacker's Toolbox - Tools Used by Successful Hackers - From SQL Injection to Remote Code Execution Overview

Higher Ed
This video provides an overview of how to execute the code from SQL injection to remote. This clip is from the chapter "How Hackers Find SQL Injections in Minutes with Sqlmap" of the series "Web Hacker's Toolbox - Tools Used by...
Instructional Video7:54
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Writing a Class

Higher Ed
In this video, we will start writing the program for our classes and objects. This clip is from the chapter "Optional Learning - Mini Project with Python Basics" of the series "Deep Learning - Computer Vision for Beginners Using...
Instructional Video4:37
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - For Loops

Higher Ed
In this video, you will learn about for loops. This clip is from the chapter "Optional Learning - Python Basics" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In this section, you will be learning the basics...
Instructional Video7:44
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Inbuilt Functions in Python - range and input

Higher Ed
In this video, you will learn two important inbuilt functions in Python, which are range and input functions. This clip is from the chapter "Optional Learning - Python Basics" of the series "Deep Learning - Computer Vision for Beginners...
Instructional Video9:11
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Data Structures in Python

Higher Ed
In this video, we will understand the data structures in Python. This clip is from the chapter "Optional Learning - Python Basics" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In this section, you will be...
Instructional Video6:07
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - Strings

Higher Ed
This video explains strings in Python. This clip is from the chapter "Storing Information" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains objects and variables.
Instructional Video8:10
Curated Video

Deep Learning - Convolutional Neural Networks with TensorFlow - CNNs for Text

Higher Ed
In this video, we will understand how we can use CNNs for text sequences. This clip is from the chapter "Natural Language Processing (NLP)" of the series "Deep Learning - Convolutional Neural Networks with TensorFlow".In this section,...
Instructional Video13:21
Curated Video

Deep Learning - Convolutional Neural Networks with TensorFlow - Code Preparation (NLP)

Higher Ed
In this video, we will look at the code preparation we will use for NLP and understand it. This clip is from the chapter "Natural Language Processing (NLP)" of the series "Deep Learning - Convolutional Neural Networks with TensorFlow".In...
Instructional Video12:51
Curated Video

Deep Learning - Convolutional Neural Networks with TensorFlow - Embeddings

Higher Ed
In this video, we will understand the text as sequence data. This clip is from the chapter "Natural Language Processing (NLP)" of the series "Deep Learning - Convolutional Neural Networks with TensorFlow".In this section, you will learn...