Posts tagged #why-are-you-like-this-js
It has been been 1691 days since I last published something.
I have written 0 pieces so far this year. On average I publish something every 1761.00 days (3 posts in 1761 days).
All Posts#why-are-you-like-this-js
- Why are you like this JavaScript? JavaScript Runtimes and EnginesSometimes you keep hearing words but you're not actually sure what they mean, but you're too afraid to ask and keep forgetting to Google it. For me, two of those phrases have been "JavaScript runtime" and "JavaScript engine". I've never studied Comp Sci at uni, and I've never practically needed...2020-11-01
- Why are you like this, JavaScript? An introduction to Promises by using Fetch.Let's start with a correct, but pretty dense, definition: JavaScript Promises are a first-class abstraction for handling asynchronous actions, like: Fetching data from a remote API. Reading or writing (i.e. opening or saving) a file to the filesystem (in a server-side environment, not in a browser). Retrieving a non-blurred-up version...2020-09-06
- Why are you like this, JavaScript? Taking a look at JavaScript's single threaded nature.Sometimes you hear something so often that you don't really hear it anymore. One of those things for me is words to the effect of "How does this JavaScript code even run?". I choose to interpret this generously as "How does JavaScript itself run", and not "how does this hot...2020-08-23