Thank you MIT [personal]
https://mitpress.mit.edu/sicp/full-text/book/book.html http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-001-structure-and-interpretation-of-computer-programs-spring-2005/video-lectures/ These twenty video lectures by Hal Abelson and Gerald Jay Sussman are a complete presentation of the course, given in July 1986 for Hewlett-Packard employees, and professionally produced by Hewlett-Packard Television.
Amazon Echo – wow [team]
https://www.yahoo.com/tech/amazons-echo-brings-the-star-trek-computer-to-124102850474.html Internet of things… a new angle
Recommended Themes [team]
I recently bought these 2 themes: INSPINIA https://wrapbootstrap.com/theme/inspinia-responsive-admin-theme-WB0R5L90S HOMER https://wrapbootstrap.com/theme/homer-responsive-admin-theme-WB055J451 WebAppLayers https://wrapbootstrap.com/user/WebAppLayers The reason I think they are awesome are the platform versions and starter projects they include AngularJs, ASP.NET MVC, Ruby on Rails, Meteor
How I wish AngularJS worked [team]
https://facebook.github.io/relay/ This is a real game changer – heads up!
Rapid Prototying with AllcountJS [team]
https://allcountjs.com/ https://www.tumblr.com/search/allcountjs Your code: A.app({ appName: “Hello Hermanus”, onlyAuthenticated: true, appIcon: “phone”, menuItems: [ { name: “FooBar”, entityTypeId: “FooBar”, } ], entities: function(Fields) { return { FooBar: { fields: { foo: Fields.text(“Foo”), bar: Fields.date(“Bar”) } } } } }); … Continued
Building JavaScript applications based on DDD, CQRS and EventSourcing [architect]
https://github.com/johannesbecker
The Top 10 Mistakes AngularJS Developers Make
https://www.airpair.com/angularjs/posts/top-10-mistakes-angularjs-developers-make AngularJS is one of the most popular Javascript frameworks available today. One of AngularJS’s goals is to simplify the development process which makes it great for prototyping small apps, but its power allows scaling to full featured client side … Continued
State Management [coach]
Avoiding spaghetti code or the big ball of mud. We talked about breaking up our code into a sensible module structure, but that alone is not enough. There are a number of patterns that we can use to improve our code … Continued