NPM

Node Package Manager. These are the npm projects that I have contributed to or publish myself.

Projects

logo

Age: 21 | Date:

A simple platform to tag abstracted resources with a hierarchy structure. Used on this website.

logo

Age: 21 | Date:

An idea I had to retrieving objects from an array in O(1) time. Achieved by transposing the array using the keys of each object. Uses a lot of memory.