Notes

Here I collect some notes about web dev stuff, mostly things that I did or discover that deserve some space. Some are long articles, some are just few lines of code. It's not really a blog, more of a collection of things I'll likely come back to, and an excuse to excercise my poor writing skills.

Things in web dev change constantly, some of the content here might be outdated. Feel free to shoot me an email if you find any errors.

Check if a tuple exhausts a union in TypeScript

How to write a TypeScript type that checks if every member of a union appears exactly once in a tuple

typescript9/14/24

Scrapped header animations: Cellular Automata

A short coding journey about rendering a cellular automata with box-drawing characters in TypeScript and React

typescript, react, creative-coding9/11/24