life is too short for a diary

Most popular




Daily Logs for May 11, 2025

Dear Vishi, daily logs for 11 May, 2025...

Continue reading → Tags : letters






Daily Logs for 9 May, 2025

Dear Vishi, daily logs for 9 May, 2025...

Continue reading → Tags : letters






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