Posts
What do file extensions do?
July 11, 2020•932 words
A file extension isn't the only way a file is identified, so what does it do?
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!
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