Uncategorised

Display the contents of an excel using Thymeleaf

Thymeleaf is a server-side templating engine that integrates seamlessly with Spring Boot. It allows to create dynamic web pages by…

1 year ago

Split an excel to multiple excel files in Java

In this blog we will see how to split an excel into multiple excel files using Apache POI library. Apache…

1 year ago

Spring Data JPA many to one mapping & Integration test

In this blog we will see Spring Data JPA many to one relationship example and also how to write integration…

1 year ago

Spring Boot App metrics with Micrometer and New Relic

In this blog we will see how to send metrics created using micrometer to new relic. We can create the…

1 year ago

Spring Boot App Metrics with Micrometer and Prometheus

Observability, in the context of computer systems and software development, refers to the ability to gain insights into the internal…

1 year ago

Java MalformedInputException: Input length = 1

As part of this blog lets go through when this exception occurs and how to fix it. When any of…

1 year ago

Search for a file and print its contents

In this post we will see how to search for a file in java and read the file to print…

1 year ago

Running Spring REST API as a container using Docker Desktop

In this post we will see how to build a docker image for the spring REST API and run it…

1 year ago

Data Analysis using Python

Before getting started with Data analysis we will get to know a little about Jupyter Notebook and Google colab. Jupyter…

1 year ago

Try with Resources

Developers who have used sonar for code analysis would have seen this check Try-with-resources should be used. Try-with-resources statement was…

1 year ago