Recent Articles

Complete Guide to Exception Handling in Spring Boot

Handling exceptions is an important part of building a robust application. Spring Boot offers more than one way of doing it.

Read more

Implementing a Circuit Breaker with Resilience4j

In this series so far, we have learned about Resilience4j and its Retry, RateLimiter, TimeLimiter, and Bulkhead modules. In this article, we will explore the CircuitBreaker module.

Read more

Using Elasticsearch with Spring Boot

Elasticsearch is built on top of Apache Lucene and was first released by Elasticsearch N.V. (now Elastic) in 2010. According to the website of Elastic, it is a distributed open-source search and analytics engine for all types of data, including textual, numerical, geospatial, structured, and unstructured.

Read more

Book Notes: Make Time

TL;DR: Read this Book, when… you want to make time for important things you want to replace busyness with meaningful tasks you want to try out a framework to change your defaults (habits) Book Facts Title: Make Time Authors: Jake Knapp and John Zeratsky Word Count: ~ 60.

Read more

Building Reusable Mock Modules with Spring Boot

Wouldn’t it be nice to have a codebase that is cut into loosely coupled modules, with each module having a dedicated set of responsibilities?

Read more

Book Notes: Pragmatic Thinking & Learning

TL;DR: Read this Book, when… you want to become a more structured learner you need some tips and tricks on tapping your creativity you want to become more self-aware of your proficiency Book Facts Title: Pragmatic Thinking & Learning Authors: Andy Hunt Word Count: ~ 80.

Read more