You are here |
codingcraftsman.wordpress.com | ||
| | | |
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. | |
| | | |
pmig96.wordpress.com
|
|
| | | | When I heard of WebAssembly (WASM for short) a few years ago, I thought: take your C program, compile it to WASM and the browser will simply run it, right? Well, WASM is not (yet) a first-class citizen in the browser world. It does not have access to all APIs and resources that JavaScript has.... | |
| | | |
viniciusluisr.wordpress.com
|
|
| | | | Hello there! Using Java 8 Optional class can be helpful in many situations, but as some of you know, this monad has some kind of limitations. For example, the inexistence of conditionalflows when the monadic context is null (Optional class provides only the ifPresent terminal operation that finishes the Optional and returns void). In some... | |
| | | |
www.learnitguide.net
|
|
| | how to configure dns for applications deployed on kubernetes, configure dns for kubernetes applications, set dns kubernetes, configure kubernetes dns |