YouTube to Apple Music Download Script
Sweep your favorite YouTube concerts into your Apple Music library
Correct Ruby Threads and ActiveRecord Connections
Recently, we had an opportunity to trivially parallelize some ActiveRecord
queries in our Ruby server. In a common response structure,
Handy Kue Maintenance CLI Scripts
Building systems at my last few companies, it has been enormously useful to have
a robust queueing platform. I’ve
Calming Facebook's Eager Pixels
Working at an e-commerce startup [//www.threadmeup.com], I get asked to
implement new tracking features every day. I built
My Bookmarks Are All Bookmarklets
I love all my bookmarks. None of them actually go to any websites, though.
They’re all bookmarklets.
> A bookmarklet
Rate-Limit Your Node.js API in Mongo
Update: After a request by Jason Humphrey [https://github.com/GreenPioneer],
I’ve released this implementation as a standalone NPM
Memory Leaks Using Canvas in Node
At ThreadMeUp [//threadmeup.com], we do much of our image manipulation and
generation using HTML5 Canvas objects. This allows us