Hi, what do you want to do?
Packt
Consumer Part 4 - Manual Commit of Offsets
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...
<
br/>
This clip is from the chapter "Kafka Elasticsearch Consumer and Advanced Configurations" of the series "Apache Kafka Series - Learn Apache Kafka for...
Packt
Understanding the Extensible Markup Language (XML) File to Control Logging in Test Case
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...
<
br/>
This clip is from the chapter "Framework Part 7: Logging Framework - log4j" of the series "Selenium WebDriver with Java - Basics to Advanced...
Packt
Producer Part 1 - Writing Twitter Client
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...
<
br/>
This clip is from the chapter "Kafka Twitter Producer and Advanced Configurations" of the series "Apache Kafka Series - Learn Apache Kafka for...
Curated Video
Multi-Paradigm Programming with Modern C++ - Using Lambdas
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...
• About call
backs
• Std
::function
• Using callbacks to implement...
Packt
Consumer Part 1 - Setup Project
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...
<
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...
Curated Video
Multi-Paradigm Programming with Modern C++ - Synchronization with Mutexes
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:...
• Example of a mutex:...
Curated Video
Creational Design Patterns in Modern C++ - Lazy Instantiation
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,...
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,...
Curated Video
Selenium Python Automation Testing from Scratch and Frameworks - Building Reusable Utility for Logging
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...
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...
Curated Video
Multi-Paradigm Programming with Modern C++ - Providing a Good Abstraction
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...
Curated Video
Introduction to ASP.NET MVC 6 (Video 16)
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...
Curated Video
Multi-Paradigm Programming with Modern C++ - Class and Structs
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...
• Struct versus class: Which one to
use?
• Class invariants
by...
Curated Video
Creational Design Patterns in Modern C++ - Destruction Policies
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...
r/>
This clip is from the chapter "Singleton" of the series "Creational Design Patterns in Modern C++".This section provides an...
Curated Video
Spring Framework Master Class - Java Spring the Modern Way - Step 15 - Complex Scope Scenarios of a Spring Bean - Mix Prototype and Singleton
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...
r/>
This clip is from the chapter "Spring Level 2 - Spring Framework in Depth" of the series "Spring...
Curated Video
Master Microservices with Spring Boot and Spring Cloud - Step 12 – Connecting Currency Exchange Microservice with Zipkin
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...
r/>
This clip is from the chapter "Docker with Microservices Using Spring Boot and Spring Cloud – V2" of the series "Master Microservices with Spring...
Curated Video
Creational Design Patterns in Modern C++ - Multithreading Issues
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...
r/>
This clip is from the chapter "Singleton" of the series "Creational Design Patterns in Modern C++".This section provides...
Curated Video
Master Microservices with Spring Boot and Spring Cloud - Step 7 – Using a Command Line Runner to Save the User to Database
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...
r/>
This clip is from the chapter "Appendix – Introduction to JPA in 10 Steps" of the series "Master Microservices with Spring Boot and Spring...
Curated Video
Master Microservices with Spring Boot and Spring Cloud - Step 36 – Implementing Spring Cloud Sleuth
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...
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...
Curated Video
Creational Design Patterns in Modern C++ - Using the std::call_once Function
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,...
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,...
Curated Video
Master Microservices with Spring Boot and Spring Cloud - Step 25 – Implementing spring Cloud Gateway Logging Filter
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...
r/>
This clip is from the chapter "Microservices with Spring Cloud – V2" of the series "Master Microservices with Spring Boot and Spring Cloud".This...
Curated Video
Google Apps Script - Exercise Coding Projects - Create a Doc with Apps Script
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...
<
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...
Curated Video
Google Apps Script - Exercise Coding Projects - How to Create Custom Functions in Sheets with Google Apps Script Code
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...
<
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...
Curated Video
Master Hibernate and JPA with Spring Boot in 100 Steps - Step 03 - Create findByID Using JPA Entity Manager
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...
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...
Curated Video
Spring Framework Master Class - Java Spring the Modern Way - Step 03 - Defining an @Before Advice
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...
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...
Curated Video
Selenium Python Automation Testing from Scratch and Frameworks - Implementing Logging into Framework Tests
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...
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...