Instructional Video4:39
Packt

Consumer Part 4 - Manual Commit of Offsets

Higher Ed
This video explains how the Kafka consumer can commit offsets manually.
<
br/>
This clip is from the chapter "Kafka Elasticsearch Consumer and Advanced Configurations" of the series "Apache Kafka Series - Learn Apache Kafka for...
Instructional Video14:52
Packt

Understanding the Extensible Markup Language (XML) File to Control Logging in Test Case

Higher Ed
This video explains how the XML file can be used to control logging in test case.
<
br/>
This clip is from the chapter "Framework Part 7: Logging Framework - log4j" of the series "Selenium WebDriver with Java - Basics to Advanced...
Instructional Video10:14
Packt

Producer Part 1 - Writing Twitter Client

Higher Ed
This video explains how to write the Kafka producer using Twitter client.
<
br/>
This clip is from the chapter "Kafka Twitter Producer and Advanced Configurations" of the series "Apache Kafka Series - Learn Apache Kafka for...
Instructional Video6:31
Curated Video

Multi-Paradigm Programming with Modern C++ - Using Lambdas

Higher Ed
In this coding demo, we use lambda expressions to implement callbacks, for adding logger capability to the server, without increasing coupling.

• About call
backs
• Std
::function
• Using callbacks to implement...
Instructional Video8:23
Packt

Consumer Part 1 - Setup Project

Higher Ed
This video explains how to setup a project in Kafka consumer.
<
br/>
This clip is from the chapter "Kafka Elasticsearch Consumer and Advanced Configurations" of the series "Apache Kafka Series - Learn Apache Kafka for Beginners".In...
Instructional Video16:46
Curated Video

Multi-Paradigm Programming with Modern C++ - Synchronization with Mutexes

Higher Ed
Mutex is an object that lets us protect a resource from being accessed from multiple threads simultaneously. Mutex is one of many synchronization primitives. It’s easy to use, but there are a few caveats.

• Example of a mutex:...
Instructional Video4:08
Curated Video

Creational Design Patterns in Modern C++ - Lazy Instantiation

Higher Ed
This video demonstrates how to perform a lazy instantiation.
r/>
This clip is from the chapter "Singleton" of the series "Creational Design Patterns in Modern C++".This section provides an overview of logger classes,...
Instructional Video14:34
Curated Video

Selenium Python Automation Testing from Scratch and Frameworks - Building Reusable Utility for Logging

Higher Ed
This video demonstrates how to build reusable utility for logging.
r/>
This clip is from the chapter "Part II-Logging and Generating HTML Reports in Python Framework" of the series "Selenium Python Automation Testing from...
Instructional Video7:49
Curated Video

Multi-Paradigm Programming with Modern C++ - Providing a Good Abstraction

Higher Ed
Abstraction hides complexity and preserves only the information that is relevant in the context. We create leaky abstractions when we fail to hide information that is irrelevant. This video is an exercise in creating an...
Instructional Video5:05
Curated Video

Introduction to ASP.NET MVC 6 (Video 16)

Higher Ed
A lot has changed in the world of ASP.NET 5 and MVC 6, but a lot is still the same. All of the major frameworks (Web API, forms, and MVC) have been rolled out under the umbrella of a single unified programming model. There's a...
Instructional Video5:59
Curated Video

Multi-Paradigm Programming with Modern C++ - Class and Structs

Higher Ed
What is the difference between struct and class, and which one to use? What’s an invariant and why is it important? Where to put error checking code?

• Struct versus class: Which one to
use?
• Class invariants
by...
Instructional Video8:12
Curated Video

Creational Design Patterns in Modern C++ - Destruction Policies

Higher Ed
This video highlights the issues with the lazy instantiation and demonstrates how to resolve them.
r/>
This clip is from the chapter "Singleton" of the series "Creational Design Patterns in Modern C++".This section provides an...
Instructional Video13:06
Curated Video

Spring Framework Master Class - Java Spring the Modern Way - Step 15 - Complex Scope Scenarios of a Spring Bean - Mix Prototype and Singleton

Higher Ed
This video provides an explanation of the complex scope scenarios of a spring bean through a mix prototype and singleton.
r/>
This clip is from the chapter "Spring Level 2 - Spring Framework in Depth" of the series "Spring...
Instructional Video8:57
Curated Video

Master Microservices with Spring Boot and Spring Cloud - Step 12 – Connecting Currency Exchange Microservice with Zipkin

Higher Ed
This video is about connecting currency exchange microservice with Zipkin.
r/>
This clip is from the chapter "Docker with Microservices Using Spring Boot and Spring Cloud – V2" of the series "Master Microservices with Spring...
Instructional Video6:12
Curated Video

Creational Design Patterns in Modern C++ - Multithreading Issues

Higher Ed
This video demonstrates how to solve the problem of using a singleton in a multithreading application.
r/>
This clip is from the chapter "Singleton" of the series "Creational Design Patterns in Modern C++".This section provides...
Instructional Video4:38
Curated Video

Master Microservices with Spring Boot and Spring Cloud - Step 7 – Using a Command Line Runner to Save the User to Database

Higher Ed
This video is about using a command line runner to save the user to database.
r/>
This clip is from the chapter "Appendix – Introduction to JPA in 10 Steps" of the series "Master Microservices with Spring Boot and Spring...
Instructional Video8:34
Curated Video

Master Microservices with Spring Boot and Spring Cloud - Step 36 – Implementing Spring Cloud Sleuth

Higher Ed
This video explains how to implement Spring Cloud Sleuth.
r/>
This clip is from the chapter "Microservices with Spring Cloud – V1" of the series "Master Microservices with Spring Boot and Spring Cloud".This section focuses on...
Instructional Video4:38
Curated Video

Creational Design Patterns in Modern C++ - Using the std::call_once Function

Higher Ed
This video demonstrates how to use the std::call_once function.
r/>
This clip is from the chapter "Singleton" of the series "Creational Design Patterns in Modern C++".This section provides an overview of logger classes,...
Instructional Video5:55
Curated Video

Master Microservices with Spring Boot and Spring Cloud - Step 25 – Implementing spring Cloud Gateway Logging Filter

Higher Ed
This video demonstrates implementing Spring Cloud Gateway Logging Filter.
r/>
This clip is from the chapter "Microservices with Spring Cloud – V2" of the series "Master Microservices with Spring Boot and Spring Cloud".This...
Instructional Video10:23
Curated Video

Google Apps Script - Exercise Coding Projects - Create a Doc with Apps Script

Higher Ed
This video explains creating a Doc with Apps Script.
<
br/>
This clip is from the chapter "Getting Started with Apps Script Projects" of the series "Google Apps Script - Exercise Coding Projects".This section explains Apps Script...
Instructional Video19:44
Curated Video

Google Apps Script - Exercise Coding Projects - How to Create Custom Functions in Sheets with Google Apps Script Code

Higher Ed
This video explains how to create custom functions in sheets with Google Apps Script code.
<
br/>
This clip is from the chapter "How to Do Amazing Things with Google Apps Script - Power Up Your Apps Script Code" of the series...
Instructional Video8:24
Curated Video

Master Hibernate and JPA with Spring Boot in 100 Steps - Step 03 - Create findByID Using JPA Entity Manager

Higher Ed
In this video, we will create findByID using JPA entity manager.
r/>
This clip is from the chapter "JPA and Hibernate in Depth" of the series "Master Hibernate and JPA with Spring Boot in 100 Steps".In this section, you will...
Instructional Video7:04
Curated Video

Spring Framework Master Class - Java Spring the Modern Way - Step 03 - Defining an @Before Advice

Higher Ed
This video demonstrates how to define an @Before advice.
r/>
This clip is from the chapter "Spring Level 5 - Spring AOP" of the series "Spring Framework Master Class - Java Spring the Modern Way".This section presents an...
Instructional Video8:40
Curated Video

Selenium Python Automation Testing from Scratch and Frameworks - Implementing Logging into Framework Tests

Higher Ed
This video explains how to implement logging into framework tests.
r/>
This clip is from the chapter "Part III-Developing End-to-End Selenium Python Framework from Scratch" of the series "Selenium Python Automation Testing from...