Instructional Video3:58
Curated Video

Behavioral Design Patterns in C++ - Pros and Cons-Mediator

Higher Ed
This video talks about the pros and cons of the Mediator design pattern. This clip is from the chapter "Mediator" of the series "Behavioral Design Patterns in C++".This section focuses on the Mediator pattern.
Instructional Video4:14
Curated Video

Behavioral Design Patterns in C++ - DialogBox - II

Higher Ed
This video will help in the implementation of all the widget classes. This clip is from the chapter "Mediator" of the series "Behavioral Design Patterns in C++".This section focuses on the Mediator pattern.
Instructional Video6:48
Curated Video

Behavioral Design Patterns in C++ - DialogBox - I

Higher Ed
This video will help you create a DialogBox where you will add some widgets and see how to interact with the widgets through the mediator design pattern. This clip is from the chapter "Mediator" of the series "Behavioral Design Patterns...
Instructional Video5:20
Curated Video

Behavioral Design Patterns in C++ - Logging System - I

Higher Ed
This video starts with another example in which we will implement a logging system. This example is implemented in three subsequent videos. This clip is from the chapter "Chain of Responsibility" of the series "Behavioral Design Patterns...
Instructional Video1:53
Great Big Story

Ballroom beats, voguing as power in baltimore

12th - Higher Ed
Explore the vibrant ballroom scene in Baltimore, where voguing transcends dance to empower and unite the LGBT community.
Instructional Video10:10
Curated Video

Learning GitHub Actions for DevOps CI/CD - Exploring Workflow Components – Events

Higher Ed
This video helps in exploring workflow components; here, you will be focusing on events. This clip is from the chapter "Introduction to the GitHub Action Workflows" of the series "Learning GitHub Actions for DevOps CI/CD".This section...
Instructional Video10:42
Curated Video

React JS Masterclass - Go From Zero To Job Ready - API: Login/Register Endpoint / 120

Higher Ed
In this video, we will look at the React root component, namely the app, the dashboard, the admin, and other elements of the project that form the tree structure of React.
Instructional Video17:22
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Product Search / 109

Higher Ed
Here, we will discuss operator precedence, which determines the order in which an arithmetic operation is performed.
Instructional Video16:06
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Create Blog Post / 167

Higher Ed
After creating the conditional authorization in the previous lesson, we will now create a blog post in the WriteNode application.
Instructional Video16:52
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Order Submit Function / 132

Higher Ed
In this lecture, the next step is to start building the home page of the eCommerce site. We will use components to tell React what we want to see on the screen.
Instructional Video12:09
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Build the PUT Endpoint for the CoffeeOrderService - PUT /coffee_orders/{id}

Higher Ed
In this video, we will build the PUT endpoint in the controller, using which we can update an existing coffee order. This clip is from the chapter "Build a Coffee Order Service Using Spring Boot and Schema Registry" of the series "Kafka...
Instructional Video9:26
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Chatbot Development with AWS Lex and AWS Lambda: Interconnection

Higher Ed
This video demonstrates the process of connecting Amazon Lambda to our chatbot. We will create the functions required for our chatbot and author it from scratch. This clip is from the chapter "Chatbots Development with Amazon Lex" of the...
Instructional Video4:54
Curated Video

HashiCorp Certified - Vault Associate Course - Using the API Explorer

Higher Ed
In this video, we will explore how to use the API Explorer in HashiCorp Vault to interact with the Vault API. This clip is from the chapter "Compare Authentication Methods" of the series "HashiCorp Certified - Vault Associate...
Instructional Video4:59
Curated Video

The Complete Vue.js Course for Beginners - Events and Parameters

Higher Ed
In this video, you will learn about events in Vue.js; we will also discuss how we can use events in JavaScript as a framework. This clip is from the chapter "Getting Started with Basic Code" of the series "The Complete Vue.js Course for...
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 Video9:23
Curated Video

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

Higher Ed
This video explains how to delete the task that is added 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...
Instructional Video12:06
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Working with Answer / 213

Higher Ed
This video explains how to work with answers in the quiz application. This clip is from the chapter "Project: Quiz Application" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".In this section, you will...
Instructional Video13:16
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Events on HTML Page / 065

Higher Ed
This video explains events on HTML page. 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 an example.
Instructional Video11:04
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Keyboard Events / 063

Higher Ed
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...
Instructional Video8:14
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Submit Events / 059

Higher Ed
In this video, you will learn how to submit events using an informative and practical example. This video provides a step-by-step guide on how to handle and submit events within forms using JavaScript. This clip is from the chapter "Form...
Instructional Video12:47
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Event Bubbling and Delegation / 055

Higher Ed
This video explains event bubbling and delegation in DOM. This clip is from the chapter "Document Object Model" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains the document object...
Instructional Video12:20
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Creating and Removing Elements / 054

Higher Ed
This video explains how to create and remove elements in DOM. This clip is from the chapter "Document Object Model" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains the document...
Instructional Video8:43
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Events - II / 053-2

Higher Ed
This video explains events in DOM and types of events using an example. This clip is from the chapter "Document Object Model" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains the...
Instructional Video8:42
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Events - I / 053-1

Higher Ed
This video explains events in DOM and how to change the theme on a website. This clip is from the chapter "Document Object Model" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains the...