Hi, what do you want to do?
Curated Video
The Art of Doing - Web Development for Beginners - Final Project Part 6
In this final video of the series, we will work on the content page, which is the last piece of our project puzzle. We will wrap up our project, review our progress, and finalize our web application. Join us for the grand finale of our...
Curated Video
The Art of Doing - Web Development for Beginners - Getting Values From Forms
In this video, you will learn how to add an event listener to a form and listen for a submit event. We will explore how to use the FormData object to access the data sent through the form, prevent the default form submission behavior...
Curated Video
The Art of Doing - Web Development for Beginners - Getting Input Values Part 2
In this video, we will continue our exploration of getting input values, this time focusing on linked checkboxes within a form and getting values on the change of an input field.
<
br/>
This clip is from the chapter "JavaScript -...
<
br/>
This clip is from the chapter "JavaScript -...
Curated Video
The Art of Doing - Web Development for Beginners - Getting Input Values Part 1
In this video, we will explore how to get input values from simple input fields and isolated select elements. You will also learn how to get values from linked radio buttons within a form.
<
br/>
This clip is from the chapter...
<
br/>
This clip is from the chapter...
Curated Video
The Pervasiveness of Video Surveillance: Insights from Nice, the "Camera City"
Explore how the city of Nice has earned the nickname "Camera City" through its extensive network of surveillance cameras aimed at improving public safety. This report delves into the high-tech control center where the footage from 937...
Curated Video
Blender to Unreal Engine - Become a Dungeon Prop Artist - Setting Up Light Flicker Code
In this lesson, we are going to make use of blueprint coding to set ourselves up with a flickering fire. We will make use of randomized values to ensure that our light source looks as organic as possible.
Curated Video
Learn Azure Serverless Functions in a Weekend - What Is Azure Functions
This video explains Azure Functions in detail.<br<br/>/>
This clip is from the chapter "Introduction to the Course" of the series "Learn Azure Serverless Functions in a Weekend".This section provides an introduction to the course.
This clip is from the chapter "Introduction to the Course" of the series "Learn Azure Serverless Functions in a Weekend".This section provides an introduction to the course.
Curated Video
Learn Azure Serverless Functions in a Weekend - Event-Driven Architecture
This video explains the event-driven architecture from scratch.
<
br/>
This clip is from the chapter "Introduction to the Course" of the series "Learn Azure Serverless Functions in a Weekend".This section provides an introduction to...
<
br/>
This clip is from the chapter "Introduction to the Course" of the series "Learn Azure Serverless Functions in a Weekend".This section provides an introduction to...
Curated Video
Behavioral Design Patterns in C++ - Methods for States - II
This video demonstrates the implementation of method for states in code.<br<br/>/>
This clip is from the chapter "State" of the series "Behavioral Design Patterns in C++".This section focuses on the State design pattern.
This clip is from the chapter "State" of the series "Behavioral Design Patterns in C++".This section focuses on the State design pattern.
Curated Video
Behavioral Design Patterns in C++ - Transition Table - I
This video explains the implementation of the State design pattern through a transition table.
<
br/>
This clip is from the chapter "State" of the series "Behavioral Design Patterns in C++".This section focuses on the State design...
<
br/>
This clip is from the chapter "State" of the series "Behavioral Design Patterns in C++".This section focuses on the State design...
Curated Video
Behavioral Design Patterns in C++ - Introduction-State
This video provides an introduction to the State design pattern and helps find the state of the object.
<
br/>
This clip is from the chapter "State" of the series "Behavioral Design Patterns in C++".This section focuses on the State...
<
br/>
This clip is from the chapter "State" of the series "Behavioral Design Patterns in C++".This section focuses on the State...
Curated Video
Behavioral Design Patterns in C++ - Methods for States - III
This video extends the code and modifies the state class.<br<br/>/>
This clip is from the chapter "State" of the series "Behavioral Design Patterns in C++".This section focuses on the State design pattern.
This clip is from the chapter "State" of the series "Behavioral Design Patterns in C++".This section focuses on the State design pattern.
Curated Video
Behavioral Design Patterns in C++ - Pros and Cons-Mediator
This video talks about the pros and cons of the Mediator design pattern.<br<br/>/>
This clip is from the chapter "Mediator" of the series "Behavioral Design Patterns in C++".This section focuses on the Mediator pattern.
This clip is from the chapter "Mediator" of the series "Behavioral Design Patterns in C++".This section focuses on the Mediator pattern.
Curated Video
Behavioral Design Patterns in C++ - DialogBox - II
This video will help in the implementation of all the widget classes.<br<br/>/>
This clip is from the chapter "Mediator" of the series "Behavioral Design Patterns in C++".This section focuses on the Mediator pattern.
This clip is from the chapter "Mediator" of the series "Behavioral Design Patterns in C++".This section focuses on the Mediator pattern.
Curated Video
Behavioral Design Patterns in C++ - DialogBox - I
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.
<
br/>
This clip is from the chapter "Mediator" of the series "Behavioral...
<
br/>
This clip is from the chapter "Mediator" of the series "Behavioral...
Curated Video
Behavioral Design Patterns in C++ - Logging System - I
This video starts with another example in which we will implement a logging system. This example is implemented in three subsequent videos.
<
br/>
This clip is from the chapter "Chain of Responsibility" of the series "Behavioral...
<
br/>
This clip is from the chapter "Chain of Responsibility" of the series "Behavioral...
Great Big Story
Ballroom beats, voguing as power in baltimore
Explore the vibrant ballroom scene in Baltimore, where voguing transcends dance to empower and unite the LGBT community.
Curated Video
Learning GitHub Actions for DevOps CI/CD - Exploring Workflow Components – Events
This video helps in exploring workflow components; here, you will be focusing on events.
<
br/>
This clip is from the chapter "Introduction to the GitHub Action Workflows" of the series "Learning GitHub Actions for DevOps...
<
br/>
This clip is from the chapter "Introduction to the GitHub Action Workflows" of the series "Learning GitHub Actions for DevOps...
Curated Video
React JS Masterclass - Go From Zero To Job Ready - API: Login/Register Endpoint / 120
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Product Search / 109
Here, we will discuss operator precedence, which determines the order in which an arithmetic operation is performed.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Create Blog Post / 167
After creating the conditional authorization in the previous lesson, we will now create a blog post in the WriteNode application.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Order Submit Function / 132
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.
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Build the PUT Endpoint for the CoffeeOrderService - PUT /coffee_orders/{id}
In this video, we will build the PUT endpoint in the controller, using which we can update an existing coffee order.
<
br/>
This clip is from the chapter "Build a Coffee Order Service Using Spring Boot and Schema Registry" of the...
<
br/>
This clip is from the chapter "Build a Coffee Order Service Using Spring Boot and Schema Registry" of the...
Curated Video
Chatbots for Beginners: A Complete Guide to Build Chatbots - Chatbot Development with AWS Lex and AWS Lambda: Interconnection
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.
<
br/>
This clip is from the chapter "Chatbots Development with Amazon...
<
br/>
This clip is from the chapter "Chatbots Development with Amazon...