All posts in 'English posts'

GraalVM and proxy bindings with embedded languages.

26-Nov-21

A while ago I had the opportunity to publish a post in the GraalVMs Medium blog titled The many ways of polyglot programming with GraalVM which is still accurate. A year later, the GraalVM just got better in many dimensions: Faster, supporting JDK17 and I think its documentation is now quite stellar. Have a look […]

Read the complete article »

Testing in a modular world

19-Oct-21

I am not making a secret out of it, I am a fan of the Java Module system and I think it can provide benefit for library developers the same way it brings for the maintainers and developers of the JDK themselves. If you are interested in a great overview, have a look at this […]

Read the complete article »

Synchronizing Neo4j causal cluster bookmarks

12-Jul-21

Neo4j cluster is available in the Neo4j enterprise version and of course in Neo4j Aura. A cluster provides causal consistency via the concept of bookmarks: On executing a transaction, the client can ask for a bookmark which it then presents as a parameter to subsequent transactions. Using that bookmark the cluster can ensure that only […]

Read the complete article »

What if Metallica went into Java programming?

27-May-21

Yesterday, Maciej shared this and I answered Disposable. — Michael Simons (@rotnroll666) May 26, 2021 after that, things escalated a bit… 🙂 While I thought, if Metallica would have been Spring developers, they would have written about Disposable Beans, not Heroes, other people have been more creative: From Gerald came songs about memory leaks or […]

Read the complete article »