What do file extensions do?
July 11, 2020
computer scienceA file extension isn't the only way a file is inditified, so what does it do?
Autogenerate Changelogs and Manage Releases using Conventional Commit
June 23, 2020
npmjavascriptWhether creating changelogs or just keeping track of git tags, releases matter. Learn how to automate your release process with conventional-commits!
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.