A businesswoman served time in federal prison nearly 20 years ago. This is how she rebuilt her life.
RxJava is a Java VM implementation of Reactive Extensions: a library for composing asynchronous and event-based programs by using observable sequences. It extends the observer pattern to support ...
Ray tracing is a computer graphics method that renders images realistically. As the name suggests, this technique primarily traces the path of light rays interacting with objects in a scene [1], ...
Compiling Java code to WebAssembly is an efficient way to get it running in a web browser, and you get a serious performance boost. Let's check it out. WebAssembly, or Wasm, provides a generalized, ...
I love tools that do one thing well. Hopefully this fits that category. I am indebted to Gabor Cselle who, years ago, inspired me with an example of an in-memory persistent queue written in Java. I ...