The Bug đ We’ve been testing the next generation of our sync engine at Day One prior to public release, and we found a funny bug. We have an endpoint for fetching a big list of entries that have changed since the last fetch. This endpoint is also how a new phone with no content …
Debug with Me
Raw stream-of-consciousness posts to help Googlers solve the same problems that I’ve faced.
Don’t Make Me Tap Twice
I’ve started rough work on a new app for digital “morning baskets”. While I just used Expo when starting Storytime (another app I have in-progress), I decided to give the famous Ignite boilerplate from Infinite Red a chance. In short, it’s fantastic. In just a few days of side-work time I’ve almost completed a fully-functioning …
Debugging tricky parameterized types
Parameterized functions are fantastic. I’m talking about the functions that operate around some abstract piece of data, without doing anything that would require specific knowledge about that data. Take, for example, the following fictional function: Example The code above is designed to take an option of something, save it somewhere if the option contains data, …
Animating Text Content with Redash and Reanimated 2
On Cyber Monday I sprang for William Candillon’s course on animation with React Native. I love his style. And I like how beautiful his examples are. However, it took me a few minutes to understand that he’s basing all his work on two libraries, Redash, and Reanimated. These tools are super powerful, and I’m off …