Curated Video
Deep Learning - Convolutional Neural Networks with TensorFlow - Code Preparation (NLP)
In this video, we will look at the code preparation we will use for NLP and understand it. This clip is from the chapter "Natural Language Processing (NLP)" of the series "Deep Learning - Convolutional Neural Networks with TensorFlow".In...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Build a Coffee Order Schema Using AVRO
In this video, we will create the AVRO Schema for the coffee order service. This clip is from the chapter "Coffee Shop Order Service Using AVRO - A Real-Time Use Case" of the series "Kafka for Developers - Data Contracts Using Schema...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Introduction to AVRO - What Is AVRO and Why AVRO?
In this video, you will learn about AVRO and why AVRO is one of the popular serialization formats. This clip is from the chapter "Introduction to AVRO - A Data Serialization System" of the series "Kafka for Developers - Data Contracts...
Curated Video
Social Media Automation using Python - Some Extra Perks
Here, you will learn about additional features we can harness using the pywhatkit function, such as collecting information about WhatsApp scheduling, image posting, and such tasks. This clip is from the chapter "WhatsApp Automation" of...
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
Recommender Systems with Machine Learning - Dataset Discussion
This video involves a deep understanding of the dataset to be explored for this module. This clip is from the chapter "Project 2: Movie Recommendation System Using Collaborative Filtering" of the series "Recommender Systems with Machine...
Curated Video
Linux Operating System: A Complete Linux Guide for Beginners - Grep, Comparing Files
In this video, you will learn the Grep, cmp, and comm commands. This clip is from the chapter "Working with Files and Directories" of the series "Linux Operating System: A Complete Linux Guide for Beginners".In this section, we will work...
Curated Video
Linux Operating System: A Complete Linux Guide for Beginners - Linux Directory Commands Part-2
In this video, we will look at some more Linux directory commands such as mkdir, rmdir, rm, and more. This clip is from the chapter "Introduction to File System and Terminal" of the series "Linux Operating System: A Complete Linux Guide...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Build Kafka Producer to Publish the CoffeeOrder Events
In this video, we will build the producer that will be used to publish the Kafka AVRO records into the Kafka topic. This clip is from the chapter "Build a Coffee Order Service Using Spring Boot and Schema Registry" of the series "Kafka...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Publish and Consume CoffeeOrder UpdateEvent Using RecordNameStrategy
In this video, we will code and implement the CoffeeUpdate event functionality into our Kafka Producer. This clip is from the chapter "Schema Naming Strategies" of the series "Kafka for Developers - Data Contracts Using Schema...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Publish and Consumer Record Using Schema Registry
In this video, we will code and learn about how the Producer and Consumer interacts with Schema Registry. This clip is from the chapter "Introduction to Schema Registry" of the series "Kafka for Developers - Data Contracts Using Schema...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Adding the UUID as Key for CoffeeOrder
In this video, we will code and learn to use UUID as a key column in our CoffeeOrder Producer. This clip is from the chapter "Logical Schema Types in AVRO" of the series "Kafka for Developers - Data Contracts Using Schema Registry".In...
Curated Video
Chatbots for Beginners: A Complete Guide to Build Chatbots - Machine Learning-Based Chatbots: Package Installation
This video demonstrates the steps involved in installing NLTK. Another package we will need to install for creating our chatbot is the Wikipedia app, and then import the required libraries. This clip is from the chapter "Basics of...
Curated Video
Master SQL for Data Analysis - Searching Patterns (Wildcards)
In this video, you will learn about wildcards or search patterns that allow us to search a portion of the information from a string-type column. This clip is from the chapter "SQL - Retrieving Data with Queries" of the series "Master SQL...
Curated Video
Master SQL for Data Analysis - Data-Type Conversions (CAST)
Here, we will understand predefined datatypes and how to convert one data type to another. This clip is from the chapter "SQL - Retrieving Data with Queries" of the series "Master SQL for Data Analysis".This section focuses on the...
Curated Video
Master SQL for Data Analysis - Tables, Columns, Rows
In this lesson, we will explore tables in a database, and the two-dimensional rows and columns of a table. This clip is from the chapter "Databases - Terminology" of the series "Master SQL for Data Analysis".This section focuses on...
Curated Video
Recommender Systems: An Applied Approach using Deep Learning - Data Visualization with WordCloud
In this video, you will learn how to load a dataset for the project being developed, using WordCloud, importing WordCloud, STOPWORDS, and ImageColorGenerator. This clip is from the chapter "Project Amazon Product Recommendation System"...
Curated Video
Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - The apply() Function
In this video, you will learn about the apply() function. This clip is from the chapter "Pandas" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In this section, we will talk about Pandas.
Curated Video
HashiCorp Certified - Vault Associate Course - Lab—Transit Secrets Engine
This is a lab video on Transit Secrets Engine. This clip is from the chapter "Compare and Configure Secrets Engines" of the series "HashiCorp Certified - Vault Associate Course".null
Curated Video
HashiCorp Certified - Vault Associate Course - Using the Transit Secrets Engine
This video will cover how to use the Transit Secrets Engine in Vault to securely encrypt and decrypt data at rest. This clip is from the chapter "Compare and Configure Secrets Engines" of the series "HashiCorp Certified - Vault Associate...
Curated Video
HashiCorp Certified - Vault Associate Course - Working with KV Secrets Engine
In this video, you will be working with KV Secrets Engine. We will go even deeper into KV while comparing KV version 1 and KV version 2. This clip is from the chapter "Compare and Configure Secrets Engines" of the series "HashiCorp...
Curated Video
HashiCorp Certified - Vault Associate Course - Announcement—Token Update for Vault 1.10
In this video, we will discuss the recent announcement from HashiCorp regarding token updates for Vault 1.10. This clip is from the chapter "Assess Vault Tokens" of the series "HashiCorp Certified - Vault Associate Course".This section...
Curated Video
The Complete Vue.js Course for Beginners - Props
In this video, we will talk about props. It can be registered on a component to pass data from a parent component to one of its children components. This clip is from the chapter "Basic Code Part" of the series "The Complete Vue.js...
Curated Video
The Complete Vue.js Course for Beginners - Create a Child Component in Vue.js
In this video, we will create a child component and we will also discuss how we can pass data in between child components. This clip is from the chapter "Getting Started with Basic Code" of the series "The Complete Vue.js Course for...