Skip to content
Navigation menu
Search
Powered by Algolia
Search
Log in
Create account
DEV Community
Close
#
concurrency
Follow
Hide
Posts
Left menu
đź‘‹
Sign in
for the ability to sort posts by
relevant
,
latest
, or
top
.
Right menu
Java Concurrency LLD: Build a Custom BlockingQueue From Scratch
Machine coding Master
Machine coding Master
Machine coding Master
Follow
Sep 13
Java Concurrency LLD: Build a Custom BlockingQueue From Scratch
#
java
#
concurrency
#
interview
#
oop
Comments
Add Comment
2 min read
Stop Slamming Downstream Services: Singleflight Request Coalescing with Java Virtual Threads
Machine coding Master
Machine coding Master
Machine coding Master
Follow
Sep 12
Stop Slamming Downstream Services: Singleflight Request Coalescing with Java Virtual Threads
#
java
#
concurrency
#
systemdesign
#
design
Comments
1
 comment
2 min read
Store Load Reordering: x86 vs ARM64, and the Bug Intel Was Hiding
Harrison Guo
Harrison Guo
Harrison Guo
Follow
Sep 12
Store Load Reordering: x86 vs ARM64, and the Bug Intel Was Hiding
#
cpp
#
performance
#
concurrency
#
programming
Comments
2
 comments
6 min read
How I climbed Java's concurrency staircase, one frustration at a time
Hideki Mori
Hideki Mori
Hideki Mori
Follow
Sep 7
How I climbed Java's concurrency staircase, one frustration at a time
#
java
#
concurrency
#
beginners
#
career
Comments
Add Comment
9 min read
Function coloring is real and pretending context propagation isn't infection
Aditya Agarwal
Aditya Agarwal
Aditya Agarwal
Follow
Sep 10
Function coloring is real and pretending context propagation isn't infection
#
go
#
concurrency
#
programming
#
debate