Instructional Video12:00
Curated Video

Python In Practice - 15 Projects to Master Python - Creating Models and Storing eBooks in the Database

Higher Ed
This video explains creating models and storing eBooks in the database. This clip is from the chapter "eBook Web Store" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on the eBook web store.
Instructional Video7:26
Curated Video

AWS Solutions Architect Associate (SAA-C02) Exam Prep Course - 2021 UPDATED! - Creating Elastic Block Store (EBS) Volumes Lab

Higher Ed
This video explains the EBS concepts and demonstrates the creation and usage of EBS volumes. This clip is from the chapter "Solutions Architect Chapter 2 – Amazon Web Services (AWS) Storage Design" of the series "AWS Solutions Architect...
Instructional Video20:05
Curated Video

Apache Kafka - Real-time Stream Processing (Master Class) - Creating your First State Store

Higher Ed
In this lecture, we will create a state store, and you will learn manually creating state stores and using them in your programs. This clip is from the chapter "States and Stores" of the series "Apache Kafka - Real-time Stream Processing...
Instructional Video6:10
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Creating Class

Higher Ed
In this lesson, you will learn how to create a class in Scala. This clip is from the chapter "Classes" of the series "Scala & Spark-Master Big Data with Scala and Spark".This section primarily focuses on classes.
Instructional Video10:48
APMonitor

Java ☕ Classes and Objects

10th - Higher Ed
One of the biggest advancements in programming in the last few decades is called object oriented programming. Many of the most used programming languages today, including Java, are object oriented. This means that programmers can...
Instructional Video3:41
Curated Video

AWS Certified Data Analytics Specialty 2021 – Hands-On - S3 Storage Classes Hands-On

Higher Ed
This video is a practical video where we will demonstrate storage classes. This clip is from the chapter "Domain 2: Storage" of the series "AWS Certified Data Analytics Specialty (2022) Hands-on".In this section, you will learn about the...
Instructional Video5:17
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - Object Attributes - Classes - Cart Class

Higher Ed
In the previous lesson, we created our object and class; now, we will look at creating the cart class, which is useful for storing the objects that we have created. This clip is from the chapter "Classes" of the series "The Ultimate...
Instructional Video4:35
Curated Video

Apache Kafka - Real-time Stream Processing (Master Class) - State Store Fault Tolerance

Higher Ed
In this lecture, we will learn about the fault tolerance capability of the local state store. This clip is from the chapter "States and Stores" of the series "Apache Kafka - Real-time Stream Processing (Master Class)".This section is...
Instructional Video7:27
Curated Video

Apache Kafka - Real-time Stream Processing (Master Class) - Understanding States and State Stores

Higher Ed
In this lecture, you will understand the concept of states and state store. This clip is from the chapter "States and Stores" of the series "Apache Kafka - Real-time Stream Processing (Master Class)".This section is about States and...
Instructional Video1:30
Curated Video

Apache Kafka - Real-time Stream Processing (Master Class) - Section Summary and References "States and Stores"

Higher Ed
This lecture summarizes the state stores section. This clip is from the chapter "States and Stores" of the series "Apache Kafka - Real-time Stream Processing (Master Class)".This section is about States and Stores. You will learn to...
Instructional Video9:32
Curated Video

Apache Kafka - Real-time Stream Processing (Master Class) - Caution with States

Higher Ed
In this lecture, we will try to understand the need for repartitioning your Kafka Stream and also learn a method for doing the same. This clip is from the chapter "States and Stores" of the series "Apache Kafka - Real-time Stream...
Instructional Video3:40
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - namedtuple Class

Higher Ed
Here, we will look at creating a dictionary to store the information of an object and create a copy of this and change values. This clip is from the chapter "Revisiting Dictionary" of the series "The Ultimate Guide to Python Programming...
Instructional Video7:02
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 01 - Reference Types - How are they Stored in Memory?

Higher Ed
In this video, we will learn about reference types - how they are stored in memory. This clip is from the chapter "Reference Types" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will look into...
Instructional Video6:14
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Creating the Book DTO and Entity Classes

Higher Ed
This video will dive into creating the data transfer object (DTO) and entity classes for the Bookstore App. This video will explain the purpose and structure of DTOs and entities and implement them for the Bookstore App, enabling storing...
Instructional Video13:17
Curated Video

Apache Kafka - Real-time Stream Processing (Master Class) - Creating your First Update Stream – Ktable

Higher Ed
In this lecture, we are going to create a super simple example to understand some details of using KTable. This clip is from the chapter "KTable - An Update Stream" of the series "Apache Kafka - Real-time Stream Processing (Master...
Instructional Video16:11
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Create an Order Repository

Higher Ed
An Order Repository class is created and initialized with the connection string and the logger object. GetAllOrders() method is created to list all orders from the Orders table in the SQL database. This clip is from the chapter "Coding...
Instructional Video23:55
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Create a Customer Repository

Higher Ed
A Customer Repository class is created and initialized with the connection string and the logger object. GetAllCustomers() method is created to list all customers from the Customer table in the SQL database. This clip is from the chapter...
Instructional Video8:13
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - The Startup Class - How to Configure Services

Higher Ed
This video discusses the Startup class in an ASP.NET Core 3.1 project. After going through this video, you will have knowledge about the two main methods in this class, in particular, the ConfigureServices() method, which is used to...
Instructional Video7:02
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 01 - Reference Types - How Are they Stored in Memory?

Higher Ed
In this video, you will learn about reference types—how they are stored in memory.
Instructional Video5:49
Curated Video

Apache Kafka - Real-time Stream Processing (Master Class) - Introducing KTable

Higher Ed
This lecture introduces you to the notion of KTable. This clip is from the chapter "KTable - An Update Stream" of the series "Apache Kafka - Real-time Stream Processing (Master Class)".This section is about KTable. You will create your...
Instructional Video10:54
Curated Video

Apache Kafka - Real-time Stream Processing (Master Class) - Creating Tumbling Windows

Higher Ed
In this lecture, you will learn to create tumbling windows. This clip is from the chapter "Timestamps and Windows" of the series "Apache Kafka - Real-time Stream Processing (Master Class)".This section is about Timestamps and windows.
Instructional Video6:57
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Hands-on with Custom Class and ArrayList

Higher Ed
In this video, we will apply our knowledge of ArrayLists and Generics to work with custom class objects. We will learn to code on creating an ArrayList of custom objects, adding, removing, and searching for objects, and leveraging the...
Instructional Video19:49
Curated Video

Apache Kafka - Real-time Stream Processing (Master Class) - Kafka Storage Architecture

Higher Ed
Apache Kafka organizes the messages in Topics, and the broker creates a log file for each Topic to store these messages. However, these log files are partitioned, replicated, and segmented. In this lecture, you will understand the Kafka...
Instructional Video10:04
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - The Program Class and Host Object

Higher Ed
The Program class is where the ASP.NET Core web app builds its web host server and other infrastructure and starts up as a console app (on which the web host is built), utilizing the Startup class. This clip is from the chapter "Create...