Curated Video
Recommender Systems: An Applied Approach using Deep Learning - Deep Learning Quiz Solution
This is the solution to the quiz based on the deep learning concepts learned so far in this module. This clip is from the chapter "Deep Learning Foundation for Recommender Systems" of the series "Recommender Systems: An Applied Approach...
Curated Video
Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Machine Learning Is Nothing but Geometry.
In this video, we will understand that machine learning is nothing but a geometry problem and see how it works for classification and regression. This clip is from the chapter "Machine Learning Basics" of the series "Data Science...
Curated Video
Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - What Is Classification?
In this video, we will understand classification. This clip is from the chapter "Machine Learning Basics" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In this section, we will cover machine...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Classes / 118
This video explains the class keyword, which is used to create a blueprint in OOP. This clip is from the chapter "Object-Oriented Programming" 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 - Object Literals Again! / 117
This video explains why creating our own object literals is important. This clip is from the chapter "Object-Oriented Programming" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Keyboard Events / 063
This video explains the event type, which is key up. 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 explains form and form events with...
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
Alteryx Advanced - Regex and Parsing XML
In this video, you will learn about regex (regular expressions), which are sequences of characters to create patterns to locate and manage strings of data. You will learn to use the Regex tool. We will look at a demonstration that uses...
Curated Video
Design Microservices Architecture with Patterns and Principles - Introduction
In this video, we will understand the course objectives and the instructor. We understand the importance of software architecture and how this course can enhance your skills and knowledge in this field. It sets the foundation for what to...
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 - Best Practices for CQRS and Instagram Database Architecture with CQRS
This video discusses the advantages and disadvantages of implementing the Command Query Responsibility Segregation (CQRS) pattern, the benefits of improved performance, scalability, and flexibility in data handling, as well as the...
Curated Video
Design Microservices Architecture with Patterns and Principles - Problem: Cross-Service Queries and Write Commands on Distributed Scaled Database
The video addresses the challenges associated with performing cross-service queries and write commands on a distributed and scaled database environment, the complexities and considerations involved in coordinating data access and...
Curated Video
Design Microservices Architecture with Patterns and Principles - Service Aggregator Pattern - Microservices Communications Design patterns
The Service Aggregator pattern is introduced as a solution to the challenges of service-to-service communication. This pattern involves creating an intermediate service that acts as a single entry point for clients and aggregates data...
Curated Video
Design Microservices Architecture with Patterns and Principles - API Gateway Pattern
This video explains the API gateway pattern and provides a comprehensive understanding of its purpose, functionality, and architecture. It explores the API gateway as a single-entry point for clients, handling request routing, protocol...
Curated Video
Design Microservices Architecture with Patterns and Principles - Gateway Aggregation Pattern
This video explores the gateway aggregation pattern, which allows the API gateway to aggregate data from multiple microservices and present it as a single unified response to clients and discusses the benefits of this pattern, such as...
Curated Video
Design Microservices Architecture with Patterns and Principles - Gateway Routing pattern
The gateway routing pattern is explained in detail in this video. It describes how the API gateway acts as a routing layer that directs client requests to the appropriate microservice based on various criteria such as URL paths, headers,...
Curated Video
Design Microservices Architecture with Patterns and Principles - Design and Evaluate Microservices Architecture with WebSocket API Design
In this video, you will learn to design and evaluate microservices architecture using WebSocket API design principles. We will understand the message format, connection management, and security considerations when implementing WebSocket...
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
Design Microservices Architecture with Patterns and Principles - How to Follow the Course and Course Slides
In this video, we will receive guidance on navigating and making the most of the course content. This video provides instructions on accessing and utilizing course slides, ensuring we can effectively follow along and reinforce our...
Curated Video
Design Microservices Architecture with Patterns and Principles - Way of Learning - The Course Flow
In this video, discover the learning approach and course structure. This video outlines the course flow, highlighting the sequence of topics and the logical progression of concepts. It prepares us for an effective learning experience....
Curated Video
Design Microservices Architecture with Patterns and Principles - Architecture Design Journey - Evolution of Architectures
This video delves into software architecture design, examining how architectures have evolved over time. We will gain insights into the different architectural paradigms and their implications. This clip is from the chapter "Course...
Curated Video
Mastering C++ Standard Library Features [Video] - Safer Interfaces with Higher-Order Functions
Through realistic examples, understand how higher-order functions can be used to create safer and easier interfaces for your users