IDE scripting console (JavaScript)Official script example written in JavaScriptSep 18, 2024Sep 18, 2024
📝 Note: Setup Prometheus playgroundDownload latest version of Prometheus from website and extract from archive, or just use script like thisDec 10, 2023Dec 10, 2023
A one story about problem with partitioned table in PostgreSQLA one story about performance problem with partitioned table in PostgreSQL.Nov 1, 20232Nov 1, 20232
📝 Note: Install docker compose plugin on M1To get latest release version of docker-compose plugin, goes to GitHubOct 22, 20234Oct 22, 20234
📝 Note: Getting started with C++ extension for Node.jshttps://nodejs.org/api/n-api.html#node-apiJun 7, 2023Jun 7, 2023
Switch Node.js app to debug mode without restart 🐞Bootstrap simple Node.js app:Apr 4, 20232Apr 4, 20232
Getting started with Yandex Cloud — Kubernetes clusterBefore we start, you should create own Yandex Cloud account and setup Managed Kubernetes cluster. How to do it you can read in the…Mar 19, 20232Mar 19, 20232
VS Code: Debug node.js app in Kubernetes 🐳Story about how to debug node.js application on Kubernetes using VS Code.Mar 18, 20233Mar 18, 20233
Getting started Clojure, jdbc, PostgreSQLThe first step is create a project directoryApr 6, 2022Apr 6, 2022
Compile Clojure to native binary using GraalVMWe’ll write echo command on Clojure and compile it to native binary by GraalVM.Mar 31, 2022231Mar 31, 2022231
Install GraalVM on macOS M1We can download required version of GraalVM using curlMar 31, 2022Mar 31, 2022
Visual unit tests 💋I hope that most of us use unit tests in day to day development because it saves a lot of time for us to make something new instead of…Sep 27, 2021Sep 27, 2021
🍏 Polúsmorphḗ (Polymorphism)What is polymorphism. Diversity(polús) of forms(morphḗ)?Feb 22, 2021Feb 22, 2021
Unit testing JavaScript with Karma. Playwright & PuppeteerKarma allows run tests in different browsers. In the basic setup, we assume that a developer has the required browser installed on the…Jan 30, 2021Jan 30, 2021
Unit testing JavaScript with Karma in 2021. Starting point 🌻Karma was born in the era of AngularJS. This was a significant improvement of existed test tooling on the Web and was one of the reasons…Jan 30, 2021Jan 30, 2021
useState with callbackIn the old “class” oriented React version you could call `setState` and pass as a second argument function which would be called when…Nov 15, 2020Nov 15, 2020
Vim and apple mindsAfter 10 years being programmers I see two different minds — “vim” mind and “apple” mind.Oct 24, 2020Oct 24, 2020
Sandboxes for ideas and experimentsHow do you check you ideas? I’m using sandboxes a long time to check my ideas, knowledge or play with them. Most of the time I’m working…Oct 19, 2020Oct 19, 2020
“5 whys” techniqueMature professionals always try to fix the root problem instead of fixing symptoms. But how to find the root problem? One of the tools…May 10, 2019May 10, 2019