JavaScript
Purity
Showing the frontend some love.


Privacy-Friendly Volatile Storage for Web Developers
WindowNameStore: A lightweight, open-source JavaScript class that empowers developers to manage temporary session data without the privacy pitfalls of cookies or localStorage. Built to comply with strict privacy regulations like GDPR and the EU e-Privacy Directive, WindowNameStore leverages the window.name property to provide a volatile, consent-free storage solution. Released under the GPL-v3 license, it’s free to use, modify, and distribute.

FilterTable is the first gem in my "Stuff I Wrote and Never Released Because I Was Too Busy" series—a JavaScript class born out of real-world needs and a frustration with overcomplicated solutions. I built this to cut through the nonsense: no layers of obfuscation, no secrecy, just pure, practical table management. Take any HTML table with headings, toss in FilterTable, and watch it transform into a sortable, filterable powerhouse. This isn’t about gatekeeping code—it’s about giving you the tools to advance.