Learn how to use an InfluxDB – a high-performance store for time-series data.
Also find me here:
Baeldung Author
Eric Goebelbecker
I'm a software developer that specializes in financial markets, including the FIX protocol, pub/sub messaging, and market data. For the past 25 years, I've been working on Wall Street.
Here's what I've written (so far):
Baeldung on Java
- All
- Java (3)
- Testing (2)
- Data (2)
- Cloud (2)
- Spring (1)
- Persistence (1)
- NoSQL (1)
- Logging (1)
- Java Concurrency (1)
- Java Array (1)
- Docker (1)
- DevOps (1)
Check if a Java Array Contains a Value
Filed under Java Array
Take a look at different ways to search an array for a value.
Mock Final Classes and Methods with Mockito
Filed under Testing
Learn how to mock final classes and methods with Mockito.
How to Kill a Java Thread
Filed under Java Concurrency
Learn how to properly stop a Thread in Java.
Mocking Void Methods with Mockito
Filed under Testing
See how to mock methods that return void using Mockito.
Introduction to MBassador
Discover MBassador – a high-performance pub-sub event bus.
Introduction to NoException
Filed under Java
Learn about the NoException library that provides concise and handy exception handlers.