Explore >> Select a destination


You are here

blog.scaledcode.com
| | golb.hplar.ch
3.1 parsecs away

Travel
| | [AI summary] This article explains how to use regular expressions for string processing and introduces the VerbalExpressions library to make regex patterns more human-readable in Java and JavaScript.
| | bruceeckel.com
1.8 parsecs away

Travel
| | [AI summary] This blog post discusses the Dining Philosophers problem in Java, explaining how deadlock occurs in concurrent systems and providing a solution by breaking the circular wait condition.
| | www.chrisritchie.org
4.2 parsecs away

Travel
| | Doing distributed processing with Java's parallelStream.
| | www.morling.dev
7.8 parsecs away

Travel
| Recently I ran into a situation where it was necessary to capture the output of a Java process on the stdout stream, and at the same time a filtered subset of the output in a log file. The former, so that the output gets picked up by the Kubernetes logging infrastructure. The letter for further processing on our end: we were looking to detect when the JVM stops due to an OutOfMemoryError, passing on that information to some error classifier.