PinnedPublished inStackademicFor Java Developers: Another 3 Lombok Functions That Will Blow Your MindLet’s explore three such functions that might not be as mainstream but can significantly improve your Java coding experience.Mar 25, 2024A response icon6Mar 25, 2024A response icon6
PinnedFor Java Developer: 3 Lombok Functions That Will Blow Your MindAs a Jave developer, we definitely know about Lombok and furthermore, have used it.Jan 22, 2024A response icon12Jan 22, 2024A response icon12
PinnedHow to Elegantly Remove `if-else` in Your Java CodeSometimes, having your code full of if-else is not the exact right way to let your colleagues understand it.Nov 20, 2023A response icon20Nov 20, 2023A response icon20
PinnedHow To Write A `Controller` Right In Spring BootWhen it comes to Controller, I believe that no one is unfamiliar with it, it can easily provide a data interface to the outside world.Aug 12, 2022A response icon4Aug 12, 2022A response icon4
Hidden Gems: 5 Underutilized Unittest Annotations You Might Not Know AboutAs Java developers, we’re all familiar with the basic testing annotations like @Test, @Before, and @After.Feb 28A response icon3Feb 28A response icon3
Spring Boot Unittest Hack: Test Your Private Properties with ReflectionTestUtilsIn the realm of Java development with Spring Boot, writing comprehensive unit tests is crucial for ensuring code quality and reliability.Feb 26A response icon2Feb 26A response icon2
5 Essential JSON Handling Skills for Spring Boot DevelopersAs a Spring Boot developer, I know handling JSON data effectively is crucial for building modern web applications.Feb 23Feb 23
5 Lambda Skills Every Java Developer Should Master (Java 11+)Since its introduction in Java 8, Lambda expressions have revolutionized how we write Java code, making it more concise, readable, and…Feb 20Feb 20
Why You Shouldn’t Use Interfaces for Constants in Java: A Common Anti-PatternAs Java developers, we’ve all been there. You need to share some constant values across multiple classes, and you think, “Hey, I’ll just…Feb 17A response icon7Feb 17A response icon7
Understanding Java’s DateTime Types: LocalDateTime, OffsetDateTime, and ZonedDateTimeRecently, I encountered an interesting error while working with Java’s date-time API.Feb 14A response icon1Feb 14A response icon1