|
You are here |
blog.scaledcode.com | ||
| | | | |
golb.hplar.ch
|
|
| | | | | [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
|
|
| | | | | [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
|
|
| | | | | Doing distributed processing with Java's parallelStream. | |
| | | | |
www.morling.dev
|
|
| | | 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. | ||