Posts
Autogenerate Changelogs and Manage Releases using Conventional Commit
June 23, 2020•2,131 words
Whether 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•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++
Virtual Memory Overview
May 19, 2020•1,251 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
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.