jueves, 26 de noviembre de 2015

bind in js

I'm studing functional programming, but in the different way as I've studied at univerity. So I'm coding some tipycal fp functions in javascript. Now is the bind function.

The code lives here

With this song while I'm coding

miércoles, 4 de noviembre de 2015

Playing with socket.io

More and more javascript is the language that the most of the time I'm writting. Some time ago I've discovered web sockets, so I've been playing with it. The result is a simple chat with socket.io library.

The source of the example code 

The code of this example lives in github

Happy hacking