Avatar of Francois Leurent
Recommends
on
npmnpm
at

We tend to stick to npm, yarn is only a fancy alternative, not 10x better. Using a self -hosted private repository (via sinopia/npm-mirror) make package locking (mostly) pointless.

3 upvotes·242.2K views
Shared insights
on
GruntGrunt
at

Using ES7 async/await make the whole tooling chain "problem" disappear. No more code - no grunt tasks, no problems. We don't use grunt anymore. Grunt

1 upvote·8.8K views
Shared insights
on
RequireJSRequireJS
at

Just use browserify & commonJS modules. We don't use RequireJS. RequireJS client side loading resolution looks like the wrong answer to a bad problem. Use the proper tool at the right place instead !

RequireJS

READ MORE
1 upvote·8K views
Shared insights
on
gulpgulp
at

gulp is a fancy alternative to grunt (that we don't use anymore). Just use async/await instead of "stream" everything (which is a nonsens). We don't use gulp. gulp

1 upvote·4.2K views
Shared insights
on
JavaJava
at

No need for this. We don't use Java (and legacy java code tend to be destroyed) Java

1 upvote·3.6K views
Shared insights
on
TypeScriptTypeScript
at

Typescript cost outweigh it's gain by far. We don't use typescript in our stack anymore. TypeScript

1 upvote·3.5K views
Shared insights
on
CircleCICircleCI
at

Fow now on, we are happy with travis-ci & gitlab-ci. I have no interest in CircleCI as for today.

1 upvote·102 views
Shared insights
on
VirtualBoxVirtualBox
at

Virtualbox is thing of the past, that solves problems of the past. Just use docker or WSL VirtualBox

1 upvote·100 views