Moustapha Diouf walks through the his process for designing & building his side project: a fullstack JavaScript Trello clone using React, Redux, and Node.js... (more…)
Read more »
There are many tools already in the wild for managing a monorepo. This post will discuss using Bolt to manage a monorepo aka megarepo. (more…)
Read more »
Strict Mode is an ES5 feature, and it's a way to make JavaScript behave in a better way. And in a different way, as enabling Strict Mode changes the semantics of the JavaScript language. It's really important to know the main differences between JavaScrip... (more…)
Read more »
Are you sick and tired of writing huge XMLHTTPRequests in your JavaScript code? Oh, you already stopped using those ages ago.. right.. Well, somehow, fetch() never caught my attention until just recently so I've slowly started switching over to using it ... (more…)
Read more »
Xah's JavaScript style guide, for functional programing. Ordered roughly from most important to less. (more…)
Read more »