Example of Java benchmark tests using JMH
Introduction Recently I published on GitHub new library: json-path-mapper. In shortcut it is library to mapping custom Json fields to java data object. Main API have two map methods: the …
# trust-me-i-am-an.engineer :: blog
My blog about Java programming, architecture and good practices
Introduction Recently I published on GitHub new library: json-path-mapper. In shortcut it is library to mapping custom Json fields to java data object. Main API have two map methods: the …
Sometimes it’s hard to keep up with the changes in the next versions of Java. For reminder I described main and the most useful features in Java grammar and standard …
Introduction Objects can be mutable or immutable in the Java. Mutable objects have state which can be changing. For example this class is mutable: OK, we have this mutable class, …
As I mentioned in the previous post, the correlation ID is very important, especially when you have many requests in this same time. Below is class which automatically propagate correlation …
I recently published my first project witch was written in Go language: loga. After that I have some insights about some Go futures that haven’t Java. Of course it’s my …
Recent Comments