Contribute to Atry/tail-call-proxy development by creating an account on GitHub. (more…)
Read more »
Earlier today a friend of mine, Marc Grabanski, pinged me with a question: What’s the optimal way, in JavaScript, to convert a query string like “foo=1&foo=2&foo=3&blah=a&blah=b” into one that looks like this: “foo=1,2,3&blah=a,b”. He ... (more…)
Read more »
In fact, this isn't about JavaScript, but that's the context I've discussed it in. I encourage you to think about
it in more programming languages. (are there languages in which this can't be done?)... (more…)
Read more »
How to build a realtime chat app for web and mobile web in 20 lines of code. (more…)
Read more »