Dylan Robinson

Software Developer
Find my contributions at:
Open source development plays an important part in my ideology. And, although it is a core component of what I wish to provide during my career, I don't contribute to open source projects often enough. This page outlines some of these contributions, and with any luck, will drive me to do more.
In addition to writing code for open source projects (typically on Github), I also answer questions on Stack Overflow, where my username is DRobinson.

Structured-JS (Personal)

All commits are my own, so just view the repo.
This is a repo for my personal implementations of data structures in JS. Mostly used for learning, so I tried to (generally) err on the side of clean code instead of small optimizations. Though some structures may contain an slightly optimized variant.

Sidekiq-Status

(Also: utilize Redis' native O(log(n)) ordered-set search if a scheduled time is provided)

Refry-JS

All commits are my own, so just view the repo.
This is a repo for my personal (re-)implementations of hashing functions in JS. It is basically just for my own amusement and learning purposes.

Jugnoo Visualizer

Wrote a scene-based visualization framework using Ember-Metal. Simplifies reusing visual elements between tabs/scenes/views, while animating in, out, and between.