Best of Foojay.ioDecember 2022

  1. 1
    Article
    Avatar of foojayioFoojay.io·3y

    Two Million Java Developers on Visual Studio Code!

    For the November update, we are bringing you new code editing features, such as postfix completion and optimized organize imports. In addition, we've made some visual enhancements to the Spring components. We are continuing to add more improvements around "organize import" scenarios and you can find all our future plans in this GitHub issue.

  2. 2
    Article
    Avatar of foojayioFoojay.io·3y

    Learn How to Develop Event-Driven Architectures

    Event-Driven Architecture (EDA) is a design pattern in which decoupled components (often microservices) can asynchronously publish and subscribe to events. Chronicle Queue is a point-to-point messaging layer, which works by writing your events to shared off-heap memory.

  3. 3
    Article
    Avatar of foojayioFoojay.io·3y

    A Faster Way to Build React + Spring Boot Apps Using Hilla 1.3

    The latest version of Hilla now makes it faster to build React apps that connect to Spring Boot backends than with React alone. No need for REST, call the backend through automatically generated type-safe methods. Discover and fix errors earlier thanks to end-to-end type -safety.