dev-resources.site
for different kinds of informations.
Solving Java Multithreading Challenges in My Google Photos Clone
Published at
4/3/2023
Categories
java
webdev
backend
Author
Marco Behler
In this video we want to turn our Google Photos clone from single-threaded to multi-threaded, to generate thumbnails much faster than before.
But there are a couple of challenges along the way. We'll learn that using Java's Parallel File Streams seems to be a buggy endeavor, so we'll fall back on good, old ExecutorServices.
But how many threads should we use to generate thumbnails? How can threads get in conflict with each other? How do we make our program fail-safe for threading issues?
Watch to find out!
Articles
12 articles in total
Prompt Engineering - Basic Concepts For Developers
read article
Building Docker Images - Best Practices
read article
Spring Boot & Kotlin - Crash Course For Java Devs
read article
How To Learn Any Programming Topic
read article
How To Approach Dependency Management in Java
read article
How To REALLY Do Code Reviews
read article
Solving Java Multithreading Challenges in My Google Photos Clone
currently reading
How to Implement Full-Text Search in a Text Editor
read article
7 Awesome Libraries for Java Unit & Integration Testing
read article
How to Build a Google Photos Clone in Java - Part 1
read article
How to Build a Text Editor With Java (Part 3)
read article
How to Build a Command-Line Text Editor With Java (Part 2)
read article
Featured ones: