Showcased projects
I used to be an active member of the open-source community. I contributed to many projects, and started a few of my own. Below you can find a list of all projects I’ve taken part in over the years. Fair warning: many of them are no longer maintained.
Accessibility
- A11y-dialog
A script to make modal dialogs accessible to assistive technology users.
- A11y-toggle
A script to make accessible content toggles to assistive technology users.
- Focusable Selectors
A micro-lib exporting an array of CSS selectors for focusable HTML elements.
- Outline Audit
A script to audit the outline of a document.
- react-a11y-dialog
A React component wrapper around a11y-dialog.
- react-a11y-disclosure
A small React hook to build accessible disclosure widgets.
CSS
- Browserhacks
An extensive list of browser specific hacks.
- Selectors Explained
A CSS selector to plain English converter.
JavaScript
- circularr
A fast circular array implementation in JavaScript.
- Countdown.js
A small yet customisable countdown in JavaScript.
- CRUD.js
A lightweight interface for CRUD.
- iframify
A script to replace a HTML element with an iframe version of itself. Especially useful for styleguides.
- ImagePreloader
A lightweight image preloader.
- Inline-Styler
A teeny tiny JavaScript library to easily manipulate the style attribute of an element.
- node-legofy
A script to convert an image into a mosaic of LEGO pieces.
- Scrabble-Helper
A CLI helper for Scrabble.
- Simplified JavaScript Jargon
A community-driven attempt at explaining JavaScript concepts and buzzwords.
- Spritesh
A script to build a SVG sprite from a folder of SVG files.
Sass
- Sass Boilerplate
A Sass boilerplate to kickstart a project.
- Sass Compatibility
A project collecting incompatibilities between different Sass engines.
- Sass Guidelines
An opinionated styleguide for writing sane, maintainable and scalable Sass.
- Sass Semver
A small Semantic Versioning parser in Sass.
- SassDoc
A documentation system for Sass.
- SassyBitwise
An implementation of bitwise operators in Sass.
- SassyCast
A collection of Sass functions for type conversion.
- SassyGradients
A lightweight wrapper for CSS gradients.
- SassyJSON
A partially working JSON parser in Sass.
- SassyLists
A collection of Sass functions for list manipulation.
- SassyLogger
A powerful logging system built for Sass.
- SassyMatrix
A collection of Sass functions for matrix manipulation.
- SassySort
A collection of sorting algorithms implementations in Sass.
- SassyStrings
A collection of Sass functions for string manipulation.
- SassyTester
A minimalistic function tester in Sass.