Almost Vanilla Frontend

Almost — because only two functions from a library are used: Create DOM Element Update DOM Element This library simplifies and streamlines the usage of native DOM functions, such as createElement ...
0 Read More

Minification bugs

Minification bugs
Today I learned that minification in JS is a double-edged sword.It was a weird bug, took me quite some time to figure out that problem in minification. Stopped using terser for the same reasons....
0 Read More