writing
my work
about
Tagged “javascript”
July 28, 2023
I was wrong about service workers
I was wrong about service workers. I wrongly assumed certain use cases for them. But I was missing out on them.
January 5, 2023
Updating my graph layout algorithm
Updating my graph layout algorithm based on new requirements and requests from the community
December 10, 2021
SWR-like data fetching in Svelte
I am a big fan of the [SWR](https://swr.vercel.app/) package of Vercel. Let's see how to implement something similar in Svelte.
June 10, 2021
Creating an auto-layout algorithm for graphs
Trying to automatically lay out a visual graph (e.g. state machine) that is human understandable is one of the most fun challenges I have ever encountered. Let me explain how I did it.