My latest book "Backend Developer in 30 Days" is out! You can get it at Amazon
← Back to all posts

Pedro's Tech Blog

Pedro Marquez

Written by Pedro Marquez who lives and works in Austin, Texas, doing all things front-end (and some back-end too).

Tag: future

A hero image for this post about Java Futures.

Easy parallelism and multi-threading with Java's CompletableFuture

August 06, 2022

In this post, we improve application performance by making multiple parallel requests to a REST API