PinnedAnisul IslamRetry with Feign ClientOpenFeign is a pretty handy integration to Spring Cloud for Spring Boot applicaiton. Feign is a Java to HTTP client binder inspired by…Apr 25, 2021Apr 25, 2021
Anisul IslamStoring JSON Data in DynamoDB Using AWS SDK for Java v2In modern applications, it’s common to store complex data structures such as JSON in a NoSQL database like DynamoDB. The AWS SDK for Java…May 21May 21
Anisul IslamChaining Asynchronous Chores SynchronouslyPromises have always been a life saver in JavaScript to deal with asynchronous stuffs in our code. ES8 introduced async/await which can be…May 12, 2020May 12, 2020
Anisul IslamHazelcast AWS EC2 Instance Auto DiscoveryHazelcast supports EC2 auto discovery. This configuration is useful when you don’t want to list all the IPs by your hand. The discovery…Oct 14, 2019Oct 14, 2019