-
Core Java
Converting JSON Array to Java List with Gson
1. Overview In the realm of modern software development, the manipulation of data interchange formats like JSON (JavaScript Object Notation)…
Read More » -
Core Java
Test Repository with @DataJpaTest and JUnit
1. Introduction In today’s software development landscape, ensuring the reliability and correctness of applications is paramount. Testing plays a crucial…
Read More » -
DevOps
Testcontainers Desktop
1. Overview In modern software development, automated testing has become an integral part of the development lifecycle. However, setting up…
Read More » -
Core Java