Posts
Better Angular Form Components with ngModel and formControl Implementation
June 9, 2020•2,340 words
Some 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•1,139 words
An overview of how pointers and references function in C/C++
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!
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.
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.