Instructional Video8:12
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Testing RegEx Patterns / 061

Higher Ed
This video explains how to validate the input from the user using RegEx patterns. This clip is from the chapter "Form and Form Events" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section...
Instructional Video15:19
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Regular Expressions / 060

Higher Ed
In this video, you will delve into the topic of regular expressions, commonly referred to as RegEx. This video provides a comprehensive explanation of regular expressions and how they are used in JavaScript. This clip is from the chapter...
Instructional Video15:33
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Objects in Arrays / 041

Higher Ed
This video explains objects in arrays along with an example. This clip is from the chapter "Object Literals" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains object literals and its...
Instructional Video12:27
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - forEach Method / 036

Higher Ed
This video explains the forEach method along with an example. This clip is from the chapter "Functions" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains functions, arguments, and...
Instructional Video12:48
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Arrow Functions / 033

Higher Ed
This video explains the arrow function in JavaScript along with an example. This clip is from the chapter "Functions" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains functions,...
Instructional Video6:19
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Functions - I / 029

Higher Ed
This video explains functions, which is a block of code that is used to perform repetitive tasks. This clip is from the chapter "Functions" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section...
Instructional Video7:45
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Ternary Operator / 028-1

Higher Ed
This video explains ternary operator in JavaScript. 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 in JavaScript such as...
Instructional Video8:05
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - How to Run JavaScript Files / 005

Higher Ed
This video explains how to run JavaScript files. This clip is from the chapter "JavaScript Basics" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains the basics of JavaScript such as...
Instructional Video5:49
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Specificity / R029

Higher Ed
This video explains the specificity and the element tag. This clip is from the chapter "(Optional) HTML and CSS Refresher" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section is an HTML and CSS...
Instructional Video3:21
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - HTML Entity

Higher Ed
This video explains HTML entities. This clip is from the chapter "(Optional) HTML and CSS Refresher" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section is an HTML and CSS refresher.
Instructional Video4:11
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Comments

Higher Ed
This video explains how to add comments to the HTML code. This clip is from the chapter "(Optional) HTML and CSS Refresher" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section is an HTML and CSS...
Instructional Video7:41
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Common HTML Tags

Higher Ed
This video explains the common HTML tags. This clip is from the chapter "(Optional) HTML and CSS Refresher" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section is an HTML and CSS refresher.
Instructional Video11:47
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - HTML Introduction

Higher Ed
This video introduces you to HTML and why you should use HTML. This clip is from the chapter "(Optional) HTML and CSS Refresher" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section is an HTML...
Instructional Video6:29
Curated Video

ChatGPT and Prompt Engineering With Advanced Data Analysis - Alternative 2

Higher Ed
This is a continuation video from the previous one, discussing the alternatives to ChatGPT. In this video, we will examine another alternative, Rytr, which does almost everything ChatGPT does, except write program codes. This clip is...
Instructional Video5:03
Curated Video

Design Microservices Architecture with Patterns and Principles - Design the Architecture - E-Commerce App - Layered Architecture

Higher Ed
In this video, we will apply the layered architecture pattern to design an e-commerce application. We will define the layers and their responsibilities, ensuring a clear separation of concerns and a modular structure that facilitates...
Instructional Video3:11
Curated Video

Design Microservices Architecture with Patterns and Principles - How to Sync Read and Write Databases in CQRS?

Higher Ed
This video provides insights into the best practices for designing and implementing CQRS in a microservices architecture and explores topics such as data modeling, event sourcing, read and write scalability, and data synchronization...
Instructional Video1:56
Curated Video

Design Microservices Architecture with Patterns and Principles - Evaluate: Microservices Architecture with Database Sharding Pattern - Cassandra

Higher Ed
This video focuses on evaluating the effectiveness of a microservices architecture that incorporates the database sharding pattern using Cassandra, the key metrics, and factors to consider when assessing the performance. The video...
Instructional Video2:42
Curated Video

Design Microservices Architecture with Patterns and Principles - Design and Evaluate Microservices Architecture with gRPC API Design

Higher Ed
In this video, you will learn to design and evaluate a microservices architecture using gRPC API design principles. We will explore topics such as service contracts, protocol buffers, and performance considerations when implementing...
Instructional Video3:43
Curated Video

Design Microservices Architecture with Patterns and Principles - Design the Architecture - E-Commerce App - KISS and YAGNI

Higher Ed
Here, let's apply the principles of KISS and YAGNI to design the architecture of an e-commerce application using the monolithic approach. We will emphasize simplicity, avoiding unnecessary complexity and implementing only the essential...
Instructional Video3:43
Curated Video

Mastering C++ Standard Library Features [Video] - The Course Overview

Higher Ed
This video provides an overview of the entire course.
Instructional Video2:26
Curated Video

Design Microservices Architecture with Patterns and Principles - Introduction - Serverless Microservices

Higher Ed
This video introduces serverless microservices, explaining the concept and its benefits. It sets the stage for understanding how serverless architecture can be leveraged for building scalable and cost-effective microservices. This clip...
Instructional Video3:21
Curated Video

Design Microservices Architecture with Patterns and Principles - Cache-Aside Pattern for Microservices

Higher Ed
This video introduces the cache-aside pattern, which is a common pattern used in microservices architectures for distributed caching. It explains how the cache-aside pattern works and how it can improve system performance by caching data...
Instructional Video5:11
Curated Video

Design Microservices Architecture with Patterns and Principles - Caching Strategies in Distributed Caching for Microservices

Higher Ed
This video explores different caching strategies that can be used in distributed caching for microservices architectures. It discusses strategies such as write-through caching, write-behind caching, and read-through caching, and explains...
Instructional Video3:31
Curated Video

Design Microservices Architecture with Patterns and Principles - Design Microservices Architecture with CQRS, Event Sourcing, Eventual Consistent

Higher Ed
This video showcases the design of a microservices architecture that incorporates the CQRS pattern, Event Sourcing, and eventual consistency and demonstrates how these patterns and principles can be applied together to build a scalable...