Recent Posts

Vim as an IDE, not the text editor

3 minute read

We all use IDEs nowadays such as VSCode, Intellij, Eclipse and a lot more. But there are also modal text editors you can use in terminal and you can configur...

The Journey of the Code

9 minute read

Have you ever been interested in how your code, written in high-level language like TypeScript, transforms into a different representation that a computer ca...

Three myths about WebAssembly

4 minute read

WebAssembly is becoming more popular and more people hear about it. But, a lot of these people are not actually understand what WebAssembly is and have a wro...

Faster logs delivering from fluentd

2 minute read

I’ve faced a problem with slow logs collection and their delivery to our logs aggregator — Graylog. So, I looked into fluentd documentation and digging up it...