Curated Video
Social Media Automation using Python - Sending Image to Group
After learning how to create a group link using the pywhatkit.sendwhats_image function, you will learn to send images to members within the group using the group link instead of the contact numbers, just as we did while sending images to...
Curated Video
Recommender Systems with Machine Learning - User-Based Collaborative Filtering
This video helps you with user-based collaborative filtering. This clip is from the chapter "Machine Learning for Recommender System" of the series "Recommender Systems with Machine Learning".This section focuses on the use of machine...
Curated Video
Recommender Systems with Machine Learning - Item-Based Collaborative Filtering
This video demonstrates item-based collaborative filtering. This clip is from the chapter "Machine Learning for Recommender System" of the series "Recommender Systems with Machine Learning".This section focuses on the use of machine...
Curated Video
Linux Operating System: A Complete Linux Guide for Beginners - Setting Up Your Own Webpage
In this video, you will learn how to set up your own webpage. This clip is from the chapter "Advanced Features" of the series "Linux Operating System: A Complete Linux Guide for Beginners".In this section, you will learn how run a C...
Curated Video
Linux Operating System: A Complete Linux Guide for Beginners - Writing and Running Code Using Terminal (C Language)
In this video, you will learn how to write and running a C program using the Linux terminal. This clip is from the chapter "Advanced Features" of the series "Linux Operating System: A Complete Linux Guide for Beginners".In this section,...
Curated Video
Linux Operating System: A Complete Linux Guide for Beginners - Changing Permissions Using Num Code
In this video, you will learn how to change permissions using numeric code. This clip is from the chapter "System and Utility Commands" of the series "Linux Operating System: A Complete Linux Guide for Beginners".In this section, we will...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Build the DTOs for CoffeeOrderService
In this video, we will build the DTOs for the coffee order service. This clip is from the chapter "Build a Coffee Order Service Using Spring Boot and Schema Registry" of the series "Kafka for Developers - Data Contracts Using Schema...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Coffee Update Event AVRO Schema
In this video, we will code and implement the AVRO Schema for the CoffeeOrder update event. This clip is from the chapter "Schema Naming Strategies" of the series "Kafka for Developers - Data Contracts Using Schema Registry".In this...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Update the Code to Interact with Maven Local Repository - Gradle
In this video, we will code and learn about how to integrate our code to work with the Maven local repository. This clip is from the chapter "Data Evolution Using Schema Registry" of the series "Kafka for Developers - Data Contracts...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Publish and Consume "Key" as an AVRO Record
In this video, you will learn to produce keys that are also an AVRO record. This clip is from the chapter "Introduction to Schema Registry" of the series "Kafka for Developers - Data Contracts Using Schema Registry".In this section, you...
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 - Build a Coffee Shop Order Consumer
In this video, we will code and consume the coffee order AVRO record from the Kafka topic. 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...
Curated Video
CISSP Crash Course - Secure Coding Guidelines
This video explains the weaknesses in software and API security. This clip is from the chapter "Software Development Security" of the series "CISSP Crash Course".null
Curated Video
CISSP Crash Course - Assess Software Security
This video explains assessing software security and how to audit and log the changes. This clip is from the chapter "Software Development Security" of the series "CISSP Crash Course".null
Curated Video
CISSP Crash Course - Security Controls in the SDLC
This video explains SDLC practices and security controls in the SDLC. This clip is from the chapter "Software Development Security" of the series "CISSP Crash Course".null
Curated Video
CISSP Crash Course - Security in the SDLC
This video explains security in the SDLC, methodologies, and maturity models. This clip is from the chapter "Software Development Security" of the series "CISSP Crash Course".null
Curated Video
CISSP Crash Course - Security Controls Testing
This video explains security controls testing and network discovery. This clip is from the chapter "Security Assessment and Testing" of the series "CISSP Crash Course".This section covers domain 6, which focuses on security assessment...
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...
Curated Video
Chatbots for Beginners: A Complete Guide to Build Chatbots - Chatbot Development with AWS Lex and AWS Lambda: Chatbot on Website
This video demonstrates how to use the chatbot we created on a website. We will look at the available code to implement the chatbot and showcase it on the website. We will use the app, Kommunicate.io. This clip is from the chapter...
Curated Video
Chatbots for Beginners: A Complete Guide to Build Chatbots - Chatbot Development with AWS Lex and AWS Lambda: Integration with Boto
In this lesson, we will discuss deploying our chatbot using code. We will not use a built-in application such as Twilio; instead, we will use a Python library—Boto. This clip is from the chapter "Chatbots Development with Amazon Lex" of...
Curated Video
Chatbots for Beginners: A Complete Guide to Build Chatbots - Chatbot Development with AWS Lex and AWS Lambda: Starting Lambda Code
In this video, we will prepare to write the code for the chatbot; we will import a few required libraries, including JSON, datetime, and time. This clip is from the chapter "Chatbots Development with Amazon Lex" of the series "Chatbots...
Curated Video
Chatbots for Beginners: A Complete Guide to Build Chatbots - Chatbot Development with AWS Lex and AWS Lambda: Interconnection
This video demonstrates the process of connecting Amazon Lambda to our chatbot. We will create the functions required for our chatbot and author it from scratch. This clip is from the chapter "Chatbots Development with Amazon Lex" of the...
Curated Video
Chatbots for Beginners: A Complete Guide to Build Chatbots - Chatbot Development with AWS Lex and AWS Lambda: Lambda Introduction
After building and testing the chatbot and creating the visual structure, you will learn to create the backend on Amazon Lambda and connect it with our chatbot for seamless working. This clip is from the chapter "Chatbots Development...
Curated Video
Chatbots for Beginners: A Complete Guide to Build Chatbots - Deep Learning-Based Chatbot Architecture and Development: Answer and Response
After learning to create our encoders for the input sequences and the questions, the encoders will match the data and obtain the responses. This clip is from the chapter "Advanced Chatbots with Deep Learning and Python" of the series...