Veille de CCM Benchmark Group

Console.table()

Displays tabular data as a table.

<developer.mozilla.org>
By alavenant - - Javascript
Jake Archibald: In The Loop - JSConf.Asia 2018

Have you ever had a bug where things were happening in the wrong order, or particular style changes were being ignored? Ever fixed that bug by wrapping a sec...

Très bonne explication sur la gestion des tâches par le main thread JS dans le browser (tasks, microtasks, requestAnimationFrame ...) <www.youtube.com>
By anthony - - Javascript
NetflixOSS on Twitter

“Polly.JS, a client-side library to record, replay, and stub HTTP Interactions is now part of @NetflixOSS. #javascript https://t.co/oLT0UNfdg2”

Découvrez le Tweet de @NetflixOSS : <twitter.com>
By xavierccm - - Javascript
Weex

A framework for building Mobile cross-platform UIs. Different from a "web app", "HTML5 app", or "hybrid app", you can use Weex to build a real mobile app. The code that you write is relatively simple,

<weex.incubator.apache.org>
By dam75 - - Javascript
NativeScript-Vue - A NativeScript plugin for building truly native applications using Vue.js

A NativeScript plugin for building truly native applications using Vue.js

<nativescript-vue.org>
By alavenant - - Javascript
Native mobile apps with Angular, TypeScript, JavaScript - NativeScript

Fully free, open source mobile framework. Build truly native iOS and Android mobile apps. Get 100% native API access with Javascript, TypeScript or Angular.

<www.nativescript.org>
By alavenant - - Javascript
Introducing Vue Native – GeekyAnts – Medium

We at GeekyAnts are very excited to share one of our side projects which we have been working for a while, Vue Native!

“Introducing Vue Native” <medium.com>
By xavierccm - - Javascript
Concurrent marking in V8

A blog by the V8 team for JavaScript enthusiast that want to get a glimpse 'under the hood' of Chrome's JavaScript engine.

<v8project.blogspot.com>
By vor - - Javascript
GraphQL: Everything You Need to Know – Weblab Technology – Medium

So you’ve been constructing and using REST API’s for quite some time now and short while ago started hearing about GraphQL — a new hype in…

Pour compléter sur GraphQL :slightly_smiling_face: <medium.com>
By lneveu - - Javascript
John Resig semble bien aimer G

John Resig semble bien aimer GraphQL, <graphql.guide/> :slightly_smiling_face:
By anthony - - Javascript
By lneveu - - Javascript
Cross-Origin Read Blocking (CORB) - Chrome Platform Status

Cross-Origin Read Blocking (CORB) is an algorithm that can identify and block dubious cross-origin resource loads in web browsers before they reach the web page. CORB reduces the risk of leaking sensitive data by keeping it further from cross-origin web p

après le cors : le corb : <www.chromestatus.com>
By vor - - Javascript
To Yarn and Back (to npm) Again | Mixmax Engineering Blog

Last year, we decided to move all of our JavaScript projects from npm to Yarn. Click to continue

<mixmax.com>
By vor - - Javascript
A first look at using web packaging to improve AMP URLs

One of the top pieces of feedback that people share about AMP is about the “google.com/amp…” URLs that are used when linking to a piece of AMP content in Google Search. A couple of months ago, the …

Ayé les 1ers tests de pages AMP servies sur l'url de l'éditeur sont en cours (WebPackaging) ... <@U0311DJD5> on pourrait regarder ? <amphtml.wordpress.com>
By dam75 - - Javascript
oraoto/pib

pib - PHP in Browser (powered by WebAssembly)

<github.com> :open_mouth:
By anthony - - Javascript
PIB: PHP in Browser

<oraoto.github.io> étrange ce truc. Ca me plante Chrome, mais pas Firefox
By red - - Javascript
Quel est l'intérêt d'écrire ou réécrire un logiciel en JavaScript ? Partagez votre expérience

Lors de la conception de systèmes informatiques, on a souvent le choix d'utiliser un langage plus ou moins puissant pour publier des informations, exprimer des contraintes ou résoudre des problèmes. Mais la « Règle de la moindre puissance » ou « the Rule

<www.developpez.com>
By red - - Javascript
Addy Osmani on Twitter

“navigator.connection.effectiveType is great for delivering different assets based on the user's network connection e.g 2G/3G -&gt; low res image, 4G -&gt; high res image/&lt;video&gt;”

<twitter.com>
By ernest - - Javascript
21 - How to run a security audit with npm audit | npm Documentation

The place where all things npm are documented

A partir de npm 5.10.0 une nouvelle fonction `npm audit` permet de scanner le code des dépendances (basé sur une bdd de code vulnérable). C'est exécuté automatiquement à l'install de nouveaux paquets <docs.npmjs.com>
By xavierccm - - Javascript
Announcing npm@6 – npm, Inc. – Medium

In coordination with today’s announcement of Node.js v10, we’re excited to announce npm@6. This major update to npm includes powerful new…

<medium.com>
By alavenant - - Javascript