In 2003, Paul Graham wrote about his company’s decision to use Lisp (a programming language). His essay portrays Lisp somewhat as the… (more…)
Read more »
JS Lock. We will start by defining a resource as an object which is loaded into the memory of our process using an async operation, this operation may take a relatively long period of time. We would like to reuse this object as much as possible so we can ... (more…)
Read more »
Disclaimer: Here I talk about how javascript handles code execution and
why it's a terrible idea to trust its built-in intervals to work
accurately, if you just want to see some code, you can take a look at
this component
... (more…)
Read more »
This article is in a series of code review articles that take a deep look at a popular module and discuss its merits, flaws, and overall fitness for a task. SummaryAxios is a solid, battle-tested, r... (more…)
Read more »
This is a plain-English guide to the questions you might be asked in a JavaScript, React, or general web development interview in 2020. (more…)
Read more »