Instructional Video6:50
Curated Video

Deep Learning - Convolutional Neural Networks with TensorFlow - CNN for Fashion MNIST

Higher Ed
In this video, we will start with implementing CNN with the fashion MNIST dataset. This clip is from the chapter "Convolutional Neural Networks (CNNs)" of the series "Deep Learning - Convolutional Neural Networks with TensorFlow".In this...
Instructional Video3:54
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - Touring Your Laptop Display

Higher Ed
Replacing a laptop monitor requires careful connectivity for the many internal components. Aside from the display, the laptop monitor can have a Wi-Fi antenna, webcam, touch screen sensors, and more. This clip is from the chapter "Book...
Instructional Video4:01
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Project Setup for Coffee Shop - Gradle

Higher Ed
In this video, we will set up the base project for the coffeeshop order service using Gradle. This clip is from the chapter "Coffee Shop Order Service Using AVRO - A Real-Time Use Case" of the series "Kafka for Developers - Data...
Instructional Video2:45
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Application Overview

Higher Ed
In this video, you will get an overview of the application that we are going to build in this section. This clip is from the chapter "Coffee Shop Order Service Using AVRO - A Real-Time Use Case" of the series "Kafka for Developers - Data...
Instructional Video2:50
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Base Project Setup for Greeting App - Maven

Higher Ed
In this video, we will set up the base project for the course using the Gradle build tool. This clip is from the chapter "Greeting App - Base AVRO Project Setup - Maven" of the series "Kafka for Developers - Data Contracts Using Schema...
Instructional Video5:43
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Set Up Kafka Broker and Zookeeper Using Docker Compose

Higher Ed
In this video, you will learn to set up Kafka Broker and Zookeeper using Docker Compose. This clip is from the chapter "Kafka Setup and Demo in Local Using Docker" of the series "Kafka for Developers - Data Contracts Using Schema...
Instructional Video2:45
Curated Video

Social Media Automation using Python - Introduction and Installation

Higher Ed
In this video, you will learn to install and set up a software development kit called facebook-sdk 3.1.0. developed by the Python community, which is easy to use. This clip is from the chapter "Facebook Automation" of the series "Social...
Instructional Video3:24
Curated Video

Social Media Automation using Python - Introduction to Smtplib

Higher Ed
In this video, you will learn more about the Smtplib, which defines an SMTP client session that can send mail to any internet machine with an SMTP or ESMTP listener daemon. This clip is from the chapter "Email Automation" of the series...
Instructional Video5:45
Curated Video

Social Media Automation using Python - Scheduling and Sending a Message

Higher Ed
In this lesson, we will understand how to schedule tasks in WhatsApp and the possible features we can schedule, and then we will explore sending messages to individuals, groups, and so on. This clip is from the chapter "WhatsApp...
Instructional Video12:09
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Build the PUT Endpoint for the CoffeeOrderService - PUT /coffee_orders/{id}

Higher Ed
In this video, we will build the PUT endpoint in the controller, using which we can update an existing coffee order. This clip is from the chapter "Build a Coffee Order Service Using Spring Boot and Schema Registry" of the series "Kafka...
Instructional Video4:28
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Configure the Kafka Producer Properties in Coffee Order Service

Higher Ed
In this video, we will configure the properties to boot the Kafka producer in the coffee orders service. This clip is from the chapter "Build a Coffee Order Service Using Spring Boot and Schema Registry" of the series "Kafka for...
Instructional Video15:43
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Build the Service Layer to Map the DTO to AVRO Domain Object

Higher Ed
In this video, we will build the service layer for the coffee-orders-service, which is going to behave as a transformational layer to transform objects from DTO to AVRO records. This clip is from the chapter "Build a Coffee Order Service...
Instructional Video5:41
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Build the POST Endpoint for the CoffeeOrderService - /coffee_orders

Higher Ed
In this video, we will build the POST endpoint in the controller, using which we can post new coffee orders. This clip is from the chapter "Build a Coffee Order Service Using Spring Boot and Schema Registry" of the series "Kafka for...
Instructional Video1:10
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Overview of the App

Higher Ed
In this video, you will get an overview of the Spring Boot Kafka application that we are going to build in this section. This clip is from the chapter "Build a Coffee Order Service Using Spring Boot and Schema Registry" of the series...
Instructional Video12:16
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Publish and Consume CoffeeOrder UpdateEvent Using RecordNameStrategy

Higher Ed
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...
Instructional Video4:13
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Coffee Update Event AVRO Schema

Higher Ed
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...
Instructional Video6:25
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Different Types of Naming Strategies

Higher Ed
In this video, we will explore the different naming strategies that are available in Schema Registry. This clip is from the chapter "Schema Naming Strategies" of the series "Kafka for Developers - Data Contracts Using Schema Registry".In...
Instructional Video11:38
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Adding a New Field in Schema - FORWARD Compatibility

Higher Ed
In this video, we will code and learn about FORWARD compatibility in Schema Registry. This clip is from the chapter "Data Evolution Using Schema Registry" of the series "Kafka for Developers - Data Contracts Using Schema Registry".In...
Instructional Video10:50
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Deleting a Field in Schema - BACKWARD Compatibility

Higher Ed
In this video, we will code and learn about BACKWARD compatibility in Schema Registry. This clip is from the chapter "Data Evolution Using Schema Registry" of the series "Kafka for Developers - Data Contracts Using Schema Registry".In...
Instructional Video6:38
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Publish and Consume "Key" as an AVRO Record

Higher Ed
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...
Instructional Video3:44
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - What's Inside an AVRO Record?

Higher Ed
In this video, you will learn about what's inside the AVRO record. This clip is from the chapter "AVRO Record- Under the Hood" of the series "Kafka for Developers - Data Contracts Using Schema Registry".In this section, we will quickly...
Instructional Video3:53
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Adding the UUID as Key for CoffeeOrder

Higher Ed
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...
Instructional Video12:31
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Add a Timestamp, Decimal Logical Type to the CoffeeOrder Schema

Higher Ed
In this video, you will learn to add a timestamp and decimal field to the CoffeeOrder Schema. This clip is from the chapter "Logical Schema Types in AVRO" of the series "Kafka for Developers - Data Contracts Using Schema Registry".In...
Instructional Video11:06
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Build a Coffee Shop Order Producer

Higher Ed
In this video, we will code and produce the coffee order AVRO record to a 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 Using...