Best of Spring FrameworkAugust 2022

  1. 1
    Article
    Avatar of communityCommunity Picks·4y

    Top 10 Microservices Design Patterns and Principles

    Microservice architecture is structured on the business domain and it's a collection of small autonomous services. Transaction management is the fundamental advantage of a shared database versus a per-service database. Event Sourcing is based on the idea that any change in an entity's state should be captured by the system. The persistence of a business item is accomplished by storing a series of state-changing events.

  2. 2
    Article
    Avatar of btrprogBetter Programming·4y

    First Impressions When Switching From Spring Boot to Ktor

    The definition of the components which should be managed by Koin needs to be configured manually. Koin provides an interface that can be used in order to inject dependencies in test class. The implementation of the application service layer I will omitt in this article because it works the same way as in SpringBoot and therefore is not interesting. The missing part to fulfill the requirements is the addition of a handler.

  3. 3
    Article
    Avatar of hashnodeHashnode·4y

    How to create Awesome text animation with framer-motion

    Next.js will create text animations with framer-motion. The next thing we have to do is to add motion to our text elements to have the two-state - visible & hidden state of the elements visible components/AnimatedTextCharacter.