Vim as an IDE, not the text editor
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...
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...
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...
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...
For the last year, strange things were happening with Medium. Many people complained that Medium hides everything behind the paywall, but I didn’t get it, un...
When running builds on continuous integration systems for mono-repositories, there are some caveats. I’m telling the story of how did I configure the build o...
When working in a multi-repository setup, it quickly becomes hard to work with them. Especially, when you have cross-repository dependencies and you need to ...
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...
We have a lot of applications running inside Docker container as a PID 1. But, turns out that it can bring some issues for Node.js applications!