Rabinarayan PatraIs Java Reflection Secretly Destroying Your Codebase?Wait, are you still using Java Reflection? Here’s why that might be the worst decision you’ve ever made for your project.Nov 281
L.FServerless with AWS Lambda and Java: Generate an Excel file and upload to S3.Often, setting up a project seems simple enough: you clear your desk, open your laptop, get to work, and you run your first test and boom…Mar 20, 2023
Raju MLNInside Your IDE: The Magic of Instant Getter and Setter GenerationIntroduction Ever marveled at how your favorite IDE, like Eclipse or IntelliJ, instantly generates getters and setters for your classes…Nov 9Nov 9
Ahmed SafwatDiscover the Secrets of Java ReflectionUnderstanding Java Reflection: A Comprehensive GuideJul 19Jul 19
InLevel Up Codingbyaneesh kumarLearn What is Java Reflection : Good or Bad Practice?Java Reflection is an extremely easy-to-use feature in Java programming that enables us to examine and change the content of the classOct 28Oct 28
Rabinarayan PatraIs Java Reflection Secretly Destroying Your Codebase?Wait, are you still using Java Reflection? Here’s why that might be the worst decision you’ve ever made for your project.Nov 281
L.FServerless with AWS Lambda and Java: Generate an Excel file and upload to S3.Often, setting up a project seems simple enough: you clear your desk, open your laptop, get to work, and you run your first test and boom…Mar 20, 2023
Raju MLNInside Your IDE: The Magic of Instant Getter and Setter GenerationIntroduction Ever marveled at how your favorite IDE, like Eclipse or IntelliJ, instantly generates getters and setters for your classes…Nov 9
Ahmed SafwatDiscover the Secrets of Java ReflectionUnderstanding Java Reflection: A Comprehensive GuideJul 19
InLevel Up Codingbyaneesh kumarLearn What is Java Reflection : Good or Bad Practice?Java Reflection is an extremely easy-to-use feature in Java programming that enables us to examine and change the content of the classOct 28
Aziz MarzoukiRetrieving Inner Classes Using Reflection in JavaReflection is a powerful feature in Java that allows developers to inspect and manipulate classes, fields, methods, and constructors at…Oct 23
OssamakharbaqDemystifying Java Reflection (Part 2)(Advanced): Annotations and Dynamic Proxies for Flexible CodeIn the first part 🔗 of this series, we introduced the basics of Java Reflection, demonstrating how to access class information, create…Sep 30
Aditya SolgeAnnotation-Based Code Generator in Java — Overview [1/4]In the world of Java development, automation and efficiency are crucial aspects. Annotation-based code generation is a technique that…Aug 31, 2023