Soft Skills of a Senior EngineerI took a long-form article called "Being a senior engineer" by the wonderful Kitchen Soap blog and distilled it to include my experiences and thoughtsMay 31, 2022·6 min read
Why Importing Directories in JS WorksHave you every seen a React import like this and just trusted that it works? import Button from "./components/button" This is importing a directory, not a button. But lo and behold, when you spin up your app alarm bells don't go off and your beauti...Jan 18, 2022·4 min read
Scratch-Build a Simple JS Testing FrameworkA practical guide to writing a simple JS testing framework in 22 lines of codeJan 15, 2022·8 min read
A Guide To Technical DiscoveryAn agile software team without trust is dead in the water. Imagine a team receives a high priority story - The product manager is under pressure from stakeholders. They ask for a quick scope to get it into the sprint. The developers aren’t sure how...Jan 13, 2022·7 min read