5 Tips to Write Better Conditionals in JavaScript ― Scotch
JS
turtleDB: A JavaScript Framework for building offline-first, collaborative web apps
Building an offline-first, collaborative web app can be done in 2 easy steps:
The ES6 Guide
ECMAScript is the standard upon which JavaScript is based, and it's often abbreviated to ES. Discover everything about ECMAScript, and the features added in ES6, aka ES2015.
JavaScript Visualizer
A tool for visualizing Execution Context, Hoisting, Closures, and Scopes in JavaScript.
Writing a JavaScript interpreter for DBN using PEG.js and canvas (Part I) –
In this first part of the article, I will define a grammar for DBN (Design By Numbers) and generate a parser for it that outputs an AST (Abstract Syntax Tree), so I can interpret the syntax tree it…
How to stop using console.log() and start using your browser’s debugger
Debug More Efficiently
Eloquent JavaScript
The Complete JavaScript Handbook – freeCodeCamp.org
JavaScript is one of the most popular programming languages in the world, and is now widely used also outside of the browser. The rise of…
How to reduce the impact of JavaScript on your page load time
From serving billions of pageviews across thousands of websites, we share how you can reduce the weight and impact of JavaScript on your page load time.
lirantal/awesome-nodejs-security
Awesome Node.js Security resources. Contribute to lirantal/awesome-nodejs-security development by creating an account on GitHub.
Async JavaScript: From Callbacks, to Promises, to Async/Await
In this post you'll learn about the historical context as well as the pros and cons behind the three most popular JavaScript async patterns - Callbacks, Promises, and Async/Await.
Node.js Offline PDF Documentation
Download a PDF version of the Node.js Documentation for offline usage
Becoming a JS Master
JavaScript 30 — Build 30 things with vanilla JS in 30 days with 30 tutorial
Build 30 things with vanilla JS in 30 days with 30 tutorials
JavaScript for impatient programmers
azat-co/practicalnode: Practical Node.js, 1st and 2nd Editions [Apress] ?
Practical Node.js, 1st and 2nd Editions [Apress] 📓 - azat-co/practicalnode
leonardomso/33-js-concepts
📜 33 concepts every JavaScript developer should know. - leonardomso/33-js-concepts
Here are examples of everything new in ECMAScript 2016, 2017, and 2018
It’s hard to keep track of what’s new in JavaScript (ECMAScript). And it’s even harder to find useful code examples.
elsewhencode/project-guidelines
A set of best practices for JavaScript projects. Contribute to elsewhencode/project-guidelines development by creating an account on GitHub.
Learn JavaScript
Learn JavaScript Online: The easiest way to learn & practice modern JavaScript.
dwyl/learn-json-web-tokens
:closed_lock_with_key: Learn how to use JSON Web Token (JWT) to secure your next Web App! (Tutorial/Example with Tests!!) - dwyl/learn-json-web-tokens
Node.js • Apprendre par la pratique
Familiarisez-vous avec JavaScript, Node.js et l'écosystème de modules npm. Apprenez à concevoir et à déployer des applications web et des outils en ligne de commande. Plus de 500 exemples pour apprendre en pratiquant. L'intention de cet ouvrage est d'être votre base de départ pour comprendre ce qu'il se passe dans cet écosystème en perpétuel mouvement. Il devrait vous permettre de faire des choix techniques durables et de vous rendre opérationnel·le sur LA plate-forme JavaScript, le langage le plus populaire du monde selon GitHub. Node.js v10 et npm v6 Node.js v10 et np...
Learn JavaScript
Learn JavaScript Online: The easiest way to learn & practice modern JavaScript.
5 common mistakes in every Node.js app
A few years ago I started working with Node. During that time I had the opportunity to work in different companies, different teams and…
Node.js & JavaScript Testing Best Practices
30+ best practices for better Node JS & JavaScript testing, continuous integration (CI), and overall quality. By Yoni Goldberg
Defensive JavaScript
Many thanks to Google’s Mike Samuel for contributing this article on JavaScript security.
The React Handbook
The React Handbook follows the 80/20 rule: learn 80% of React in 20% of the time!
JavaScript Standard Style
tyroprogrammer/learn-react-app
Application that will help you learn React fundamentals. Install this application locally - there's tutorial, code snippets and exercises. The main objective of this project is to help you ...
Vue.js interactive tutorial