Better Angular Form Components with ngModel and formControl Implementation
June 9, 2020
angularjavascriptSome components make controlling their state easier with 'formControl' and 'ngModel'. Let's see how we can build our own!
Pointers and References in C/C++
June 2, 2020
computer sciencecppAn overview of how pointers and references function in C/C++
Write Simpler Tests - 5 Suggestions for Better Tests
May 26, 2020
testingjestWriting 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
computer sciencecppAn overview of how operating systems give processes their own address space.
Writing better tests for Angular with Angular Testing Library
May 12, 2020
testingangularA 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
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.