Written by Pedro Marquez who lives and works in Austin, Texas, doing all things front-end (and some back-end too).
New book: "Backend Developer in 30 Days"
August 16, 2022My first book is now for sale! You can find it in Amazon or in bpbonline.com (links in bio).
"Acquire Skills on API Designing, Data Management, Application Testing, Deployment, Security and Performance Optimization"
Easy parallelism and multi-threading with Java's CompletableFuture
August 06, 2022In this post, we improve application performance by making multiple parallel requests to a REST API
Building a dark-mode theme with CSS variables
July 29, 2022Native CSS variables make it really easy to build themes for a web app, including 'dark mode'
In this post we describe how to enable themes with just CSS and HTML, no dependencies needed.
Managing state in Flutter apps with data streaming
July 18, 2022Managing state in a Flutter app using data streams and a service locator