Luke Davis

I was reviewing some coding examples from Apple and I came across a fun sample application called Lucid Dreams. The purpose of this sample was to illustrate how to use “Protocol Oriented Programming” (POP). Within the example, I came across an interesting approach to static tables where you define a nested enum declaring the sections.

Luke Davis

This blog post is not 100% directed towards React Native but on the entire stack of React Native. I recently started working on a project which explores React Native. I followed a wonderful tutorial which, at the time, was only a couple months old. This should not seem like a big deal but in the world of Node.js it is and that is exactly what I want to touch on today.

Luke Davis