Posts
Write Simpler Tests - 5 Suggestions for Better Tests
May 26, 2020•2,411 words
Writing tests is a big skill for any engineer, but we often over-complicate them. Let's simplify our tests for better testing overall!
Virtual Memory Overview
May 19, 2020•1,252 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
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.
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.