
# Building a Robust Neovim Format Autocommand
Introduction This article explains the process of creating an efficient and clean...
Tag archive

Introduction This article explains the process of creating an efficient and clean...

Toggling values in programming is highlly frequent. What about a lua function and a mapping for...

Intro The AI tooling landscape has exploded recently, and it can be overwhelming to sift...
Repo: https://github.com/vborodulin/wifi-loc-control WiFiLocControl enables you to automatically...

In this post, we're going to build small, generic type utils in TypeScript. To work with a real use...

I often see that JS devs struggle to create good types in Typescript. Some people use the famous any...

If you get a CSS value but you want to do maths with it, what do you do? const width =...
Just a few days ago, when I tried to open a jpeg file, downloaded from WhatsApp in Adobe Photoshop...
UUIDs are just 128 bit pieces of data, that is displayed as (128/4) = 32 hexadecimal digits, like...
Case I am working into a website in which I handle with a lot of data and by this, the end...

The Vue Test Utils is the official unit testing library for you Vue.js components. It works with test...
I realized python has worse generators syntax than javascript/rust/haskell: instead of something like...