Oops…is what Java is. It is an Object-Oriented Programming Language, a set of tools that allows easy and cross-platform application development. Read all
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