Skip Navigation code drift

Code

The beeps that boop. Posts about coding, the process, and the results.

A Guide to Tailwind CSS in React Native

(3 min read) React Native is very behind the web when it comes to UI libraries. There’s two likely reasons for this: CSS on the web is easy and the object known as StyleSheet in React Native is not.

Complex Hasura Permissions Via Views

(4 min read) When there's no amount of "or", "and", and "exists" that can make your Hasura permissions simple, pull out the postgres view and simplify a huge part of your permissions query.

Coding Interviews

(4 min read) A rant on interviews that don't assess anything useful and a call to assess the parts of the candidate you're really hiring for.

On Take-home Coding

(3 min read) Trying to find the right value in take-home interviews. Should you do them? How should you do them?