Best of Spring BootApril 2024

  1. 1
    Article
    Avatar of bytebytegoByteByteGo·2y

    Evolution of Java Usage at Netflix

    The post discusses the evolution of Java usage at Netflix, from the Groovy era with BFFs to the move to GraphQL Federation. It also mentions the use of Java versions and Spring Boot at Netflix.

  2. 2
    Article
    Avatar of javacodegeeksJava Code Geeks·2y

    Building Clean API Responses with Spring Boot

    Building clean API responses with Spring Boot is essential for clear communication, easy connections, and a delightful developer experience.

  3. 3
    Article
    Avatar of javarevisitedJavarevisited·2y

    Building a Secure RESTful User CRUD with Spring Boot: A Step-by-Step Guide

    This post provides a step-by-step guide on building a secure RESTful user CRUD API using Spring Boot and MySQL. It explains the concept of RESTful APIs, highlights the benefits of using Spring Boot, and outlines the prerequisites for the project.

  4. 4
    Article
    Avatar of javarevisitedJavarevisited·2y

    Spring Boot AutoConfiguration and How to create your own

    Learn about Spring Boot's auto-configuration, conditions for auto-configuration classes, and how to create your own custom auto-configurations.

  5. 5
    Article
    Avatar of javarevisitedJavarevisited·2y

    How to build Rate Limit with Hazelcast and Spring Boot

    Learn how to build rate limiting with Hazelcast and Spring Boot.

  6. 6
    Article
    Avatar of syscolabsslSysco LABS Sri Lanka·2y

    Upgrading Spring Boot with OpenRewrite

    Learn the benefits of upgrading Spring Boot, and how to upgrade it using OpenRewrite. Upgrading Spring Boot provides security, maintainability, performance, and new features.

  7. 7
    Article
    Avatar of towardsdevTowards Dev·2y

    Mastering Unit Testing in Spring Boot Applications — The Service & Controller layer

    This post provides a guide on mastering unit testing in the service and controller layers of a Spring Boot application. It covers the code structure and logic for testing the service and controller layers using Mockito. The post emphasizes the importance of unit tests for improving application reliability and provides examples of different scenarios and assertions that can be tested.