Reactive programming in JavaScript  

The folks from Silk have develop a nice library that brings some of the goodies of reactive programming to JavaScript.

 
4
Kudos
 
4
Kudos

Now read this

Dynamically load configuration tokens using Ruby’s metaprogramming magic

This was originally posted by me on Coderwall. So, let’s say you need to use tokens in your app to access a third-party API (like Twitter, Instagram, or Facebook). In Ruby gems tutorials it’s very common to see the following example code... Continue →