Demitri Swan
banner
demitriswan.bsky.social
Demitri Swan
@demitriswan.bsky.social
Senior Software Engineer @ Apple
Snowboarder
Music & Film Enjoyer
Scotch Fan
Your homie from the Bronx
If you develop HTTP or RPC APIs, this book is essential. It covers everything you need to know about API design and is written by Geewax, a contributor to Google’s API Improvement Proposals documents (AIPs).

#SoftwareEngineering
April 15, 2025 at 3:55 PM
An overwhelming majority of applications don't need to be "blazing" fast.

#softwareengineering
February 27, 2025 at 8:31 PM
C++ supports compile-type polymorphism whereby types can be implicitly satisfied, similar to Go, through concepts.

Using this strategy, you can inject your dependency without the cost of dynamic dispatch.

#softwareengineering
February 23, 2025 at 2:21 AM