In this article, we discuss how to create a simple HTTP server in Java that can handle GET and POST requests with Java SDK's HttpServer class. Read all
In this lesson, we add an RSocket client that can talk to the RSocket server we created in the last lesson on building reactive Spring Boot apps. Read all
In this post, we are going to explore different approaches to Java exception handling and discuss how to use Vavr Try as a substitute for built-in methods. Read all
In this post, we learn more about how to optimize your data repositories for Java multi-threaded applications, focusing on examples and the DelayedBatchExecutor. Read all
In this article, we discuss how to create a note-keeping application with ASP.NET Core and add authentication and authorization to it with OAuth2.0 and Okta. Read all