Pinned
loading...
We're a place where coders share, stay up-to-date and grow their careers.
Dad, self-employed, problem solver at heart, async all the way down. Ex principal software engineer at Nuance Communications. Occasionally I tweet and answer my own questions on StackOverflow 👇
Recent comments
A few handy JavaScript tricks
A good point, thanks. Though, the logical nullish assignment ...
My Favorite C# Features - Part 1: Strong-types, Implicit-types, Anonymous-types, and Target-types
A great start, tks! Some of my most favorite recent additions...
List of JS Bundlers 🚀
Also: Snowpack Preact's WMR Rome
Why I no longer use ConfigureAwait(false)
I believe I've covered that in the article in this section: ...
A few handy JavaScript tricks
I find myself using them more often for generators or async g...
Would it make sense to have "Symbol.promise" as standard JavaScript Symbol?
It never occurred to me I could use a thenable with Promise.r...
Would it make sense to have "Symbol.promise" as standard JavaScript Symbol?
I actually wasn't aware of the binding proposal, thanks for p...
Why I no longer use ConfigureAwait(false)
I agree, but many would disagree.