life is too short for a diary

Most popular




Mastering JSON in Java using Jackson

JSON(Javascript Object Notation) is the universal language for data exchange in modern applications, particularly when working with REST APIs. In Java, Jackson library is often used for JSON processing. ..

Continue reading → Tags : java






Next Greater Element I

The next greater element of some element x in an array is the first greater element that is to the right of x in the same array...

Continue reading → Tags : leetcode python monotonic stack java






Building Reactive File Upload with Spring Boot WebFlux and Swagger

How do you upload multiple PDF file in reactive REST API?...

Continue reading → Tags : spring boot reactive programming swagger