teamradhq

teamradhq @teamradhq

Location:
Melbourne, Australia
Joined:
Feb 2, 2018

teamradhq
articles - 9 total

Utility Type: PrependArgs

A utility type to prepend a function's arguments: type PrependArgs<ArgsToPrepend extends...

Learn More 0 0Nov 28 '23

Utility Type: WithPrefix

A utility type for prefixing a type's properties with a string: export type WithPrefix<Prefix...

Learn More 1 0Nov 27 '23

Utility Type: KeyHasProperties

A utility type creating a union of every key of type that has a specific property: export type...

Learn More 1 0Nov 22 '23

Run a command until it succeeds

A simple BASH pattern that came in handy recently: Run command every time it fails until it doesn't...

Learn More 0 0Oct 14 '22

Pro Tip: Learn to love bugs through understanding

After squashing some bugs today, I remarked to a colleague how much I enjoy solving bugs. They were a...

Learn More 0 0Sep 28 '22

Clean Code Chapter 2

I'm currently reading Clean Code by Robert C Martin. Here are some of my takeaways, chapter by...

Learn More 0 0Sep 21 '22

Clean Code Chapter 1

I'm currently reading Clean Code by Robert C Martin. Here are some of my takeaways, chapter by...

Learn More 6 2Sep 19 '22

Stupid Code: Extract complex expressions

Clever code is for ninjas. Write stupid code for stupid computers (and people)... ...

Learn More 5 0Sep 14 '22

Pro Tip: Report Issues

As an engineer, you're often the best person to report an issue.

Learn More 1 0Sep 14 '22