Curated Video
Chatbots Development with Amazon Lex - Visual Builder
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.
Curated Video
Chatbots Development with Amazon Lex - Build and Test
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.
Curated Video
Chatbots Development with Amazon Lex - Generic Utterance with Slots
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...
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Project: Payroll System Simulation - Part 1
This lesson will teach us to create a simple payroll management system. In this lesson, we will look at the program's basic structure.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Multiple Permissions
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.
Curated Video
ChatGPT for Creatives - Our First Session
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...
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
SQL Server Course for Beginners with 100+ examples - Drop a Table in SQL
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...
Curated Video
SQL Server Course for Beginners with 100+ examples - Back Up a Database in SQL
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
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 - 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 - AND Operator
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...
Curated Video
SQL Server Course for Beginners with 100+ examples - ORDER BY Keyword in SQL
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...
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...
Healthcare Triage
Climate Change and Safe Drinking Water
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...
Curated Video
Unearthing Secrets: How Modern Technology Reveals Our Ancient Past
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...
Curated Video
Master SQL for Data Analysis - Common Table Expressions (CTEs)
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...
Curated Video
Master SQL for Data Analysis - Sequential Numbers
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...
Curated Video
Master SQL for Data Analysis - Creating a Window Function
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...
Curated Video
Master SQL for Data Analysis - Conditional Logic – Multiple Rows
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...
Curated Video
Master SQL for Data Analysis - Loading the Books Datasets
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...