Curated Video
ChatGPT for Creatives - Organizational Tools
In this video, we will discuss some organizational tools that can be helpful in using ChatGPT for storytelling. These tools can help you keep track of your ideas, characters, and plot points, making it easier to stay organized and...
Curated Video
CompTIA A+ Certification Core 2 (220-1102) - Working with DNS
When a user complains the Internet is down, what's often happening is that DNS isn't working. There are a few simple tools and procedures to diagnose and repair DNS problems. This clip is from the chapter "Local Area Networking" of the...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Create UpdateCustomer Action Methods
This video is about creating the GET and POST action methods for updating a customer. You will learn the code with a thorough explanation of the methods. This clip is from the chapter "Coding Project Part 2: Consume the Web API Using an...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Create the DeleteOrder Action Method
This is the video that explains the code for a DeleteOrder action method that deletes an order from the database. It does this without any confirmation of record deletion. This confirm delete view in the present project context is not...
Curated Video
Learn Azure Serverless Functions in a Weekend - Transaction Management System - Requirement and Architecture
This video explains the transaction management system. You will look at the problem statement, do a requirement analysis, understand the application architecture, and the ways to implement it (steps to resolve the business problem of...
Curated Video
SQL Server Course for Beginners with 100+ examples - SELECT TOP Clause in SQL
Learn how to implement the SELECT TOP statement in SQL. We will work with the SELECT TOP PERCENT statement as well. This clip is from the chapter "Advanced SQL" of the series "SQL Server Course for Beginners with 100+ Examples".null
Curated Video
SQL Server Course for Beginners with 100+ examples - Aliases
Learn how to work with Aliases in SQL to give a temporary name to a table or column. The AS keyword creates an alias, making column names more readable. Remember that the alias's existence expires when that query's duration ends. This...
Curated Video
SQL Server Course for Beginners with 100+ examples - CHECK Constraint
Learn how to work with the CHECK constraint in SQL to allow only specific values for a column. You can limit the value range set in a column, for example, Age > 18, Marks > 75, and so on. This clip is from the chapter "Constraints in...
Curated Video
SQL Server Course for Beginners with 100+ examples - FOREIGN KEY Constraint
Learn how to work with the FOREIGN KEY constraint in SQL. A FOREIGN KEY is a field in one table that refers to the PRIMARY KEY in another. A child table is a table with a foreign key. This clip is from the chapter "Constraints in SQL" of...
Curated Video
SQL Server Course for Beginners with 100+ examples - PRIMARY KEY Constraint
Learn how to work with the PRIMARY KEY constraint in SQL. A PRIMARY KEY uniquely identifies each record. Not a Primary Key column can never have NULL values. This clip is from the chapter "Constraints in SQL" of the series "SQL Server...
Curated Video
SQL Server Course for Beginners with 100+ examples - SUM() Function
Learn how to implement the SUM() function in SQL. We will find the sum of column values. This clip is from the chapter "Built-In Functions in SQL" of the series "SQL Server Course for Beginners with 100+ Examples".This section focuses on...
Curated Video
SQL Server Course for Beginners with 100+ examples - MAX() Function
Learn how to implement the MAX() function in SQL. We will find the maximum of column values. This clip is from the chapter "Built-In Functions in SQL" of the series "SQL Server Course for Beginners with 100+ Examples".This section...
Curated Video
SQL Server Course for Beginners with 100+ examples - LIKE Operator
Learn how to implement the LIKE operator in SQL. We will find values based on a specific pattern using percentages and underscore. This clip is from the chapter "Operators in SQL" of the series "SQL Server Course for Beginners with 100+...
Curated Video
SQL Server Course for Beginners with 100+ examples - BETWEEN Operator
Learn how to implement the BETWEEN operator in SQL. We will find values in a range. This clip is from the chapter "Operators in SQL" of the series "SQL Server Course for Beginners with 100+ Examples".This section focuses on the...
Curated Video
SQL Server Course for Beginners with 100+ examples - NOT Operator
Learn how to work with the NOT operator in SQL to display records only if the condition isn't met, that is, FALSE. This clip is from the chapter "Operators in SQL" of the series "SQL Server Course for Beginners with 100+ Examples".This...
Curated Video
SQL Server Course for Beginners with 100+ examples - OR Operator
Learn how to work with the OR operator in SQL to display records only if one condition is TRUE. The OR operator should separate these two conditions. This clip is from the chapter "Operators in SQL" of the series "SQL Server Course for...
Curated Video
SQL Server Course for Beginners with 100+ examples - WHERE Clause in SQL
Learn how to work with the WHERE clause in SQL. WHERE clause filters records based on condition(s). This clip is from the chapter "Select Records in SQL" of the series "SQL Server Course for Beginners with 100+ Examples".This section...
Curated Video
SQL Server Course for Beginners with 100+ examples - SELECT DISTINCT Statement in SQL
Learn how to select and return only distinct values from a table using the SQL SELECT DISTINCT statement. This clip is from the chapter "Select Records in SQL" of the series "SQL Server Course for Beginners with 100+ Examples".This...
Curated Video
SQL Server Course for Beginners with 100+ examples - Insert Records
Use the INSERT INTO Statement in SQL to learn how to insert records in a table. This clip is from the chapter "Create and Insert" of the series "SQL Server Course for Beginners with 100+ Examples".This section focuses over creating a...
Great Big Story
John Collins, World record with paper airplane "Susanne"
Discover John Collins' journey as the Paper Airplane Guy, how he set the world record with his design "Susanne", and the science behind paper airplane folding.
Curated Video
Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Pedometer Widget
This video explains the pedometer widget configuration. This clip is from the chapter "iOS 16 Lock Screen Widget" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains the lock screen widget.
Curated Video
CompTIA A+ Certification Core 1 (220-1101) - Working with DNS
When a user complains the Internet is down, what's often happening is that DNS isn't working. There are a few simple tools and procedures to diagnose and repair DNS problems. This clip is from the chapter "Book Chapter 19 - Local Area...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Let's Build AVRO Kafka Consumer
In this video, you will learn to build a Kafka Consumer to consume AVRO records from the Kafka topic. This clip is from the chapter "Build AVRO Producer and Consumer in Java" of the series "Kafka for Developers - Data Contracts Using...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Let's Build AVRO Kafka Producer
In this video, you will learn to build a Kafka Producer to publish AVRO records into the Kafka topic. This clip is from the chapter "Build AVRO Producer and Consumer in Java" of the series "Kafka for Developers - Data Contracts Using...