Search
Random Notes from a JAMstack Roundtable
23.9.2019
I hosted a JAMstack roundtable discussion at Web Unleashed this past weekend. Just a few random notes from that experience.
I was surprised at first that there really is confusion that the "M" in Jamstack stands for "Markdown" (the language that compiles to HTML) rather than "Markup" (the "M"...
Promises and Static Values
23.8.2019
Async can throw a real wrench into the cogs of our programming workflows, all despite the fact that async is the modern JavaScript pattern. While async/await helps, there’s sometimes confusion about the way to have a single function that returns a value whether it exists or needs a Promise...
Confusion Reigns as Tron’s Justin Sun Posts and Deletes Apology
25.7.2019
Justin Sun. Source: a video screenshot, Youtube, BlockTempo TV
The plot is continuing to thicken in the curious case of Tron’s Justin Sun and the lunch that never happened with Warren Buffett.
As previously reported, the Tron chief and Buffett, a crypto-skeptic billionaire, had been set to meet...
Finally… A Post on Finally in Promises
16.7.2019
“When does finally fire in a JavaScript promise?” This is a question I was asked in a recent workshop and I thought I’d write up a little post to clear up any confusion.
The answer is, to quote Snape:
...always.
The basic structure is like this:
try {
// I’ll try to execute some code...
Georgia Exempts Bitcoin From VAT to Become the Next Country to Affirm Its Currency Status
13.7.2019
Cryptocurrency taxation is a subject that concerns a growing number of users, traders and investors. An area that creates a lot of confusion among taxpayers is the application of VAT, or the value-added tax most countries levy on the sales of goods and services. Georgia has become the latest nation...
Indian Government Shed Light on Proposed Crypto Regulation
21.6.2019
Since leaked information regarding India’s cryptocurrency bill emerged, there have been constant discussions about what it entails. Four different government bodies have been asked about their involvement in the drafting of the bill. South Korea went through a similar situation, causing...
The Place of UX
7.5.2019
Every time "UX" comes out of my mouth or is typed by my fingers, I think, "did I just use that term correctly?" It feels like such a big and loaded term these days, that perhaps the way I use it only contributes to the confusion. Ryan Singer frames that problem well:
Debates continue to rage about...
Learning Gutenberg: Modern JavaScript Syntax
23.5.2018
One of the key changes that Gutenberg brings to the WordPress ecosystem is a heavy reliance on JavaScript. Helpfully, the WordPress team have really pushed their JavaScript framework into the present and future by leveraging the modern JavaScript stack, which is commonly referred to as ES6 in...