The open-source ecosystem is broken Source: Exploiting Developer Infrastructure Is Ridiculously Easy That’s why Debian has its own repositories.
Category: Javascript
Eiffel, Javascript
Conditional JavaScript for Experts – Hacker Noon
Mastery of conditional expressions for cleaner codes They say in Conditional JavaScript for Experts – Hacker Noon. What they are suggesting is to use side-effects of “expression”, as Javascript does not separate commands and queries. Call me dogmatic but this behavior to look like a fundamental ingredient for disaster. In fact the same article says…
The hell has been frozen. I repeat, the hell has been frozen:
https://github.com/felixrieseberg/windows95
Of course this is a pun.
Javascript, Software Libero
MLweb: Machine Learning on the Web
Javascript libraries and web applications for machine learning and scientific computing including (linear algebra, statistics and optimization). Sorgente: MLweb: Machine Learning on the Web
Link
HTML, Javascript
svg-pan-zoom/README.md at master · ariutta/svg-pan-zoom · GitHub
https://github.com/ariutta/svg-pan-zoom/blob/master/README.md This would be useful for my forthcoming Monodes Beams
Link
An interesting framework for Vue. Too bad I already started with Bootstrap (ok, it isn’t the same thing)
Link
VueI18n is internationalization plugin for Vue.js
Documentations, Javascript
How you can improve your workflow using the JavaScript console
As a web developer, you know very well the need to debug your code. We often use external libraries for logs, and to format and/or display… How you can improve your workflow using the JavaScript console Please meet: console.group() (or console.groupCollapsed() if we want it to be closed by default). Then add a console.groupEnd()…
Documentations, Javascript
When (and why) you should use ES6 arrow functions — and when you shouldn’t
Nice reminder. Arrow functions (also called “fat arrow functions”) are undoubtedly one of the more popular features of ES6. They introduced a new way of… Sorgente: When (and why) you should use ES6 arrow functions — and when you shouldn’t

VueI18n is internationalization plugin for Vue.js