Curated Video
Type-Safe Interfaces with Modern C++ - std::string
Learn about the idea of an "owning wrapper" by understanding how `std::string` works internally and what its semantics are.
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - Use the Splice Method to Decode the Puzzle
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...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Is a Palindrome - Interview Question in JavaScript
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...
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 - Exercise - Use the Splice Method to Decode the Mystery
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...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Escape Sequences in JavaScript
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...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Strings in Solidity
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...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Lab - Workflow Template Introduction
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...
Curated Video
Microsoft Project 2021 From Beginners to Advanced - Link Tasks and Add Dependencies
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...
Curated Video
Deep Learning - Crash Course 2023 - Python Basics - Data Types
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...
Curated Video
Advanced Chatbots with Deep Learning and Python - Separation and Sequence
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.
Curated Video
Advanced Chatbots with Deep Learning and Python - Module Introduction-2
In this video, you will learn more about deep learning and the general architecture, chatbot development with deep learning, and its related concepts.
Curated Video
Triangular Numbers Explained
This video explains what triangular numbers are and the patterns associated with them. Two puzzles are at the end of the video.
Curated Video
Linux PAM Security Administration - The PAM File Configuration - Module Interface
This video explains the first column of the PAM file configuration, which is the module interface or type.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Simple Workflow (SWF)
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.
Curated Video
Web Hacker's Toolbox - Tools Used by Successful Hackers - From SQL Injection to Remote Code Execution Overview
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...
Curated Video
Deep Learning - Computer Vision for Beginners Using PyTorch - Writing a Class
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...
Curated Video
Deep Learning - Computer Vision for Beginners Using PyTorch - For Loops
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...
Curated Video
Deep Learning - Computer Vision for Beginners Using PyTorch - Inbuilt Functions in Python - range and input
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...
Curated Video
Deep Learning - Computer Vision for Beginners Using PyTorch - Data Structures in Python
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...
Curated Video
Python Bootcamp in a Day - Python Programming for Beginners - Strings
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.
Curated Video
Deep Learning - Convolutional Neural Networks with TensorFlow - CNNs for Text
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,...
Curated Video
Deep Learning - Convolutional Neural Networks with TensorFlow - Code Preparation (NLP)
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...
Curated Video
Deep Learning - Convolutional Neural Networks with TensorFlow - Embeddings
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...