A Study Plan to Cure JavaScript Fatigue
Like everybody else, I recently came across Jose Aguinaga’s post “How it feels to learn JavaScript in 2016”. (more…)
Read more »
The new async/await is an immensely useful language feature that hides the complexity of asynchronous code and makes it look like it’s working in a synchronous way. The code example below does not look complicated at all, just a few awaits here and there…. Read more