Sorting list of Java objects

1 year ago

In this post we will see how to sort a list of java objects using a property of the object.…

Reading a text file in Java

1 year ago

File handling has become easy in Java. In this post we will see how to read the file contents as…

Better Testcontainer Support – Spring Boot 3.1

1 year ago

Testcontainers is an open source framework for providing throwaway, lightweight instances of databases, message brokers, web browsers, or just about…

Spring Boot PostgreSQL Example

1 year ago

PostgreSQL is a powerful , open source relational database system. In this post we will see how to build REST…

Deploying Machine Learning Models using Streamlit

1 year ago

Streamlit is an open-source framework for Machine Learning and Data Science teams to create applications with python. Streamlit Community Cloud…

Spring Cloud AWS – File upload to S3

1 year ago

Spring cloud AWS simplifies using AWS managed services in a spring and spring boot applications. S3 is used to store…

REST API Automation Testing using Java

1 year ago

In this post we will see how to perform automation testing of REST API using Java. We will use the…

Apache Kafka Installation

1 year ago

In this post we will go through the details of Apache Kafka installation on windows machine Download Apache Kafka from…

Spring Webflux V3 REST API Documentation + Swagger using OpenAPI3 V2

1 year ago

Springdoc-openapi library helps to automote the generation of REST API documentation . For Spring boot V3 we need to use…