ACAlex Chadwickinalexchadwick.hashnode.dev·Jul 19, 2022 · 3 min readWhat is Primitive Obsession, and how do you fix it?Primitive obsession is an extremely common code smell, and when identified and fix, it greatly helps to reduce the amount of bugs that you may find in your code. This code smell is one that most developers can't intuitively indetify. What are primiti...00
ACAlex Chadwickinalexchadwick.hashnode.dev·Jul 15, 2022 · 2 min readHow to mock mssql in NodeJS using JestThis week at work I've started writing some tests for a small application I've been developing over the last few months (late to write tests but better late than ever), and for the last couple days I've been struggling to mock mssql. The main reason ...00
ACAlex Chadwickinalexchadwick.hashnode.dev·Mar 24, 2022 · 2 min readWhy I've switched from .NET to TypeScript for most of my developmentUp until a couple of weeks ago, I had been working mostly with C# and the .NET Framework. This was because these were the technologies I was used to developing with, they could get the job done, and I enjoyed working with that set of technologies. Ho...00