Property based testing [team]
http://jsverify.github.io/ JSVerify is a property-based testing library, highly inspired by QuickCheck. It is testing framework agnostic, you could use JSVerify with Mocha, nodeunit, Jasmine or any other framework. Property based testing Write properties about your function that should hold true … Continued
NPM Packages +180,000 [team]
Here is a flashback when a list of 2000 modules seemed like it was almost all there 🙂 https://github.com/nodejs/node-v0.x-archive/wiki/modules
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
Docker error first run [team]
After installing Docker I ran the “Docker Quickstart Terminal” and got the following error trying to run hello-world bash-3.2$ docker run hello-world Unable to find image ‘hello-world:latest’ locally Pulling repository docker.io/library/hello-world Error: image library/hello-world:latest not found $ docker-machine restart default … Continued
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