Recently I've been participating in a team discussion about whether or not to choose WPF as a...
Updated on 2021/07/24, Electron.js has published a great article on comparing Electron to WebView2....
Basically, a three-liner: const templateText = await Deno.readTextFile(Deno.args[0]); const render...
Did you know it is possible to use await inside interpolated JavaScript template strings (aka templat...
Whenever I stumble upon "[something] is a syntactic sugar", I appreciate when it is accompanied by a...
I'd like to document a few neat JavaScript tricks and patterns I've recently learnt from Twitter and...
Edited: I've now filed a related issue in the TypeScript repo: A flag to make TypeScript more strict...
What are thenables? This short post is to remind that we can add .then(onFulfilled,...
Updated: I've tried to provide a better context for this discussion with my new post: "Thenable: how...
I've written this article as a memo to my future self as well, and my goal was to make it short. If...
This might be an unpopular opinion, but I'd like to share why I no longer use ConfigureAwait(false)...
Updated, related discussion in MicrosoftEdge Feedback repo. The source code repo with examples of...
Asynchronous coroutines with C# and IAsyncEnumerable This article is based on the talk I...
Updated on 2021/07/21. A new #DevComrade feature! I often struggled with formatting while pasting...
The source code repro for this article can be found here. As I am getting myself up to date with the...