Page 5
Sending Messages Manually with StreamBridge | Spring Cloud Stream Tutorial
Introduction to Spring Cloud Stream
Spring Cloud Stream is a module of the Spring Framework, a high-level abstraction for building event-driven microservices. Simply put, event-driven microservices are designed where services communicate by publishing and consuming events instead of communicating directly with each other. Spring Cloud Stream supports various message brokers,… Read More
Spring Cloud Stream Tutorial for Beginners | Event-Driven Microservices | RabbitMQ Example
Integrate Spring Boot Actuator with Prometheus
As I introduced Spring Boot’s Actuator tool in the previous tutorial, it allows us to monitor our application in a production environment. You can integrate Spring Boot Actuator with Prometheus to query application-related information. How do we do that? Let’s find out together in this… Read More
Building an MCP Server using Spring AI MCP Server Starter
I’ve introduced you to the Model Context Protocol (MCP), which allows LLM models to access data after the cut-off point or personal data using a common standard. There are many pre-built MCP servers available. If you want to build your own MCP server using Java,… Read More
New video: RESTful API Naming Conventions Explained | Best Practices for Clean API Design
New Video: Consume RESTful Web Services with RestClient | Spring Framework 7+
Introduction to Model Context Protocol
Large Language Models (LLMs) or AI models like ChatGPT, Gemini, etc., are only trained on data up to a certain point in time, known as the cutoff point. For example, for ChatGPT at the time of writing this tutorial, its knowledge only extends to April… Read More
Naming convention for RESTful API specs
When defining API specs for RESTful APIs, there are some naming conventions that are best practices that you should follow to make these API specs consistent, intuitive, and easy to maintain. These principles are as follows: Use nouns instead of verbs when naming resources Instead… Read More


