As I've said before, I'm working on a book about lifetimes. Or maybe it's
just a long series - I haven't decided the specifics yet. Like every one of
my series/book things, it's... (more…)
Read more »
Learn the basics of async/await and master asynchronous workflows in Javascript. (more…)
Read more »
The top Java anomaly detection tools you should know: X-Pack, Loom Systems, OverOps, Coralogix and Anodot... (more…)
Read more »
java.util.concurrent.ArrayBlockingQueue (j.u.c.ArrayBlockingQueue from here on) provides an elegant solution to the classic producer-consumer problem. To understand its internals, the post implements the data structure from-scratch and step-by-step, using... (more…)
Read more »