Posts
Virtual Memory Overview
May 19, 2020•1,251 words
An overview of how operating systems give processes their own address space.
Writing better tests for Angular with Angular Testing Library
May 12, 2020•1,264 words
A simple explination of writing better tests for Angular applications and setting up Angular Testing Library
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.
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.
Draw under the Android NavBar Using React Native
April 16, 2020•1,592 words
Android 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•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.