Axel669
Coding Music
Caitlyn Meyers
"Weird Al" Yankovic
Nobuo Uematsu
Lindsey Stirling
Smooth Mcgroove
Nestalgica
Machinae Supremeacy
Testimonials
"Over the years, watching Axel code online,
and using his libraries, I've come to regard
him as someone I met"
@OdatNurd
A Dood
About Me
Chris has been writing software since roughly
the Bronze Age, when computer were small and
noisy, and monitors were 3D. Always ready to
try the next big thing, understand what it
does, then strip away all the noise and use
the good parts (or make my own with even
better parts).
Projects
Windstorm
Library for making dynamic and complex
styling of html easier, and without
any build tools or frameworks
required.
ASUID
Unique ID generation with the added
benefit that each id contains a
timestamp of its creation, and normal
string sorting sorts the IDs by said
timestamp. Also copy-paste friendly.
Zephyr
Svelte wrapper for windstorm and its
components, with some sveltey shorthands
to make managing the components simple.
Joker
Validation and Masking function
generation library. Includes a Rollup
plugin to allow bundling the functions
for envs that don't allow eval'ed code
(like CF Workers).
Aegis
Testing library that makes creating
and processing tests easy by not
polluting the global namespace with
magic fucntions, and instead using a
simple module interface to manage
tests and results.
Timestring
Small library for taking durations
and converting them from
millisecond-based numbers to easily
readable time strings.