Posts
Setup Android Studio Emulator for AMD Ryzen CPUs
May 5, 2020•1,196 words
While the Android Emulator isn't confined to Intel CPUs anymore, it can be tricky to setup for AMD Ryzen CPUs. Let's explain how to do so.
Chess Knight Problem: a quick and dirty solution in JavaScript
April 29, 2020•1,285 words
I present a quick and dirty solution to a common interview question where the solution is not nearly as complex as it may first appear.
Keeping API Keys Secret in React Apps
April 20, 2020•2,475 words
Save yourself money by hiding your API keys from prying eyes and nasty bots.
Data Storage Options for React Native
April 14, 2020•1,035 words
React Native contains multiple different ways you can persist data for your application. Let's look at the choices and their pros and cons.
The Ultimate Windows Development Environment Guide
April 7, 2020•6,948 words
Many developers like MacOS or Linux for development environments, but don't know that Windows has plenty to offer. Become a Windows pro!
Networking 101: UDP & TCP
March 31, 2020•1,836 words
If networking is analogous to physical mail, then let's take a look at the letters being sent themselves. Let's dive into UDP and TCP