Rinjani Dawn Adventuresrinjanidawnadventures.hashnode.dev·Sep 21, 2023Why Should You Choose Lombok for Your Next Adventure?Are you seeking an unforgettable adventure that combines stunning landscapes, warm hospitality, and exciting activities? Look no further than the Indonesian island of Lombok! From mesmerizing Lombok trekking experiences to the allure of Mandalika's p...Discusslombok
Murewa Ashirublog.murewaashiru.com·Jul 29, 2023Creating a CRUD app with Java Spring BootJava is a multi-platform, object-oriented, and network-centric language. Spring Boot is an open-source Java-based framework used to create a microservice. It provides a good platform for Java developers to develop stand-alone and production-grade spr...Discuss·1 like·149 readsJava
Shai AlmogforJava, Debugging, DevOps & Open Sourcedebugagent.com·May 30, 2023Manifold vs. Lombok: Enhancing Java with Property SupportToday, we'll explore an intriguing aspect of Manifold: its property support. In comparison, we'll also examine Lombok, a popular library that offers similar features. By analyzing the differences between these two projects, we can gain insight into t...Discuss·20 likes·621 readsManifold - Reimagining Java's Future, TodayJava
Maheshwar Ligadefortechwastitechwasti.com·Apr 16, 2023Project Lombok complete guide: For Java Developer!Introduction: In Java programming, developers often need to write boilerplate code for simple tasks like getter/setter methods, constructors, equals, and hashcode methods, etc. Writing such code repeatedly can be time-consuming and error-prone, leadi...Discuss·1 like·184 readsSpring BootJava
Amr Khaledamrtechuniverse.com·Jan 27, 2023Spring Boot & Lombok annotations: A deeper lookThis tutorial is part of Springing into Action: A Spring Boot Journey from Novice to Pro Series, be sure to check it out for more related content! Spring Boot and Lombok are two popular frameworks used in Java development. They both provide a set of ...Discuss·137 readsSpringing into Action: A Spring Boot Journey from Novice to ProSpringboot
Madhurendramaddyraj.hashnode.dev·Jan 22, 2023Java is incomplete without these Libraries and APIs. 8 Libraries and APIs every JAVA developer should know in 2023.Software development is incomplete without having a programming language. Libraries and APIs are making programming languages strong and powerful. How good and experienced Java developer depends on how extensive knowledge of API, including JDK and th...Discuss·45 readsJava
salami adeniyi adedejidonneyo.hashnode.dev·Jan 7, 2023Project Lombok ~ No more Boilerplate CodeWhat Is Project Lombok? Project Lombok is a Java library that aims to eliminate boilerplate code and improve code readability and maintainability. Java has been in existence for a long time, and one of the major setbacks of Java is the very long line...DiscussSpringboot
Joseph Ganbwgjoseph.com·Dec 30, 2022Can you use Lombok toBuilder on an Abstract Class?Yes, you can, and you just need an additional line of code in the Abstract Class. Let's take a look at how we can do so. Context If you have an abstract class with various subclasses, and you need to define some values through builder method, you won...Discuss·670 readslombok
Lucy Linderblog.derlin.ch·Sep 28, 2022Exclude lombok generated code from test coverage (JaCoCo/SonarQube)Lombok is an amazing library that reduces boilerplate code in Java thanks to annotations processed at compile time. I use it heavily in my personal and professional projects. I recently discovered a downside though: lombok generated methods are consi...Discuss·991 readsJava
Maheshwar Ligadefortechwastitechwasti.com·Jan 29, 2022Project Lombok complete guide: From None to One!Introduction In Java programming, developers often need to write boilerplate code for simple tasks like getter/setter methods, constructors, equals, and hashcode methods, etc. Writing such code repeatedly can be time-consuming and error-prone, leadin...DiscussJava