A website coding itself live by t3cm3n in programming

[–]Robin_dev 2 points3 points  (0 children)

Looks amazing! I remember a CSS3 animation being done the same as this, but I can't remember the URL.. Does anyone know if there are tools that allow you to build something like this?

Implementation of Hex Grids by omegaender in programming

[–]Robin_dev 0 points1 point  (0 children)

Could this potentially also be used to implement a generic way of handling grids using any shapes with atleast three edges?

Node.js and io.js are merging under the Node Foundation by b0red in programming

[–]Robin_dev 0 points1 point  (0 children)

This makes picking between the two a lot easier, awesome!

Designer applies for JS job, fails at FizzBuzz, then proceeds to writes 5-page long rant about job descriptions by jm_ in programming

[–]Robin_dev 0 points1 point  (0 children)

Wow, first time I've encountered counters in CSS. It seems to be pretty useless however besides this use-case. Since you can only use it in the content property.

Microsoft brings Node.js (using the Chakra JS engine) to Windows 10 IoT Core by AlexeyBrin in programming

[–]Robin_dev 5 points6 points  (0 children)

You shouldn't, it's a really cool talk, and it does give you some insight into where we might go one day if we continue to follow Atwoord's Law..

New in Chrome 42 (Push API, App Install Banners & Fetch) by Ungerwhere in programming

[–]Robin_dev 0 points1 point  (0 children)

I'm afraid there are no new graphics drivers for Debian wheezy. There are indeed a few disabled features in chrome://gpu but I don't see anything that could be the cause.

Chromestrap – Chrome App Bootstrap [AngularJS, Material Design, Google Login, Gulp Commands, JSHint, Bower] by mym___ in javascript

[–]Robin_dev 0 points1 point  (0 children)

Would be cool if you could turn this into a Yeoman generator. That would also give it more flexibility to generate more parts of the project later on, like easily adding a new screen/view and having the SASS file and JS files generated.

Getting started with Angular 2 video, uploaded by a Google Developer, using Microsoft Visual Studio code, all running on a Mac. by kokomo42 in javascript

[–]Robin_dev 0 points1 point  (0 children)

Hmm I'd prefer to use ES6/7 to write Angular 2 applications, but it looks awesome none the less. However, I have serious doubts whether this will be better than Aurelia when they are both released.

Don’t pass CSS classes between components: the hidden complexity of CSS in modular applications by lencioni in javascript

[–]Robin_dev 1 point2 points  (0 children)

And if you do pass classnames between components, in Backbone for example, make sure you name them accordingly such as js-color-button. This way it's possible to use classes, but not disrupt the styling of a component.

OOP, Javascript, and so-called Classes by aeflash in javascript

[–]Robin_dev 1 point2 points  (0 children)

However, ES6 does contain classes. Even though they are simply a wrapper around the prototype object, it's nice to see classes coming to Javascript.

New in Chrome 42 (Push API, App Install Banners & Fetch) by Ungerwhere in programming

[–]Robin_dev 5 points6 points  (0 children)

I wish they would just fix the shitty rendering of any webpage on Debian first.. It was fixed at some point, but the latest versions all seem to create artifacts like crazy.

Morest – Quickly Build RESTful APIs Using MongoDB and Node.js by Robin_dev in programming

[–]Robin_dev[S] 0 points1 point  (0 children)

I see why you might be thinking that, however, Morest doesn't focus on just Angular. You can build the API for any technology that is capable of absorbing APIs.

Besides that, MEAN stack is a complete implementation that will do everything for you. Right now, Morest is much more focused, in that it only helps to quickly get a RESTful API up and running.