Learn how we can incorporate the quarkus-load-shedding extension into our Quarkus application so that our system can respond effectively under load
Baeldung Author
Njabulo Mwandla
Njabulo is a seasoned software developer with over 15 years of experience, specializing in Java technologies. Beyond his passion for coding, he enjoys indulging in audiobooks and taking leisurely walks with his dog.
Here's what I've written (so far):
Baeldung on Java
- All
- Maven (2)
- REST (1)
- Java (1)
- DevOps (1)
- Core Java (1)
Introduction to New Relic for Java
Filed under DevOps
Get started with New Relic for Java, including traces, custom instrumentation, and alerts for monitoring performance.
Working With OpenTelemetry Collector
Filed under Java
Tutorial on the core features of the OpenTelemetry Collector.
Difference Between M2_HOME, MAVEN_HOME and using the PATH variable
Filed under Maven
Tutorial on the use and differences between the three Maven variables: M2_HOME, MAVEN_HOME, and PATH.
Define Multiple Repositories With Maven
Filed under Maven
A quick and practical guide to working with multiple repositories with Maven.
Difference Between Lombok @AllArgsConstructor, @RequiredArgsConstructor and @NoArgConstructor
Filed under Core Java
Learn about different constructor generation annotations in Lombok and when to use them.