Introduction to JVM Agents

Introduction to Java Agents. Theory & practice. | Continue reading


@devolution.tech | 4 years ago

Is Kotlin just a beta version of Java?

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


@devolution.tech | 4 years ago

Supervising JVM with Dynamic Attach and Golang

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


@devolution.tech | 4 years ago

Don't be shy – a few words about public speaking

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


@devolution.tech | 4 years ago

Efficient Finding Unique Integer

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


@devolution.tech | 4 years ago

Know your tools: JVM's jstack

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


@devolution.tech | 4 years ago

Lombok Saved My Ass

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


@devolution.tech | 4 years ago

Hell of a Time

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


@devolution.tech | 5 years ago

Go vs. Java: The Beginning

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


@devolution.tech | 5 years ago