Java
-

OpenAPI Generator Custom Templates
1. Introduction Open API is a specification for designing and documenting RESTful APIs. OpenAPI generator is a tool used in…
Read More » -

Simplified Array Operations on JsonNode Without Typecasting in Jackson
In Java development, managing JSON data efficiently is crucial, especially when dealing with arrays within JSON structures. This article focuses…
Read More » -

Add Elements to Java Collection
Looping through a List is a frequent task in Java, yet appending elements to it during iteration demands careful attention…
Read More » -

Spring Boot & Databases: The Perfect Match (No More Struggles!)
Let’s face it, building applications is exciting! But the moment you need to connect your shiny Spring Boot app to…
Read More » -

How to Convert Excel to JSON in Java
1. Introduction When Java applications deal with data interchange between different systems, it’s common to convert Excel to JSON. Apache…
Read More » -

Spring Security AuthorizationManager
1. Introduction Spring Security AuthorizationManager is part of Spring Security that is an extension of the Spring Framework that supports…
Read More » -

Serialization with FlatBuffers in Java
FlatBuffers in Java facilitates high-speed data serialization/deserialization, eliminating parsing overhead. Developed by Google, it offers a schema-less, memory-efficient solution for…
Read More » -

Unleash the Power of AssertJ: Make Your Unit Tests Crystal Clear
Unit tests are the superheroes of the coding world, ensuring your code works as intended. But writing clear and concise…
Read More » -

Implement A GraphQL Mutation With No Data Return
GraphQL stands as a robust query language tailored for APIs, offering a versatile and effective means to engage with our…
Read More »





