Must Read
Using Slack to Monitor Your App
Do you use Slack? Do you know that it can be used as a powerful tool to monitor your app? Read on.
Sponsor (Thank You)

Crazy App Deals
We cherry-pick only the best, time-saving, cost-cutting products and services. Then we slash the price up to 92%. That's why we are Crazy App Deals!
100% satisfaction guaranteed, or your money back, for 60 days!
Learn
How to create a Neural Network in JavaScript in only 30 lines of code
This article will show how to create and train a neural network using Synaptic.js, which allows you to do deep learning in Node.js and the browser.
How we built our first full-stack JavaScript web app in three weeks
Creating a full-stack app can be overwhelming even if you know how to code. In this article, Sophia Ciocca shows a simple step-by-step guide to go from idea to deployed app
Building a Maybe in JavaScript
An intro to using functional programming concepts to work around the headaches of null checking and undefined objects.
How Properties Work in the V8 Engine
This blog explains how V8 handles JavaScript properties internally. This is a very userful read to have a technical, under-the-hood idea of what’s going on in the V8 engine.
Concurrent JavaScript: It can work!
Existing JavaScript VM optimizations exploit the fact that there is only one thread of execution, so concurrency is sure to introduce some performance problems. This post is concerned with whether this is even technically feasible, and if it is, what the cost might be.
How To Create Native Cross-Platform Apps With Fuse
Fuse is a toolkit for creating apps that run on both iOS and Android devices. It enables you to create apps using UX Markup, an XML-based language.
Watch
Reverse Engineering Obfuscated JavaScript (video)
A look at how one library achieves the irksome ‘pop under’ effect in Chrome 59, where others seemingly fail.