Posts
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.
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
What is Server Side Rendering (SSR) and Static Site Generation (SSG)?
March 24, 2020•1,952 words
An explanation of what server-side rendering is, what static site generation is, and how you can utilize them in React, Angular, or Vue!
Building an Angular Blog With Scully
March 17, 2020•2,986 words
NuxtJS and Gatsby allow you to make SSG-enabled blogs, but Angular doesn't have an equivalent... Until now. Let's build a blog with Scully!