Engineering
Snippets
Continous Deployment via a GitHub Actions Reminder
Ben Asher
Engineering
An automated reminder to deploy as an effective way to keep deploys small and safe.
Read More
Type Safety with ES2022's Array.prototype.at
Ben Asher
Engineering
Array.at provides better type safety than the standard index operator, and it works with Node 16!
Read More
Querying JSON and XML with jq and xq
Ben Asher
Engineering
How I use command line tools to inspect JSON and XML data that would be impossible to do by eye.
Read More
Flexible Types that Support Autocomplete with Template Literals (Oh My!)
Graham Murdoch
Design & Engineering
Use template literals to create flexible types that accurately check possible values at compile time and support autocomplete in common editors (like VSCode).
Read More
Testing Using Jest Table Syntax
Arjun Nayini
Product & Engineering
How to write similar Jest tests without copying and pasting code.
Read More
Using Generic Arrow Functions in .tsx Files
Ronald Martin
Engineering
How to fix Typescript compiler errors from generic arrow functions in .tsx files.
Read More