Posts
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.
Adding Cathage Dependencies into React Native
October 13, 2020•898 words
CocoaPods is a great dependency manager, but some need Carthage still. Let's walk through how to integrate Carthage with React Native!
How Computers Speak: Assembly to AST
August 25, 2020•4,915 words
Have you wondered how programming languages are able to be ran on your hardware? This article explains how your code is processed and ran
What do file extensions do?
July 11, 2020•932 words
A file extension isn't the only way a file is inditified, so what does it do?