Instructional Video9:41
Curated Video

Create a computer network: Model Network Devices as Objects

Higher Ed
From the section: Interacting with Classic Network Devices. In this section, we will look at how to interact with classic network devices with Python libraries. We will explain what we define as classic network devices and use...
Instructional Video5:13
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 01 - Creating a New Java Project with Eclipse

Higher Ed
In this video, you will learn about creating a new Java project with Eclipse.
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.
r/>
This clip is from the chapter "States and Stores" of the series "Apache Kafka - Real-time...
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.<br<br/>/>

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...
Instructional Video7:25
Curated Video

C++: Learn how to create a simple Calculator in C++

9th - Higher Ed
Welcome to our complete C++ programming tutorial series, designed for beginners and anyone looking to strengthen their understanding of C++ coding! In this video series, we’ll cover everything you need to know to get started with C++,...
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.
<
br/>
This clip is from...
Instructional Video18:22
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Create a ToDo List Razor Pages Application

Higher Ed
This is a walkthrough to build a simple Razor ToDoList application with the in-memory collection. The video uses a service layer and dependency injection principles.
<
br/>
This clip is from the chapter "Detailed Look into Razor...
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.Â
<
br/>
This clip is from the chapter "Revisiting Dictionary" of the series "The Ultimate Guide to Python...
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.
r/>
This clip is from the chapter "KTable - An Update Stream" of the series "Apache Kafka - Real-time Stream Processing...
Instructional Video18:41
APMonitor

Introduction to Python Classes

10th - Higher Ed
Python classes are collections of variables and functions. Instances of the class can be initialized and customized to store properties, data, or use methods that belong to the class and instance. The tutorial concludes with an example...
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...
Instructional Video19:43
APMonitor

Python 🐍 Classes and Objects

10th - Higher Ed
Classes are collections of objects and functions. Many Python packages such as time, tclab, numpy, scipy, gekko, and others are distributed as classes. A class is imported with the import statement such as import time. Time is a package...
Instructional Video10:17
Curated Video

Apache Kafka - Real-time Stream Processing (Master Class) - KStream Aggregation using Aggregate()

Higher Ed
In this lecture, you will learn to use the aggregate() method for real-time stream aggregation.
r/>
This clip is from the chapter "Real-time Aggregates" of the series "Apache Kafka - Real-time Stream Processing (Master...
Instructional Video14:00
Curated Video

Web Scraping Tutorial with Scrapy and Python for Beginners - Building a Spider to Track Product Rank in E-Commerce Websites

Higher Ed
In this video, we will guide you step-by-step on how to create a web scraper using Python and Scrapy. We will show you how to build the spider class, define the selectors, and send a request to the website. You will learn how to parse...
Instructional Video6:42
Curated Video

Apache Kafka - Real-time Stream Processing (Master Class) - KStream Aggregation using Reduce()

Higher Ed
In this lecture, we will learn to use a reduce() method for computing real-time aggregate.
r/>
This clip is from the chapter "Real-time Aggregates" of the series "Apache Kafka - Real-time Stream Processing (Master Class)".This...
Instructional Video4:38
Curated Video

The Complete Guide to ASP.NET Core MVC (.NET 6) - Create Category Model-1

Higher Ed
In this video, you will learn how to create a category model.
Instructional Video26:02
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - How Do We Create an ASP.NET 6.0 Web API Using EF Core?

Higher Ed
This is a complete video on creating an ASP.NET 6 Web API using EF Core code first approach. The video shows how to create a new ASP.NET 6 Web API project in VS 2022 and install the Nuget packages.
<
br/>
This clip is from the...
Instructional Video5:37
Curated Video

Apache Kafka - Real-time Stream Processing (Master Class) - KTable Aggregation using Aggregate()

Higher Ed
In this lecture, you will learn the mechanics of using the KTable aggregate () method.
r/>
This clip is from the chapter "Real-time Aggregates" of the series "Apache Kafka - Real-time Stream Processing (Master Class)".This...
Instructional Video6:22
Curated Video

Apache Kafka - Real-time Stream Processing (Master Class) - Real-time Streaming Challenges

Higher Ed
In this lecture, you will understand the main challenge that forces us to take a different approach to real-time stream processing. This video picks up a real-life problem and talks about the complexity and the challenge that you need...
Instructional Video7:36
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Create Your Custom Middleware

Higher Ed
This video walks through the steps to create a custom middleware. You are expected to be able to create your own simple custom middleware after going through the video.
<
br/>
This clip is from the chapter "Middleware in ASP.NET...
Instructional Video16:59
Curated Video

The Art of Doing - Web Development for Beginners - Store Front Two Project Part 2

Higher Ed
In this video, you will learn how to style the homepage of the company's site. We will apply appropriate HTML structure and semantic elements to create a visually appealing design. Additionally, we will work on the About page, which...
Instructional Video10:11
Curated Video

Design a computer system using tree search and reinforcement learning algorithms : Creating an Agent to Solve the MAB Problem Using Python and Tensorflow

Higher Ed
From the section: The Multi-Armed Bandit. In this section, we will learn about the basics and look at one of the most foundational concepts in Reinforcement Learning – The Multi-Armed Bandit We construct a model of a MAB...
Instructional Video3:08
Curated Video

Behavioral Design Patterns in C++ - Organization - I

Higher Ed
This video shows another example that explains the Iterator design pattern. We will create a class that represents an organization, and the organization class contains the employees.
<
br/>
This clip is from the chapter "Iterator"...