Posts
My Advice to Technical Interviewers
May 3, 2021•1,320 words
Interviewing candidates is tough. It just is. Here are just a few of my tips to make your tech recruiting go smoother.
Master React Unidirectional Data Flow
April 27, 2021•1,009 words
Making sure your app's code is structured well is critical. Mastering React Unidirectionality is a huge part of that. Learn how to here.
Rust Enums, Matching, & Options API
April 16, 2021•2,162 words
Rust allows you to build super-fast and flexible applications. Let's build one leveraging enums, pattern matching, and the Options API.
Living off the iPad as an Engineer
February 11, 2021•2,322 words
Tips on how to get yourself a proper development environment on the iPad to fully exploit its potential.
The accidentally sliced CRTP base
December 22, 2020•809 words
Some time ago, I received a bug report that, in short, said "your class does not work with CRTP". I was very confused by this statement. First a sh...
React Refs: The Complete Story
December 1, 2020•5,177 words
React Refs are an immensely powerful, yet often misunderstood API. Let's learn what they're capable of, and how they're usually misused.