The stuff I do

Welcome to my corner of the internet!


I am statox, a software engineer since 2016. On this blog you can find my technical writtings, my side projects as well as other stuff I do.

Check the About page if you want to know more about me or this site.

Popular posts

The articles I wrote which attracted the most readings. Arguably the most interesting stuff I wrote.

Latest posts

See all the 37 posts...

Latest projects

See all the 67 projects...

SimpleVector - Interactive examples

To make the usage of my npm package simple-vector as easy as possible for all developers, I created a Svelte5 application showcasing the different methods of the package so that anyone can try them interactively. And I used the doc of the project to link the methods to their examples.

SimpleVector

My first package published on npm: A 2D vector math TypeScript library built as a modern module without dependencies. I put a lot of time on documenting the code, auto generating a documentation website from the TSdoc comments and publishing the package as CommonJS, ESM and UMD modules for the largest possible availability.
Back to top