In this blog I will show you the basics of using Java Future and Executor Service. Combining the following: [crayon-641b0071649f8951307363/] and [crayon-64...
Reactive programming If you are on a constant learning journey for developing flexible, loosely-coupled and scalable applications, then you definitely at least ca...
What exactly is a webhook? A webhook is one of the best ways for real-time communication with your application. Unlike typical APIs, a webhook delivers data to the ...
Presumably you already have heard for Vert.x project, a tool-kit for building reactive applications on the JVM. Vert.x is completely asynchronous, lightweight, increadibly...
Recently our team needed to measure the performance of a client’s application, which heavily depends on third API providers, such as Spotify, Yelp and TripAdvisor. O...