Fixing Jest Memory Leaks

So you’ve written your tests in Jest and now you’re either getting warning messages in your console, perhaps about event emitters or memory leaks, or maybe you’ve pushed up to a remote repository like BitBucket and now your Pipelines are failing and you can’t quite figure out why. I’ve had Read more…

Cistercian Numerals

The most amazing numbering system that you’ve never heard of. Cistercian Numerals were created in the thirteenth century (CE) by the Cistercian monastic order. They look a lot like Norse Runes but they are actually a very cleaver numbering system that allows you to store any value between 1 and Read more…

JavaScript Symbols

I’m about to write a couple of posts that involve the use of Symbols in JavaScript so thought I better do a quick primer that I can link to for people who aren’t familiar with them. What are Symbols A Symbol is a JavaScript primitive (like a String, Boolean, or Read more…

Quantum Computing

Most of us working in software development have probably heard of Quantum Computers and Qubits, you may or may not currently have some understanding of what they are, but did you know you can play around with some real Qubits, running on actual Quantum Computers, online, for free? This was Read more…