whoami
Node.js contributor, open source hacker. Maintainer of cradle and vows. Favorite buzzword: web scale.
Quite cool guy.
pretty much what it sounds like
it means you're getting an API. for free!
curl!
$ curl api.myawesomesite.com
{"message":"No resource specified"}
<p data-bind="text: property"></p> <!-- input -->
<script>
ko.applyBindings({ property: "hello web-5" });
</script>
<p data-bind="text: property">hello web-5</p> <!-- output -->
<script>
Plates.bind("<p id=\"text\"></p>", { text: "hello web-5" });
</script>
<p id="text">hello web-5</p>
var http = require('http');
http.createServer(function (req, res) {
res.writeHead(200, { 'Content-Type': 'application/json' });
res.end(JSON.stringify({ data: 'hello, web-5!' });
}).listen(1337);
shameless self plug:
built using presents - the best presentation tool ever:
https://github.com/mmalecki/presents