Java Articles by Foojay.io

October, 2024

  • 3 October

    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 »
  • 1 October

    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 »

September, 2024

  • 30 September

    JavaFX Links of September 2024

    Author: Frank Delporte Original post on Foojay: Read More Here is the overview of the JavaFX LinksOfTheMonth of September 2024, published on jfx-central.com during this month. Did we miss anything? Is there anything you want to have included in one of the next overviews? Let us know via links@jfx-central.com. A lot of milestones this month… Java and JavaFX 23 were …

    Read More »
  • 30 September

    Foojay Podcast #58: How Java Developers Can Secure Their Code

    Author: Brian Vermeer Original post on Foojay: Read More Three years after Log4Shell caused a significant security issue, we still struggle with insecure dependencies and injection problems. In this podcast, we’ll discuss how developers can secure their code. I talked with three authors who posted a security and code quality post on Foojay.io. Video Podcast (audio only) Guests Jonathan Vila …

    Read More »
  • 27 September

    Azul Brings Java from Edge to Cloud

    Author: Frank Delporte Original post on Foojay: Read More In Part 1 of this series, “A Fresh Look at Embedded Java,” we explored the use of Java for embedded use cases. Azul and its Zulu Build of OpenJDK (Zulu) are the ideal partners in this part of the software world. Let’s expand and look at the cloud part of a …

    Read More »
  • 25 September

    Exploring New Features in JDK 23: Factory Pattern with Flexible Constructor Bodies with JEP-482

    Author: Miro Wengner Original post on Foojay: Read More Since the introduction of the new JDK release cadence, we have seen an incredible amount of new enhancements added to each JDK cycle, kicking the Java platform back on track compared to other languages. Source code maintainability plays a very important role as complexity of nowadays projects increases. Yes, design patterns, …

    Read More »
  • 24 September

    Run true-to-production tests on your MicroProfile and Jakarta EE applications

    Author: Grace Jansen Original post on Foojay: Read More As supported by the 12 factor and 15 factor app methodologies, in application development, we’ve come to realize just how important it is to test our applications in a true-to-production environment before releasing them to consumers. This helps us to mitigate potential failures and spot bugs that could appear in production …

    Read More »
  • 23 September

    Server-Side Rendering with Spring Boot

    Author: Nicolas Frankel Original post on Foojay: Read More Understanding the shared steps in the project setup is crucial before delving into the specifics of each client-augmenting technology. My requirements from the last post where quite straightforward: I’ll assume the viewpoint of a backend developer No front-end build step: no TypeScript, no minification, etc. All dependencies are managed from the …

    Read More »
  • 23 September

    A Short History of AJAX and SSR

    Author: Nicolas Frankel Original post on Foojay: Read More My journey in programming began over two decades ago, a time when JavaScript was a far cry from its current state, and developers were primarily focused on Microsoft Internet Explorer. One of my proudest achievements back then was writing a few lines of code that allowed users to add and remove …

    Read More »
  • 19 September

    TestPostForSorting

    Author: Foojay Original post on Foojay: Read More Testtsteset The post TestPostForSorting appeared first on foojay.

    Read More »