Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Testing RegEx Patterns / 061
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Regular Expressions / 060
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Objects in Arrays / 041
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - forEach Method / 036
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Arrow Functions / 033
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,...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Functions - I / 029
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Ternary Operator / 028-1
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - How to Run JavaScript Files / 005
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Specificity / R029
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - HTML Entity
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.
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Comments
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Common HTML Tags
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.
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - HTML Introduction
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...
Curated Video
ChatGPT and Prompt Engineering With Advanced Data Analysis - Alternative 2
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Design the Architecture - E-Commerce App - Layered Architecture
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - How to Sync Read and Write Databases in CQRS?
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Evaluate: Microservices Architecture with Database Sharding Pattern - Cassandra
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Design and Evaluate Microservices Architecture with gRPC API Design
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Design the Architecture - E-Commerce App - KISS and YAGNI
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...
Curated Video
Mastering C++ Standard Library Features [Video] - The Course Overview
This video provides an overview of the entire course.
Curated Video
Design Microservices Architecture with Patterns and Principles - Introduction - Serverless Microservices
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Cache-Aside Pattern for Microservices
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Caching Strategies in Distributed Caching for Microservices
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Design Microservices Architecture with CQRS, Event Sourcing, Eventual Consistent
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...