News

8 guidelines for writing reusable Java code Define the rules for your code Document your APIs Follow standard code naming conventions Write cohesive classes and methods Decouple your classes Keep ...
Want to learn to code and write your first Java program? Here's a quick and fun Java programming tutorial that will have your running your first Java program in less than 10 minutes.
Benefits of Spring Boot properties files While configuring properties files might not be as exciting as extending a Java class or coding a Java component, doing so is equally important. Fortunately, ...
In my previous post, I looked at some of the problems associated with long parameters lists for methods and constructors. In that post, I discussed replacing primitives and built-in types with ...