Best of Spring BootJanuary 2024

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

    Java Projects for All: From Beginner to Expert Level Coding Fun!

    Embark on a journey of Java projects! Explore beginner projects like Hello World GUI and Number Guessing Game. Learn about Java's key characteristics, including platform independence and multi-threading support. Discover more advanced projects like RESTful APIs, web scrapers, and music players. Challenge yourself with projects that provide real-world application and enhance your skills.

  2. 2
    Article
    Avatar of baeldungBaeldung·2y

    Introduction to Spring AI

    This post provides an introduction to the Spring AI project, including its purpose and main concepts. It also explains how to configure Spring AI in a Spring Boot application. The post includes examples and code snippets for demonstration purposes.

  3. 3
    Article
    Avatar of towardsdevTowards Dev·2y

    Building Scalable Microservices with gRPC, Spring Boot, and Maven

    Learn how to build scalable microservices with gRPC, Spring Boot, and Maven. Understand the concepts of gRPC, Protocol Buffers, and the different types of service methods in gRPC. Explore the project structure and scaffolding, and see practical implementations in the modules of the project.

  4. 4
    Article
    Avatar of towardsdevTowards Dev·2y

    Spring Boot Meets OpenAI: A Java’s Leep into GenAI

    The article discusses the Spring AI initiative, which aims to simplify the creation of AI-powered applications. It explores the building blocks of Spring AI, such as the ChatClient interface and the compatibility with OpenAI and Azure OpenAI. The article also mentions the use of prompt engineering techniques with Spring AI.