Learn how to generate mock data for different purposes with Datafaker.
Baeldung Author
Eugene Kovko
Here's what I've written (so far):
Baeldung on Java
- All
- Testing (1)
- Programming (1)
- Java Concurrency (1)
- Java Collections (1)
- Java (1)
- DevOps (1)
- Algorithms (1)
The Problem With ‘src refspec does not match any’
Filed under Programming
Learn how to deal with refspec errors and what is the reason behind them.
Static Fields and Garbage Collection
Filed under Java
Learn how garbage collection in Java deals with classes and static fields.
Permutations of a String in Java
Filed under Algorithms
Learn how we to easily create permutations in Java using third-party libraries.
Volatile vs. Atomic Variables in Java
Filed under Java Concurrency
Learn the difference between the volatile keyword and atomic classes and what problems they solve
Scripted vs Declarative Pipelines in Jenkins
Filed under DevOps
A quick and practical comparison between scripted and declarative pipelines in Jenkins.
Difference Between Map and HashMap in Java
Filed under Java Collections
Learn why interfaces are a great means for abstraction and defining a contract.