Must Read
Top JavaScript Frameworks & Topics to Learn in 2017
Here are top Javascript frameworsk and topics to learn in 2017 before you try to land a job usng Javascript.
Learn
10 Interview Questions Every JavaScript Developer Should Know
At most companies, management must trust the developers to give technical interviews in order to assess candidate skills. If you do well as a candidate, you’ll eventually need to interview. Here are 10 interview questions every Javascript developer should know.
How MooTools was Built 10 Years Ago?
MooTools was a well-known JavaScript utility library for building “powerful and flexible code with its elegant, well documented, and coherent APIs”.
Javascript Modules; A Beginner's Guide
If you’re a newcomer to JavaScript, jargon like “module bundlers vs. module loaders,” “Webpack vs. Browserify” and “AMD vs. CommonJS” can quickly become overwhelming. The JavaScript module system may be intimidating, but understanding it is vital for web developers.
The Two Pillars of Javascript Part 1
JavaScript is one of the most important programming languages of all time, not simply because of its popularity, but because it popularized two paradigms which are extremely important for the evolution of programming.
A First Look at WebAssembly Performance
Work on WebAssembly continues to march ahead, but are the promised performance gains coming to light? In Firefox, most definitely.
Must See JavaScript Dev Tools That Put Other Dev Tools to Shame
Developer tools are a collection of software that makes life easier for developers. Traditionally, we’ve thought of them primarily as the IDE, linter, compiler, debugger, and profiler. But JavaScript is a dynamic language, and along with its dynamic nature comes a need for more runtime developer tooling. JavaScript has this in spades.
Tools & Code
DejaVue: Vue.js App Visualization and Debugging Chrome Extension
DejaVue is a Chrome extension that helps you see how your Vue.js app is running.