Instant web stack. Latest version: 1.1.1, last published: a few seconds ago. Start using instaserve in your project by running `npm i instaserve`. There are 0 other projects in the npm registry using instaserve. (more…)
Read more »
In most cases, the value of this is determined by how a function is called. It can’t be set by assignment during execution, and it may be different each time the function is called. You can change… (more…)
Read more »
There’s more to programming than just writing code. While unlikely, it is possible to write imperfect code the first time through, or have requirements change over time. In these cases, you have to refactor the code you’ve already written to fix mistakes ... (more…)
Read more »
If you didn't grab a few cups of coffee for my last post, you're going to want to for this one. While writing my last post about js-csp, a port of Clojure's core.async, they announced transducers which solves a key problem when working with transformation... (more…)
Read more »
A closure is not really a thing. It is just a term we use to describe what happens when we have a function that has access to outside variables other functions cannot access. (more…)
Read more »