Lightning talk I gave in #OdessaJS conference
.NET Developerin JavaScript WorldThe story
View Slide
Just realized…I’m not doing .NETfor ~1 year
WTF?
jQuery
.NET
Backbone.js+Node.js
I know JavaScript… I thought
$(function () {// do stuff here..});
Long and hardpath of learning…
Did JavaScriptchange me asdeveloper?
… JS is dynamicvar obj = {foo: function () {}};obj.boo = function (param) {};
… JS infrastructureis light$ node server.js
… Node.jsvar app = express();app.get(‘/’, function (req, res) {res.end();});
Thanks,@alexbeletsky