What MS is learning from NodeJS [team]
http://herdingcode.com/herding-code-207-damian-edwards-on-asp-net-5-dnx-everywhere-and-experimental-serversP-on-windows/ Libuv is a high performance evented I/O library which offers the same API on Windows and Unix, used by NodeJS is currently the I/O foundation for the next IIS… http://nikhilm.github.io/uvbook/introduction.html
AngularJS Style Guide [team]
https://github.com/johnpapa/angular-styleguide Learn how to write AngularJS code using battle tested patterns to produce code that is easier to maintain, debug, and scale.
JavaScript Application Architecture [architect]
Composition, functional boundaries, modularity, immutable data structures, CSP channels and a few other related topics. JavaScript Application Architecture On The Road To 2015 https://medium.com/google-developers/javascript-application-architecture-on-the-road-to-2015-d8125811101b
JSON in MySQL [team]
JSON Labs Release: Native JSON Data Type and Binary Format JSON Labs Release: JSON Functions, Part 2 — Querying JSON Data The MySQL 5.7.7 JSON Lab release introduces a native JSON datatype. See Knut Anders Hatlen’s blog post for more … Continued
GraphQL and NodeJS [architect]
https://blog.risingstack.com/graphql-overview-getting-started-with-graphql-and-nodejs/ GraphQL is a query language created by Facebook in 2012 which provides a common interface between the client and the server for data fetching and manipulations. The client asks for various data from the GraphQL server via queries. The … Continued
Devops Tools: Ansible
http://www.ansible.com/ Deploy apps. Manage systems. Crush complexity. Ansible is a powerful automation tool that you can learn quickly.
DSL or Config yields RAD AngularJS and ExpressJS Business Apps [architect]
https://allcountjs.com/ Be really rapid AllcountJS is designed to build and prototype simple yet powerful web business applications in matter of minutes. Good place to start development of your next business application.
Node Restify [team]
http://mcavage.me/node-restify/ Why use restify and not express? I get asked this more than anything else, so I’ll just get it out of the way up front. Express’ use case is targeted at browser applications and contains a lot of functionality, … Continued
udemy [team]
https://www.udemy.com/
Relay and GraphQL [architect]
Will Relay be compatible with standard RESTful APIs? Does it have a preference for synchronous side-loaded association data or async association data? Relay depends on GraphQL as the query language and assumes your app will talk to an endpoint that … Continued