Recent Posts

Exploring New Features in JDK 23: Null object pattern to avoid null pointer exception with JEP-455

Author: Miro Wengner Original post on Foojay: Read More The newest release JDK 23 [2] comes with a neat extension to pattern matching for switch and instanceof statements, JEP-455: Primitive Types in Patterns, instanceof and switch [1]. While the introduction of pattern matching can be considered a crucial element in moving the Java platform into a functional paradigm, it introduced …

Read More »

Gear Up for NODES 2024: What to Know

Author: Jennifer Reif Original post on Foojay: Read More NODES is a free, virtual conference run by Neo4j for developers, data scientists, and other technical roles who want to learn more about graph databases and how they can be used to solve complex problems. Join us online November 7! The NODES 2024 conference is approaching fast, and we have a …

Read More »

SQL Best Practices Every Java Engineer Must Know

Author: Muaath Bin Ali Original post on Foojay: Read More In the world of software development, SQL optimization is a critical skill that every Java engineer must master. Efficient database interactions can significantly enhance the performance of your applications, leading to faster response times and a better user experience. This comprehensive guide dives into the best practices for SQL query …

Read More »