Published onNovember 3, 2023Using a builder pattern for testscodeHigh-quality-softwareUsing the builder pattern in your tests can help reduce duplication while still helping you create very readable, specific tests.
Published onSeptember 6, 2021Use git bisect to see when you broke the testscodeHigh-quality-softwareUse git bisect to figure out when you broke the tests.
Published onAugust 24, 2021Diversity and Inclusion Resourcesdiversity-&-inclusionOutstanding-teamsHere are some Videos, Slides and Articles that I've found helpful in better understanding our industry's diversity and inclusion problem.
Published onJuly 22, 2021Writing inclusive job advertsdiversity-&-inclusionhiringOutstanding-teamsI recently spent some time helping a startup set up their technical hiring process. Here are the highlights of what I learned about inclusive job adverts.
Published onFebruary 23, 2021TIL: Add your git repo to a tarballTILcodeHigh-quality-softwareToday I learned that you can neatly pack all the files in your git repository into a tarball, automatically excluding files in your gitignore