Instructional Video2:33
Curated Video

Recommender Systems with Machine Learning - Quiz Solution

Higher Ed
This is a solution video of the quiz for this module/section. This clip is from the chapter "Machine Learning for Recommender System" of the series "Recommender Systems with Machine Learning".This section focuses on the use of machine...
Instructional Video5:25
Curated Video

Recommender Systems with Machine Learning - Collaborative Filtering and User-Based Collaborative Filtering

Higher Ed
This video helps you with collaborative filtering and user-based collaborative filtering. This clip is from the chapter "Basic of Recommender Systems" of the series "Recommender Systems with Machine Learning".This section focuses on the...
Instructional Video4:04
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Fundamentals of AWS for Chatbots: Module Overview

Higher Ed
In this video, we will discuss the concepts covered in this module, including Amazon Web Services, the web services that Amazon provides, how we can use these services, and the benefits of AWS, apart from the salient features of AWS....
Instructional Video5:29
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - All Data Is the Same

Higher Ed
In this video, we will understand how all data is the same as all machine learning interfaces are the same. This clip is from the chapter "Machine Learning Basics" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas...
Instructional Video4:41
Curated Video

HashiCorp Certified - Vault Associate Course - Vault Policies—Path

Higher Ed
In this video, we will take a closer look at the path component of HashiCorp Vault policies and how to use it to define fine-grained access controls for Vault resources. Defining the path is often the most important part of creating a...
Instructional Video7:25
Curated Video

Oracle Database Administration from Zero to Hero - Practice - Using SQL Developer

Higher Ed
In this practice video, we will download and install SQL Developer, a graphical tool provided by Oracle, which enhances the database administration and development experience on the hosting PC. This clip is from the chapter "Installing...
Instructional Video7:17
Curated Video

ChatGPT 101 - Supercharge Your Work and Life with ChatGPT - Mental Health (Self-Care, Stress Management, Personal Therapy)

Higher Ed
This video will teach us to care for our minds and emotions and discover self-care practices to manage stress, anxiety, and other mental health challenges. We will explore the benefits of personal therapy and how to find a therapist to...
Instructional Video6:16
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Introduction to Builders

Higher Ed
In this video, we will understand the concept of a Packer builder responsible for creating machines and generating images. More than one builder can be specified in a template. We will compare the different builder models available. This...
Instructional Video10:31
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Delete Document / 275

Higher Ed
This video explains the delete functionality in the bookmark manager. This clip is from the chapter "Project: Bookmark Manager" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains a new...
Instructional Video7:24
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Updating Documents / 261

Higher Ed
This video explains how to update a particular document. This clip is from the chapter "Firebase" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".In this section, you will learn about the powerful...
Instructional Video6:27
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Form: Delete Task / 294

Higher Ed
This video explains the delete functionality in the Kanban project. This clip is from the chapter "Project: Kanban Application" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains a...
Instructional Video7:34
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Form: Add Task / 292

Higher Ed
This video explains the add functionality in the Kanban project. This clip is from the chapter "Project: Kanban Application" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains a...
Instructional Video4:47
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Task Count / 291

Higher Ed
This video explains how to fix the task count in the Kanban project. This clip is from the chapter "Project: Kanban Application" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains a...
Instructional Video8:40
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Delete Task / 288

Higher Ed
This video explains how to delete a task from the project. This clip is from the chapter "Project: Kanban Application" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains a web-based...
Instructional Video7:20
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Get Task / 286

Higher Ed
This video explains the get task functionality of the project. This clip is from the chapter "Project: Kanban Application" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains a...
Instructional Video6:06
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Update Task Count / 226

Higher Ed
This video explains how to update the task count using messageSpan. This clip is from the chapter "Project: Todo List Manager" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains...
Instructional Video10:59
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Add Task / 224

Higher Ed
This video explains how to add a task to the ToDo list. This clip is from the chapter "Project: Todo List Manager" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains another project...
Instructional Video13:10
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Logical Operators / 024

Higher Ed
This video explains logical operators in JavaScript along with an example. This clip is from the chapter "Control Flow" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains various loops...
Instructional Video14:26
Curated Video

ChatGPT and Prompt Engineering With Advanced Data Analysis - Analyzing Net Promoter Score (NPS)

Higher Ed
In this video, we will explore how ChatGPT can analyze Net Promoter Score (NPS) data in Excel. We will use ChatGPT's capabilities to calculate NPS, analyze NPS data using Excel functions, and visualize NPS results using charts/graphs for...
Instructional Video5:16
Curated Video

Design Microservices Architecture with Patterns and Principles - Choosing the Right Architecture for Your Application

Higher Ed
This video will explore the factors to consider when selecting an architecture for our application. This video discusses various architectural options, strengths, and suitability for different scenarios, empowering us to make informed...
Instructional Video3:07
Curated Video

Design Microservices Architecture with Patterns and Principles - Problem: Client Apps Have Different UI Requirements

Higher Ed
This video highlights the challenge of catering to different UI requirements of client applications in a microservices architecture and discusses the need for a solution that allows the backend to provide tailored responses to different...
Instructional Video1:47
Curated Video

Design Microservices Architecture with Patterns and Principles - Problem: Multiple Request (N+1) for Retrieving Relational Data

Higher Ed
In this video, we will address the problem of multiple requests and the N+1 query problem when retrieving relational data in a microservices architecture. Explore strategies, such as eager loading, caching, and denormalization, to...
Instructional Video7:07
Curated Video

Design Microservices Architecture with Patterns and Principles - API Gateways Microservices Code Review - E-Commerce App

Higher Ed
In this video, a code review of the API gateways microservice in the e-commerce application is conducted and explores the codebase of the API gateways microservice, its role in handling client requests and routing them to the appropriate...
Instructional Video7:27
Curated Video

Design Microservices Architecture with Patterns and Principles - Adapt: Microservices Using Containers and Orchestrators

Higher Ed
In this video, the adaptation of existing microservices to leverage containers and orchestrators is discussed, the process of containerizing microservices, modifying deployment configurations, and integrating with container orchestration...