My latest book "Backend Developer in 30 Days" is out! You can get it at Amazon
Pedro Marquez

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

Tag: java

A hero image for this post

Software Design Patterns: The builder pattern

November 16, 2022

The builder design pattern makes it easier to create objects with multiple parameters

In this post, we will explore how to leverage this extremely useful design pattern

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