Recently, I encountered an issue in Travis CI and my Aurelia application which uses Jest for the tests suite. I erroneously copied some …
Using Wallaby.js With Aurelia, Jest and TypeScript
Wallaby.js is one of the most amazing additions you can make to your testing workflow. I have been a happily paid user for a couple of years …
Implementing A Method To Get Single Values In Aurelia Store
The Aurelia Store plugin is a great way to add powerful and easy to use state management into your Aurelia applications. For some, the …
Ryan’s Toy Review Is Child Exploitation
Being a parent, as any other parent would attest is rewarding, but hard work. And nothing has made modern parenting more challenging than …
Mocking Default Imports In Jest With TypeScript
If you are writing tests using Jest and you use TypeScript, there is a good chance you have encountered an error along the lines of …
My Experiences One Year (and counting) Working From Home
A little over a year ago I took a new job and because the office is close to an hour and a half away, I wanted to work remotely for most of …
When To Use State Management In Front-end Applications?
As ubiquitous as state management has become in front-end development, it is still a confusing magical black box to most developers. Data …
Default Exports = Bad
Hello humans. In JavaScript, the worlds most loved and internets favourite client-side language, thanks to modern ECMAScript standards, we …
TAD (Test After Development)
Testing is a crucial part of any modern development process. If you're not testing your code, you might as well be writing it blindfolded …