Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution I - Sort Out Facebook Groups by Location
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...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise - Sort Out Facebook Groups by Location
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...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - Build an Uber App Customer JavaScript Object Database
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...
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
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...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Is the IndexOf Method in JavaScript
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...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Example of a Document Database - MongoDB
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...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - GitHub
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...
Curated Video
Linux Crash Course for Beginners - 2023 - File Display Commands
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.
Curated Video
Linux Crash Course for Beginners - 2023 - File Maintenance Commands
In this video, you will learn about a few file maintenance commands such as cp, rm, mv, mkdir, and rmdir.
Curated Video
Linux Crash Course for Beginners - 2023 - Download and Install Linux (CentOS 9)
In this video, you will learn how to download and install Linux operating system CentOS 9 stream.
Curated Video
Fundamentals of Neural Networks - Language Processing
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...
Curated Video
Fundamentals of Neural Networks - Image Data
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...
Curated Video
Ultimate Tableau Desktop Course - Beginner to Advanced Bundle - Geospatial Charts Part 2
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.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 02 - Java Reference Types – Puzzles
In this video, you will learn about Java reference types with puzzles.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 01 - Reference Types - How Are they Stored in Memory?
In this video, you will learn about reference types—how they are stored in memory.
Curated Video
Chatbots Development with Amazon Lex - Starting Lambda Code
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.
Curated Video
Chatbots Development with Amazon Lex - Build and Test
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.
Curated Video
Chatbots Development with Amazon Lex - Generic Utterance with Slots
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...
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Stringbuilder
Here, we will look at the StringBuilder, which creates a mutable or modifiable succession of characters in the strings class.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: Geographic Filtering
In this lesson, you will learn how to filter users in a recommendation system based on a geographical region.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: Exploring Genres in Content-Based Filtering
After learning to explore genres, we will look at term frequency and inverse document frequency.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Basics of Recommender System: Quality of Recommender System
In this lesson, we will look at the quality of recommender systems through inferred preferences and ways to collect user opinions.
Curated Video
Fundamentals of Secure Software - Server-Side Request Forgery
This video demonstrates server-side request forgery.
Curated Video
The Absolute Beginners Guide to Cybersecurity 2023 - Part 4 - Checking Default App Permissions - IOS
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...