javascriptweekly – keep up to date on the latest javascript news
How to deal with dirty side effects in your pure functional JavaScript
async/await is just the do-notation of the Promise monad
Do we really need classes in JavaScript after all?
The cost of javascript. Javascript is often misused and abused or poor practices are used. This article covers some of the things you can do to lighten your apps javascript load and clean up your code a little.
Should You Use Classes in JavaScript?
A re-introduction to JavaScript (JS tutorial) – because developers couldn’t be bothered with the hard task of learning actual Javascript syntax we had to pollute the syntax even more with Classes etc.
Function expressions explained
Arrow function expressions explained – examples and explanation
Mocking is a code smell – interesting article about how you can get https://krasimirtsonev.com/blog/article/javascript-managing-events-dispatch-listenout of control with testing and dependency injection. It is about javascript but applies to other languages.
Eradicating memory leaks in Javascript – A very good article for anyone to who creates Apps with Javascript.
Javascript let vs var vs const – a good article explaining the differences.
Javascript free books and resources – nice article with links to various sources.
javascript.info – a really awesome site that teaches everything you need to know about modern Javascript.
Comments
You must log in to post a comment.