Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Serialization Formats
In this video, we will investigate different serialization formats and the support for Schema in AVRO, Protobuf, and Thrift. This clip is from the chapter "Data Contract and Serialization in Kafka" of the series "Kafka for Developers -...
Curated Video
Recommender Systems: An Applied Approach using Deep Learning - Inference after Training
In this lecture, you will learn how to deploy the model as a service to infer the likelihood of new interactions. This clip is from the chapter "Deep Learning Foundation for Recommender Systems" of the series "Recommender Systems: An...
Curated Video
Social Media Automation using Python - Sending Message to Group
In this lesson, we will look at sending messages to groups and understand the prerequisites of having admin rights to send messages to groups. You will learn to send messages with links to groups. This clip is from the chapter "WhatsApp...
Curated Video
Linux Operating System: A Complete Linux Guide for Beginners - Installing Linux Mint
In this video, you will learn how to install Linux Mint. This clip is from the chapter "Download, Install, and Configure" of the series "Linux Operating System: A Complete Linux Guide for Beginners".In this section, we will download,...
Curated Video
Chatbots for Beginners: A Complete Guide to Build Chatbots - Machine Learning-Based Chatbots: Chatbot Greets
After creating the word tokens, removing the tags, and lemmatizing the words, we will make the chatbot's welcome responses or welcome inputs. This clip is from the chapter "Basics of Chatbots with Machine Learning and Python" of the...
Curated Video
Master SQL for Data Analysis - Overview-4
In this video, we will talk about a powerful tool, the subquery, which extracts much more value and valuable insights by combining multiple tables and querying with subqueries. This clip is from the chapter "SQL – Subqueries" of the...
Curated Video
Master SQL for Data Analysis - Outer-Join
In this lesson, we will look at a situation where there are tables with unmatched rows from one table to another. This clip is from the chapter "SQL - Combining Data from Multiple Tables" of the series "Master SQL for Data Analysis".This...
Curated Video
Master SQL for Data Analysis - Inserting Data
In this lesson, we will look at inserting data into tables and learn to use commands to insert single and multiple rows of data. This clip is from the chapter "SQL - Creating Databases, Schemas, and Tables" of the series "Master SQL for...
Curated Video
HashiCorp Certified - Vault Associate Course - Vault Initialization
This video explains the process of initializing HashiCorp Vault, which is a one-time process that sets up the initial configuration and encryption key for Vault. You will need to initialize Vault when it is first provisioned, so this...
Curated Video
HashiCorp Certified - Vault Associate Course - Comparing Versions of Vault
In this video, we will compare and contrast the different versions of HashiCorp Vault, including the open-source version and the enterprise version. This will help viewers make an informed decision about which version of Vault is best...
Curated Video
Chatbots for Beginners: A Complete Guide to Build Chatbots - Chatbot Development with AWS Lex and AWS Lambda: Complete Chatbot with Response Cards
In this video, you will learn to create complete response cards and check the created slot types with options best suited for enhanced user experience. We will test the bot for the full functionality of the intended tasks. This clip is...
Curated Video
Chatbots for Beginners: A Complete Guide to Build Chatbots - Chatbot Development with AWS Lex and AWS Lambda: Response Cards for User Experience
In this video, you will learn about creating response cards and adding better user themes and experiences. This clip is from the chapter "Chatbots Development with Amazon Lex" of the series "Chatbots for Beginners: A Complete Guide to...
Curated Video
Chatbots for Beginners: A Complete Guide to Build Chatbots - Chatbot Development with AWS Lex and AWS Lambda: Session state Dialog Hook and Dialog Action
In this lecture, we will understand what a session state is, basically the state of the conversation between the user and the Amazon Lex chatbot and dialog action, which determines the action that Amazon Lex should take to the Lambda...
Curated Video
Chatbots for Beginners: A Complete Guide to Build Chatbots - Chatbot Development with AWS Lex and AWS Lambda: Start Developing Chatbot
This video demonstrates the process of creating the Amazon lex chatbot step by step. You will learn to create our ID on Amazon.com and log in. We will get to the interface and start working from there. This clip is from the chapter...
Curated Video
Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Machine Learning and Deep Learning: Future Topics
In this video, you will learn what other types of machine learning exist and some future topics that we can look forward to learning. This clip is from the chapter "Machine Learning Basics" of the series "Data Science Prerequisites -...
Curated Video
Getting Started with HashiCorp Nomad - Demo - Installing Nomad on Linux
This video demonstrates how to install Nomad on a new Linux box. We will begin by installing a new instance of AWS Linux, and then we will visit the releases.hashicorp.com site and download the binaries to install Nomad on Linux. This...
Curated Video
Oracle Database Administration from Zero to Hero - Creating PDBs (Part 1 of 2)
In this video, we will cover the process of creating Pluggable Databases (PDBs). You will understand the prerequisites for PDB creation and explore methods such as using DBCA and SQL Developer to create PDBs. This clip is from the...
Curated Video
Oracle Database Administration from Zero to Hero - Practice - Starting Up and Shutting Down DB Instances
In this Practice video, you will gain hands-on experience with starting up and shutting down Oracle database instances. We will explore different startup and shutdown modes commonly used in Oracle databases. This clip is from the chapter...
Curated Video
Oracle Database Administration from Zero to Hero - Overview on Oracle Database Technologies
In this video, we will describe the different Oracle database technologies, options, and management packs. This clip is from the chapter "Introduction to RDBMS" of the series "Oracle Database Administration from Zero to Hero".In this...
Curated Video
Oracle Database Administration from Zero to Hero - Overview on Oracle Database (Part 2 of 2)
In this video, you will learn about the different Oracle database editions and license options available. This clip is from the chapter "Introduction to RDBMS" of the series "Oracle Database Administration from Zero to Hero".In this...
Curated Video
Oracle Database Administration from Zero to Hero - Introducing the Section-1
In this video, we will take a sneak peek into the learning objectives of this section. This clip is from the chapter "Introduction to RDBMS" of the series "Oracle Database Administration from Zero to Hero".In this section, we will cover...
Curated Video
The Ultimate Excel VBA Course - Learn and Master VBA Fast - Message Box
This video explains the message box or the msg box in Excel VBA. This clip is from the chapter "Subs and Functions" of the series "The Ultimate Excel VBA Course - Learn and Master VBA Fast".This section explains subs and functions in VBA.
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - AWS Builders
In this video, we will go over the various AWS builders. We will explore four different builders and see how Packer builds on each of these platforms and the differences in the processes involved. This clip is from the chapter "Builders"...
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - Introduction to Builders
In this video, we will understand the concept of a Packer builder responsible for creating machines and generating images. More than one builder can be specified in a template. We will compare the different builder models available. This...