/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.sunilshenoy.com
| | www.thepolyglotdeveloper.com
3.0 parsecs away

Travel
| | Use Node.js and the Express.js framework to create a very simple RESTful API that can be used with front-end applications like AngularJS or ReactJS.
| | burgers.io
3.5 parsecs away

Travel
| | I'm a big fan of node.js. Of the many things I like about it, my favorite is the community's focus on small, reusable components. I can't begin to count the number of times I've been happily developi...
| | schadokar.dev
4.6 parsecs away

Travel
| | In this post, I will try to document the different ways to run the javascript code.
| | sitr.us
27.3 parsecs away

Travel
| I am very excited about Flow, a new JavaScript type checker from Facebook. I have put some thought into what a type checker for JavaScript should do - and in my opinion Facebook gets it right. The designers of Flow took great effort to make it work well with JavaScript idioms, and with off-the-shelf JavaScript code. The key features that make that possible are type inference and path-sensitive analysis. I think that Flow has the potential to enable sweeping improvements to the code quality of countless web apps and Node apps. ...