Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Kinesis Data Streams and Firehose
In this video, you will explore Kinesis Data Streams and Kinesis Firehose to understand what they offer and how they differ. As an AWS architect, it is important to know the options so you can select the best one for your needs.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Project 1: Song Recommendation System Using Content-Based Filtering: Fuzzywuzzy Implementation
You will learn to develop the two types of functions needed to make the recommender engine.
Curated Video
AutoCAD 2023 Masterclass - Produce Amazing Site Plans Quickly - Some Necessary Settings
In this video, we will discuss some crucial settings in AutoCAD 2D that are essential for optimizing your workflow. You will learn how to configure units, drawing settings, and display settings, as well as customize your workspace...
Curated Video
The Art of Doing - Web Development for Beginners - Inline Elements
In this video, we will explore inline elements, which don't start on a new line and only take up as much horizontal and vertical space as needed. We will also discuss how to set their background color using the style attribute. This clip...
Curated Video
The Art of Doing - Web Development for Beginners - Block-Level Elements
In this video, you will learn about block-level elements, which always start on a new line and take up the full horizontal width of their container. We will see how to set their vertical height and background color using the style...
Curated Video
The Art of Doing - Web Development for Beginners - Forms
In this video, you will learn how to create HTML forms using the form tag and add different input elements to them. This clip is from the chapter "Advanced HTML Tags" of the series "The Art of Doing - Web Development for Beginners".In...
Curated Video
The Art of Doing - Web Development for Beginners - Interactive Tags
In this video, you will learn about interactive tags such as buttons, input fields, radio buttons, select menus, and checkboxes, and how to use them in web forms. This clip is from the chapter "Advanced HTML Tags" of the series "The Art...
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Basic Operators and If Statements
This video explains basic operators and If statements.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Auth | RegisterView
In this video, we will take you through the process of designing and implementing a RegisterView for your Twitter Clone app that collects user data, validates it, and stores it securely.
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. This clip is from the chapter "JavaScript - Working with...
Curated Video
The Art of Doing - Web Development for Beginners - Pseudo Classes
In this video, you will learn about CSS pseudo classes, which are keywords added to selectors to specify special states of selected elements. We will explore examples of pseudo classes such as hover, active, and focus, and how they can...
Curated Video
The Art of Doing - Web Development for Beginners - Final HTML Project - Part 1
In this video, we will dive into building the ninja turtle site for the final project. We will start by working on the index and main pages, including adding the common header, footer, and navigation bar using semantic HTML. This clip is...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Server-Side Validation with AddCustomer View
AddCustomer view is added in this video along with suitable markup with built-in tag helpers to add model or server-side application. The application is run at the end of the video to demonstrate server-side validation in action. This...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Create the View to Get Customer by ID
Completing this video will allow you to create a view that shows a customer with a specific ID and a message if that customer does not exist in the database. This clip is from the chapter "Coding Project Part 2: Consume the Web API Using...
Curated Video
Generative AI Art for Beginners - Using Images as Part of Your Prompt
In this video, we will show you how to add one or more image URLs to your prompt in Midjourney. These images will serve as visual inspiration for your prompt and help you generate more creative ideas. We will also provide an example to...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Create the UpdateOrder View
You will be able to understand the creation and working of the view to render an updated order record. You will get a refresher on the client- and server-side validation in the process. The completed application until this point is run...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Create GetOrder View
In this video, you will learn how to create the GetOrder View with a thorough explanation. The application is also run to show the relevant functionalities. This clip is from the chapter "Coding Project Part 2: Consume the Web API Using...
Curated Video
Behavioral Design Patterns in C++ - Transition Table - I
This video explains the implementation of the State design pattern through a transition table. 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++ - Introduction-Interpreter
This video provides an introduction to the Interpreter pattern. This clip is from the chapter "Interpreter" of the series "Behavioral Design Patterns in C++".This section focuses on the Interpreter pattern.
Curated Video
Behavioral Design Patterns in C++ - Hangman - VI
In this video, we will use serialization to implement the Memento pattern. This clip is from the chapter "Memento" of the series "Behavioral Design Patterns in C++".This section focuses on the Memento pattern in detail.
Curated Video
Behavioral Design Patterns in C++ - Hangman - II
This video will help you test the Hangman game. This clip is from the chapter "Memento" of the series "Behavioral Design Patterns in C++".This section focuses on the Memento pattern in detail.
Curated Video
Behavioral Design Patterns in C++ - Basic Implementation-Memento
This video helps you with the basic implementation of the Memento pattern. This clip is from the chapter "Memento" of the series "Behavioral Design Patterns in C++".This section focuses on the Memento pattern in detail.