Must Read
Javascript without Loops
James Sinclair shares how to write Javascript codes without using loops wo they will be more concise, cleaner, and easier to read.
Optimize with HTTP/2 Server Push and Service Workers
In this article you will see how to use one of the coolest features of HTTP/2: Server Push.
Learn
A Detailed Introduction to Webpack
JavaScript module bundling has been around for a while. RequireJS had its first commits in 2009, then Browserify made its debut, and since then several other bundlers have spawned across the Internet. Among that group, webpack has jumped out as one of the best.
Essential HTML, CSS and JavaScript Tools and Libraries
Bradley Nice gathered a list of time-saving, useful HTML, CSS and JavaScript resources that will will help you improve your skills as well as your professional workflow.
New Course: Make back-end developers jealous, with Elm
Learn how to write bullet-proof, easily maintainable web applications with Elm, the functional programming language that is transforming web application development.
Tools & Code
React’s JSX vs Vue’s templates: a showdown on the front end
React.js and Vue.js are two of the most popular JavaScript libraries on the planet. They are both powerful and are relatively easy to pick up and run with.
Unicorn CPU Emulator Framework Port for JavaScript
Unicorn is a lightweight multi-architecture CPU emulator framework originally developed by Nguyen Anh Quynh, Dang Hoang Vu et al.
Interesting Links
Create and build modern JavaScript applications with zero initial configuration
Neutrino is a companion tool which lets you build web and Node.js applications with shared presets or configurations. It intends to make the process of initializing and building projects much simpler by providing minimal development dependencies.
Misc
Stanford Trialling JavaScript for Introductory CS Courses
Due to industry shifts and student feedback, Stanford is experimenting with basing its introductory computer science courses around JavaScript instead of Java.