Java Volatile Keyword
The Java volatile keyword guarantees variable visibility across threads, meaning reads and writes are visible across threads.
The Java volatile keyword guarantees variable visibility across threads, meaning reads and writes are visible across threads.
Demonstration of a method to delay execution of a task in a non-blocking manner
An interesting project which provides bindings to manage containers within your tests
Ticking a few items off the checklist, I've added some basic webmention and websub support to the site.
Looking at implementing AWS lambda functions to update blog content, for which git access would be a prerequisite
I finally switched off my PHP virtual host, after committing to a new site built with the 11ty platform.
When Java 8 introduced the Optional type many years ago, I was happy like a bird. I already knew about the Optional type from variousβ¦
A whistle-stop tour of the `facl` package, an implementation of the withdrawn draft POSIX 1003.1e standard