[Alexander Reben] makes tech art, and now he's encouraging you to do the same -- within a URL. The gimmick? Making the code small enough to fit the data portion of a link. And to help with that, he ha... (more…)
Read more »
Transform a JSON file to a javascript object, where the keys are the same and each value is the keys order joined by a specified delimiter. - TheDevelopGuy/jsonkeys... (more…)
Read more »
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings - trekhleb/javascript-algorithms... (more…)
Read more »
I’ve made this page concise, with runnable examples and links to further documentation. If you have any questions or spot any errata, please contact me.Array functionsCheck out all these new built-in array functions! No more need for underscore or lodash!... (more…)
Read more »
JavaScript and C both make you maintain your invariants the most painful way possible. Happily, there are better alternatives these days. (more…)
Read more »