A utility type to prepend a function's arguments: type PrependArgs<ArgsToPrepend extends...
A utility type for prefixing a type's properties with a string: export type WithPrefix<Prefix...
A utility type creating a union of every key of type that has a specific property: export type...
A simple BASH pattern that came in handy recently: Run command every time it fails until it doesn't...
After squashing some bugs today, I remarked to a colleague how much I enjoy solving bugs. They were a...
I'm currently reading Clean Code by Robert C Martin. Here are some of my takeaways, chapter by...
I'm currently reading Clean Code by Robert C Martin. Here are some of my takeaways, chapter by...
Clever code is for ninjas. Write stupid code for stupid computers (and people)... ...
As an engineer, you're often the best person to report an issue.