Setup Android Studio Emulator for AMD Ryzen CPUs
May 5, 2020
toolswindowsWhile 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
javascriptcomputer scienceinterviewingI 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
reactnodeSave yourself money by hiding your API keys from prying eyes and nasty bots.
Draw under the Android NavBar Using React Native
April 16, 2020
androidreact nativeAndroid allows you to draw content under the navigation bar. It's a neat effect! Let's add that to our React Native apps.
Data Storage Options for React Native
April 14, 2020
reactreact nativeReact 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
toolswindowsMany 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
networkingIf 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
What is Server Side Rendering (SSR) and Static Site Generation (SSG)?
March 24, 2020
ssrssgnextjsreactAn explanation of what server-side rendering is, what static site generation is, and how you can utilize them in React, Angular, or Vue!