Best of Foojay.io2022

  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·4y

    Backend-for-Frontend: The Demo

    The monolith offers an endpoint for each data source, and a single aggregating endpoint for all of them. In the previous section, we developed a dedicated backend-for-frontend application. In this case, the gateway can be seen as a container where to deploy BFF plugins. I'll be using Apache APISIX to demo how to do it, but the idea can be replicated on other gateways as well.

  4. 4
    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.

  5. 5
    Article
    Avatar of foojayioFoojay.io·4y

    Discussing Backend For Front-end

    Foojay Today Microservices Discussing Backend For Front-end July 25, 2022. In the good old days, applications were simple. The rise of mobile clients and integrations with other apps upset this simplicity. I want to discuss one solution to handle the complexity in this post.