life is too short for a diary

Most popular




Mastering Parameterized Tests in JUnit 5 with Spring Boot

Want to test smarter, not harder? Parameterized tests let you run the same test with multiple inputs. In this guide, we'll dive into JUnit's @ParameterizedTest using @MethodSource and @CsvSource, plus how to hook it all into Spring Boot...

Continue reading → Tags : java spring boot






Fix Xbox Controller Not Connecting to Steam Deck

If your Xbox controller isn't connecting to your Steam Deck and the light continues blinking, follow these steps to troubleshoot and resolve the issue...

Continue reading → Tags : troubleshooting steam deck






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