Learn how to retry REST API calls with Feign library.
Also find me here:
Baeldung Author
Michał Dąbrowski
I’m a fullstack developer building microservice applications in among others Spring Boot, Angular, React. I love functional programming and working using TDD.
Here's what I've written (so far):
Baeldung on Java
- All
- Java (5)
- REST (2)
- Persistence (2)
- Java Map (2)
- Testing (1)
- Spring Boot (1)
- Security (1)
- Java Streams (1)
- Java Numbers (1)
- Java List (1)
- Java IO (1)
- Java Collections (1)
- Core Java (1)
Bitmasking in Java with Bitwise Operators
Filed under Java
A quick and practical guide to low-level bitmasking using bitwise operators.
Iterate Over a Set in Java
Filed under Java Collections
Learn look at how to iterate over the elements of a Set in Java.
How to Check if a Database Table Exists with JDBC
Filed under Persistence
Have a look at how we can check if a table exists in the database using JDBC and pure SQL.
Optimizing HashMap’s Performance
Filed under Java Map
A quick and practical introduction to HashMap performance optimization.
Using a Byte Array as Map Key in Java
Filed under Java Map
Learn how to use a byte array as a key in a Java HashMap.
Object States in Hibernate’s Session
Filed under Persistence
A quick and practical guide to Hibernate’s Session object states.
Probability in Java
Filed under Java
We’ll look at a few examples of how we can implement probability with Java.
Introduction to Finagle
Filed under Java
Learn how to send and receive information over the wire using Twitter’s RPC Library Finagle.