E2E Testing Expo Apps with Detox
published on 2022-01-21TL;DR: Build your Expo app with EAS and make Detox use that app file instead of Expo. I'm working on a React Native app using the Expo…
Interface Driven Validation and API Documentation for Typescript
published on 2021-11-29I was working on a project recently where I wanted to have my request bodies validated at a middleware level. There are a number of ways to…
Porting nanostores to lua
published on 2021-09-12I needed a state management library in lua. I didn't find what I was looking for, so I decided to port something. TypeScriptToLua made it…
Like a Git Machine
published on 2021-04-01Do you ever find yourself stuck in the monotony of "git status", "git commit", blah, blah, blah? I just got tired typing that out. There has…
neovim-treesitter is Awesome
published on 2021-03-12Code Biscuits was so much fun to work on and I use it every day. I hope other people feel the same. The tool that made Assorted Biscuits…
Streaming
see moreI live-code on Twitch. We are always looking for sponsors and partnered content. Check it out.
Other Blog Posts
Why Feature Flags?
Have yourself a VSCode Biscuit
This Cellule Life
Angular i18n: ICU Messages in Attributes
Learning by Porting: Go Edition
Interesting Concurrency Benchmarks in Rust
Reducing Angular2 Subscription Boilerplate with Custom Decorators
Rust Talk: The Concurrent State of Rust
Prefer return objects instead of exceptions
First Impressions: Code sharing between React Native and React