Introduction to Java Agents. Theory & practice. | Continue reading
Is Kotlin just a beta version of Java and is it going to be superseded by Java and die? Or, is Java just trying to catch up from a better language but it will be never able to do this? Let’s … | Continue reading
This post is a continuation of a series focused on monitoring & supervising untrusted JVM process that runs inside docker container provided by the third-party provider. In the first article I … | Continue reading
Don’t be shy when presenting to others! I am addicted to consuming all kinds of blog posts and videos from conferences – I spend a fair amount of time reading/hearing materials created … | Continue reading
From time to time I like to solve some algorithmic tasks on Hackerrank. First of all, it is good to change the domain after constantly working on different kinds of challenges in professional life … | Continue reading
It’s not a secret that most of the blog post ideas are born while dealing with problems in production and this article isn’t an exception. Today, I would like to show you another tool that every no… | Continue reading
Lombok is a Java library that generates boilerplate code for you during the compilation. You probably use it or at least heard how it can clean the code with annotations like @Data or @Value. So I … | Continue reading
The hell of a time idiom has two opposite meanings – having a good or a bad time. I would rather to talk explicitly about the hell which is dealing with time and time zones in computer scienc… | Continue reading
This is the first post in the “Go vs. Java” miniseries in which I will show the differences between these two platforms. Why? This post is targeted at people who code and are eager to learn o… | Continue reading