Recently I needed a way to detect support for a media query in CSS and Javascript. To detect if a browser supports a certain CSS feature, you can use @supports () { ... }, but that doesn’t work for media queries. In this article I’ll show you how you can ... (more…)
Read more »
HTML UI has been slowly but steadily gaining in popularity as the choice for UI technology in games. However, due to performance and tooling issues, it has mostly been used only for menus and social features. This talk aims to show that it's... (more…)
Read more »
Javascript is single threaded, yet, developers can write asynchronous code in Javascript! (more…)
Read more »
es-optional-chaining - ECMAScript proposal for Optional Chaining (aka Existential Operator, aka Null Propagation)... (more…)
Read more »
Although this hits heavily on Promise Cancelation, this post is more about HOW it was accomplished rather than WHAT was accomplished (but… (more…)
Read more »