Instructional Video4:32
Curated Video

Chatbots Development with Amazon Lex - Visual Builder

Higher Ed
In this video, we will create a conversational flow, plan the utterances, and make the chatbot accept the queries and responses. We will then use the visual builder to set up the visual perspective of the chatbot.
Instructional Video7:35
Curated Video

Chatbots Development with Amazon Lex - Build and Test

Higher Ed
After creating the intents, we will want to create a few messages as responses to be displayed by the chatbot. You will learn to add acceptance and decline responses to the chatbot.
Instructional Video5:58
Curated Video

Chatbots Development with Amazon Lex - Generic Utterance with Slots

Higher Ed
This is the continuation of the lesson from the previous video, where we learned how to create a new intent and then create sample utterances. We will look at completing the information required for the chatbot to understand the intent...
Instructional Video14:06
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Project: Payroll System Simulation - Part 1

Higher Ed
This lesson will teach us to create a simple payroll management system. In this lesson, we will look at the program's basic structure.
Instructional Video6:07
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Multiple Permissions

Higher Ed
To understand practical permissions, you must understand multiple permissions. Permissions can come from multiple sources, and they aggregate to form practical or applied permissions. In this video, you will explore multiple permissions.
Instructional Video13:24
Curated Video

ChatGPT for Creatives - Our First Session

Higher Ed
In this video, the author guides the audience through the first session of worldbuilding. We will discuss the different elements of worldbuilding, such as fantasy, sci-fi, and magic. We will also introduce the concept of using both...
Instructional Video9:52
Curated Video

The Pervasiveness of Video Surveillance: Insights from Nice, the "Camera City"

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

SQL Server Course for Beginners with 100+ examples - Drop a Table in SQL

Higher Ed
Learn how to drop a table in SQL. Dropping will delete all the records of the table. It will also obliterate the existence of the table. This clip is from the chapter "Advanced SQL" of the series "SQL Server Course for Beginners with...
Instructional Video6:07
Curated Video

SQL Server Course for Beginners with 100+ examples - Back Up a Database in SQL

Higher Ed
Learn how to back up a database in SQL. We will back up the database in a local directory with the extension .bak. This clip is from the chapter "Advanced SQL" of the series "SQL Server Course for Beginners with 100+ Examples".null
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 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 Video2:39
Curated Video

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

Higher Ed
Learn how to work with the AND operator in SQL to display records only if both conditions are TRUE. These two conditions should be separated by the AND operator. This clip is from the chapter "Operators in SQL" of the series "SQL Server...
Instructional Video3:44
Curated Video

SQL Server Course for Beginners with 100+ examples - ORDER BY Keyword in SQL

Higher Ed
Learn how to order records in SQL using the ORDER BY keyword. The default sorts in ascending order. We will see examples of both ASC and DESC keywords as well. This clip is from the chapter "Order Records in SQL" of the series "SQL...
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 Video6:52
Healthcare Triage

Climate Change and Safe Drinking Water

Higher Ed
In our last climate episode we took a look at how climate change affects the spread of infectious disease. Unfortunately, that isn’t the end of our discussion of disease on a warming planet. Waterborne diseases are already a serious...
Instructional Video5:51
Curated Video

Unearthing Secrets: How Modern Technology Reveals Our Ancient Past

6th - Higher Ed
Dive into the high-tech world of modern archaeology as we explore how cutting-edge tools like advanced scanners and LIDAR technology unravel the mysteries of our ancestors. From reconstructing the brain of Cro-Magnon man to unveiling the...
Instructional Video2:42
Curated Video

Master SQL for Data Analysis - Common Table Expressions (CTEs)

Higher Ed
In this video, you will learn more about the common table expression, which allows us to reference data within a SELECT statement. This clip is from the chapter "SQL – Simplify Queries (Views, CTEs)" of the series "Master SQL for Data...
Instructional Video3:17
Curated Video

Master SQL for Data Analysis - Sequential Numbers

Higher Ed
Let's look at another typical use case of a window function: to create a sequential integer number inside a group of rows while deciding how this group will be ordered. This clip is from the chapter "SQL - Window Functions" of the series...
Instructional Video3:11
Curated Video

Master SQL for Data Analysis - Creating a Window Function

Higher Ed
This is an illustrative video on creating a simple window function using the OVER and PARTITION BY functions. This clip is from the chapter "SQL - Window Functions" of the series "Master SQL for Data Analysis".This section focuses on one...
Instructional Video7:06
Curated Video

Master SQL for Data Analysis - Conditional Logic – Multiple Rows

Higher Ed
The second type of subquery used to filter data based on conditional logic is the subquery that may return multiple rows of data. This clip is from the chapter "SQL – Subqueries" of the series "Master SQL for Data Analysis".This section...
Instructional Video9:01
Curated Video

Master SQL for Data Analysis - Loading the Books Datasets

Higher Ed
This video discusses the PostgreSQL database management system and loading the required datasets for training purposes. This clip is from the chapter "Getting Started with Level 2" of the series "Master SQL for Data Analysis".This video...