FrontEnd & Creative Coding
Hello, I'm Stanko, a software engineer in Amsterdam, making digital products and generative art.
Blog
How to draw a Space Invader
This interactive post will show you how to build your own fleet of space invaders by mixing geometry with randomness and a splash of color.

CSS only counter component
How to build a counter component using only CSS, by putting radio inputs in the right places using modern CSS selectors.
Origami jumping frog
A variation of an origami jumping frog that I learned to make as a child.
Preserving text size when scaling SVGs
If you ever needed to keep your SVG text size consistent regardless of scale, this approach should do the trick. It's simple, flexible, and doesn't require much code.
Apply blur to iOS status bar in PWA
When using the "black-translucent" status bar style on iOS, content can blend into the status bar while scrolling beneath it. This simple CSS solution adds an overlay and applies a blur effect to prevent that.