Rethinking Operation Order: Resolving The Illusion of Ambiguity via “Bound Pairs”As is well-known, the order of operations is an essential rule in mathematics, designed to standardize the interpretation of arithmetic…Nov 28, 2024Nov 28, 2024
Async Solid.js — The desire for `createSynchronized`In Solid.js, we can compute derived values asynchronously by using asynchronous functions which return promises.Oct 12, 2023Oct 12, 2023
Using Credit Cards to Save MoneyDid you know that using credit cards intelligently can actually improve your financial circumstances? Shocking — right?Oct 12, 2023Oct 12, 2023
Async Solid.js—The desire for `createEventual`In Solid.js, we can easily create a derivative that updates when any of its dependencies are changed.Feb 12, 2023Feb 12, 2023
A Peculiar Promises/Proxy Bug That Cost Me 5 Hours (JavaScript)Recently, I encountered a crazy bug in my JavaScript code which took the best part of 5 hours to figure out. I thought I’d share this…Dec 24, 2022Dec 24, 2022
Implementing Async/Await Syntax in Vanilla JavaScriptThe async / await syntax was a powerful addition to JavaScript — greatly improving the overall developer experience when working with…Sep 12, 2022Sep 12, 2022
Explaining Binary Without Binary But With MoneyIn this article we’ll explain how numbers are represented in binary with a simple concept you should already be familiar with — money and…Sep 6, 20221Sep 6, 20221
Making Complicated If Statements CleanerThis will be a short article revealing a simple coding standard I have devised in order to make if statements and other conditions more…Sep 4, 2022Sep 4, 2022