Getting out of your comfort zone with Node.js
blog.count.ly
Getting out of your comfort zone with Node.js
1–10 of 14 posts
Re: Getting out of your comfort zone with Node.js
#2Re: Getting out of your comfort zone with Node.js
#3There was confidence and security in the well known world of stuff you already tried and built. The confidence that came from the knowledge of how difficult or easy something could be. The skill of estimation was fine tuned, and the feeling for effort was strong.
It was not the fact that nothing could go wrong that was comforting. It was the power to know what, when and where could go wrong.
An anxiety-neutral condition, with limited set of behaviors to deliver a steady level of performance, usually without a sense of risk.
A true comfort zone.
Then we chose Node.js for a project. We are yet to see how wise a decision that was business wise, but it was certainly good for the soul.
Re: Getting out of your comfort zone with Node.js
#4What's newsworthy about this post, beyond being positive to a project that everyone seems to like (including me)?
Re: Getting out of your comfort zone with Node.js
#5I like the 'purity' of it all now. It irks me still that js isn't really comforting at actual scripting.
Re: Getting out of your comfort zone with Node.js
#6tl;dr: we tried something new, namely node.js. We liked it. You too should try something new from time to time. What's newsworthy about this post, beyond being positive to a project that everyone seems to like (including me)?
if buzzword_count['node.js'] > x: required_qualification_keywords.append('node.js')Re: Getting out of your comfort zone with Node.js
#7tl;dr: we tried something new, namely node.js. We liked it. You too should try something new from time to time. What's newsworthy about this post, beyond being positive to a project that everyone seems to like (including me)?
Re: Getting out of your comfort zone with Node.js
#8tl;dr: we tried something new, namely node.js. We liked it. You too should try something new from time to time. What's newsworthy about this post, beyond being positive to a project that everyone seems to like (including me)?
Re: Getting out of your comfort zone with Node.js
#9Yes, high-level design matters. Ever since I switched to my own framework in 2005, most of the pages on my websites generate in less than .1 second, and that's without extensive caching, often on cheap VPS. There is nothing fancy about it, just simple, straightforward system design that doesn't fight the language and pretend like I'm coding Java.
Re: Getting out of your comfort zone with Node.js
#10I've rewritten entire python codebase of my company in node.js several weeks ago. I like the 'purity' of it all now. It irks me still that js isn't really comforting at actual scripting.
Anyone else considering Python -> Node, look very carefully at gevent first. Not only can you save the rewrite, you can end up with a better solution at the end too.