Model Context Protocol (MCP) Basics and building MCP Server and Client in Java and SpringModel Context Protocol (MCP) has been a major buzzword in the AI world ever since Anthropic came up with this last November. MCP is an open…3d agoA response icon13d agoA response icon1
Published inJavarevisitedUnderstanding JVM Memory architecture and guidelines and tools for troubleshootingHave you ever faced memory issues in your Java applications? Whether it’s an OutOfMemoryError or performance degradation, understanding the…May 18A response icon1May 18A response icon1
Published inJavarevisitedJava Unit Testing Practical Guide and Cheat Sheet with Real-World ExamplesIntroductionMay 10A response icon1May 10A response icon1
Published inJavarevisitedJava Streams and Collectors: A Practical Guide and Cheat Sheet with Real-World ExamplesHaving started with Java before Java 8, I have experienced how Streams and Lambda expressions completely transformed the way we handle…May 5A response icon1May 5A response icon1
Published inJavarevisitedTop Resilience Patterns in Microservices and implementing in Spring BootAnyone who has worked with microservices of reasonable complexity knows that failures are inevitable. In a distributed system, where…Apr 28Apr 28
Published inJavarevisitedSequenced Collections: A Deep Dive into JDK 21’s addition to Collections FrameworkSequenced collections introduced in Java 21 provide a unified way to work with ordered collections and make your code cleaner and more…Apr 27Apr 27
Published inJavarevisitedOffset vs Cursor Pagination : Implement production ready search and pagination in Spring BootPagination is a crucial aspect of API design when dealing with large datasets. Instead of returning all records at once, pagination breaks…Apr 11Apr 11
Published inJavarevisitedWhat’s New in JDK 24: Key Features with Code ExamplesJava 24 was launched in JavaOne 2025 conference on 18th March 2025. 2025 is a landmark year since it marks 30 years since the first release…Mar 25A response icon2Mar 25A response icon2
Published inJavarevisitedIntegrating gRPC Services to Web with gRPC-Web and EnvoyIn this previous blog, you can learn how to build gRPC microservices in Java and Spring Boot. While gRPC excels in service-to-service…Mar 21Mar 21
Published inStackademicBuilding a Stock Broker AI Agent with Next.js, AI SDK, and OpenAIIn this post we will explore how to build a stockbroker agent using Next.js, AI SDK, and OpenAI. We will create an autonomous agent that…Mar 16Mar 16