Instructional Video7:15
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution I - Sort Out Facebook Groups by Location

Higher Ed
In this video, we will discuss the solution to the exercise on sorting out Facebook groups by location from the previous video. This clip is from the chapter "Algorithms and Data Structures - Intermediate to Advanced" of the series...
Instructional Video4:03
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise - Sort Out Facebook Groups by Location

Higher Ed
This is an exercise video where you will be sorting out Facebook groups by location. This clip is from the chapter "Algorithms and Data Structures - Intermediate to Advanced" of the series "JavaScript Mastery from Zero to Hero - Prepare...
Instructional Video4:58
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - Build an Uber App Customer JavaScript Object Database

Higher Ed
In this video, we will discuss the solution to the exercise on building an Uber app customer JavaScript object database from the previous video. This clip is from the chapter "Data Structures - From Zero to Intermediate" of the series...
Instructional Video5:16
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Are Objects in JavaScript - Dot Notation and Modifying Object Key Pair V

Higher Ed
In this video, you will learn about objects in JavaScript, which are a data type that allows us to store key-value pairs. You will first learn about dot notation, which is a way to access and modify values within an object using the dot...
Instructional Video4:03
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Is the IndexOf Method in JavaScript

Higher Ed
In JavaScript, the indexOf() method is used to search for an element in an array and returns the index of the first occurrence of the element. This method takes an argument, which is the element that you want to find in the array. This...
Instructional Video4:27
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Example of a Document Database - MongoDB

Higher Ed
This video explains MongoDB with an example of a document database. This clip is from the chapter "Databases" of the series "Web Development Concepts for Everyone".This section explains databases such as relation databases, and in-memory...
Instructional Video10:01
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - GitHub

Higher Ed
This video explains GitHub, which is a popular Git cloud platform used by individual developers and companies. This clip is from the chapter "Version Control" of the series "Web Development Concepts for Everyone".This video explains...
Instructional Video8:20
Curated Video

Linux Crash Course for Beginners - 2023 - File Display Commands

Higher Ed
In this video, you will learn all the commands that can be used to display file content such as cat, less, more, head, tail, vi.
Instructional Video11:44
Curated Video

Linux Crash Course for Beginners - 2023 - File Maintenance Commands

Higher Ed
In this video, you will learn about a few file maintenance commands such as cp, rm, mv, mkdir, and rmdir.
Instructional Video13:26
Curated Video

Linux Crash Course for Beginners - 2023 - Download and Install Linux (CentOS 9)

Higher Ed
In this video, you will learn how to download and install Linux operating system CentOS 9 stream.
Instructional Video10:33
Curated Video

Fundamentals of Neural Networks - Language Processing

Higher Ed
NLP is a tool for structuring data in a way that AI systems can process that deals with language. NLP uses AI to 'read' through a document and extract key information. This clip is from the chapter "Recurrent Neural Networks" of the...
Instructional Video6:45
Curated Video

Fundamentals of Neural Networks - Image Data

Higher Ed
This video explains image data in CNN (Convolutional Neural Network). This clip is from the chapter "Convolutional Neural Networks" of the series "Fundamentals in Neural Networks".This section explains convolutional neural networks where...
Instructional Video9:46
Curated Video

Ultimate Tableau Desktop Course - Beginner to Advanced Bundle - Geospatial Charts Part 2

Higher Ed
Continuing on the examples of geospatial charts, we will use the places of worship in the US Excel sheet and create a map chart in layers.
Instructional Video8:53
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 02 - Java Reference Types – Puzzles

Higher Ed
In this video, you will learn about Java reference types with puzzles.
Instructional Video7:02
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 01 - Reference Types - How Are they Stored in Memory?

Higher Ed
In this video, you will learn about reference types—how they are stored in memory.
Instructional Video6:56
Curated Video

Chatbots Development with Amazon Lex - Starting Lambda Code

Higher Ed
In this video, we will prepare to write the code for the chatbot's functioning; we will import a few required libraries, including JSON, datetime, and time.
Instructional Video7:35
Curated Video

Chatbots Development with Amazon Lex - Build and Test

Higher Ed
After creating the intents, we will want to create a few messages as responses to be displayed by the chatbot. You will learn to add acceptance and decline responses to the chatbot.
Instructional Video5:58
Curated Video

Chatbots Development with Amazon Lex - Generic Utterance with Slots

Higher Ed
This is the continuation of the lesson from the previous video, where we learned how to create a new intent and then create sample utterances. We will look at completing the information required for the chatbot to understand the intent...
Instructional Video4:36
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Stringbuilder

Higher Ed
Here, we will look at the StringBuilder, which creates a mutable or modifiable succession of characters in the strings class.
Instructional Video3:35
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: Geographic Filtering

Higher Ed
In this lesson, you will learn how to filter users in a recommendation system based on a geographical region.
Instructional Video12:31
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: Exploring Genres in Content-Based Filtering

Higher Ed
After learning to explore genres, we will look at term frequency and inverse document frequency.
Instructional Video11:20
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Basics of Recommender System: Quality of Recommender System

Higher Ed
In this lesson, we will look at the quality of recommender systems through inferred preferences and ways to collect user opinions.
Instructional Video3:06
Curated Video

Fundamentals of Secure Software - Server-Side Request Forgery

Higher Ed
This video demonstrates server-side request forgery.
Instructional Video2:02
Curated Video

The Absolute Beginners Guide to Cybersecurity 2023 - Part 4 - Checking Default App Permissions - IOS

Higher Ed
This video talks about the kinds of permissions the applications have on an iOS device and how to reset the permission on an iOS device. This clip is from the chapter "Mobile Security" of the series "The Absolute Beginners Guide to...