Australia is a technology backwater, so we are no strangers to being left behind when it comes to the latest in wireless standards and internet speeds. …
I was really rooting for Microsoft with its ChatGPT integration into the Bing search engine. You might have seen the hype, including the hilarious controversy …
I have been dual-booting Ubuntu Linux on my main desktop PC for development. Docker on macOS and Windows with WSL suffers from severe I/O performance issues for …
The PlayStation VR 2 is Sony’s second attempt at a virtual reality headset. The PlayStation 4 had a PSVR headset, but it was marred by screen door, …
When hiring front-end developers, there are many ways to evaluate candidates’ skills and abilities. However, some assessment methods can be exclusionary, …
If you’re distributing a package, say a plugin, you may want to test it against multiple Node versions (especially if you’re using Jest for tests). …
I hate to be “that guy” that publishes a blog post and says, “Stop using X” and “Why you should be using X instead”, but …
If you have an application that has HTML imports like this import template from './my-component.html and then attempt to test this code in Jest 28+ (or previous …
It’s been well over a decade since I started my journey as a front-end developer. I’ve worked on numerous projects, built and maintained websites, …
TypeScript is a statically-typed superset of JavaScript introduced by Microsoft in 2012. It’s a language that some developers love to hate, but over the …