Instructional Video6:06
Curated Video

ChatGPT for Creatives - Organizational Tools

Higher Ed
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...
Instructional Video7:00
Curated Video

CompTIA A+ Certification Core 2 (220-1102) - Working with DNS

Higher Ed
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...
Instructional Video16:11
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Create UpdateCustomer Action Methods

Higher Ed
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...
Instructional Video5:58
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Create the DeleteOrder Action Method

Higher Ed
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...
Instructional Video7:25
Curated Video

Learn Azure Serverless Functions in a Weekend - Transaction Management System - Requirement and Architecture

Higher Ed
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...
Instructional Video3:58
Curated Video

SQL Server Course for Beginners with 100+ examples - SELECT TOP Clause in SQL

Higher Ed
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
Instructional Video4:12
Curated Video

SQL Server Course for Beginners with 100+ examples - Aliases

Higher Ed
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...
Instructional Video4:02
Curated Video

SQL Server Course for Beginners with 100+ examples - CHECK Constraint

Higher Ed
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...
Instructional Video2:59
Curated Video

SQL Server Course for Beginners with 100+ examples - FOREIGN KEY Constraint

Higher Ed
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...
Instructional Video3:22
Curated Video

SQL Server Course for Beginners with 100+ examples - PRIMARY KEY Constraint

Higher Ed
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...
Instructional Video2:07
Curated Video

SQL Server Course for Beginners with 100+ examples - SUM() Function

Higher Ed
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...
Instructional Video5:07
Curated Video

SQL Server Course for Beginners with 100+ examples - MAX() Function

Higher Ed
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...
Instructional Video3:16
Curated Video

SQL Server Course for Beginners with 100+ examples - LIKE Operator

Higher Ed
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+...
Instructional Video1:52
Curated Video

SQL Server Course for Beginners with 100+ examples - BETWEEN Operator

Higher Ed
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...
Instructional Video2:05
Curated Video

SQL Server Course for Beginners with 100+ examples - NOT Operator

Higher Ed
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...
Instructional Video2:26
Curated Video

SQL Server Course for Beginners with 100+ examples - OR Operator

Higher Ed
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...
Instructional Video3:38
Curated Video

SQL Server Course for Beginners with 100+ examples - WHERE Clause in SQL

Higher Ed
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...
Instructional Video1:39
Curated Video

SQL Server Course for Beginners with 100+ examples - SELECT DISTINCT Statement in SQL

Higher Ed
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...
Instructional Video2:45
Curated Video

SQL Server Course for Beginners with 100+ examples - Insert Records

Higher Ed
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...
Instructional Video1:47
Great Big Story

John Collins, World record with paper airplane "Susanne"

12th - Higher Ed
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.
Instructional Video4:06
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Pedometer Widget

Higher Ed
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.
Instructional Video7:00
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - Working with DNS

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

Kafka for Developers - Data Contracts Using Schema Registry - Let's Build AVRO Kafka Consumer

Higher Ed
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...
Instructional Video12:23
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Let's Build AVRO Kafka Producer

Higher Ed
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...