Chip8 emulator written in Typescript (TDD opcodes) - gmoskal/chip8-ts... (more…)
Read more »
I'm a fan of automating this type of thing since I do it in almost every project I ever start up. I just like the autoformatting and clean look of the code too much to go without now (probably says something about my personality :P).
To do this quick... (more…)
Read more »
How the Functional Options pattern can be used to construct better class definitions... (more…)
Read more »
Want flexible, extensible APIs that can work with a many concrete types at runtime? Use this pattern to create APIs that are precisely typed and flexible. (more…)
Read more »
Disclaimer: this article assumes intermediate knowledge of both TypeScript and React. Concepts you should be familiar with include Higher Order Components and utility TypeScript types such as Pick<T, K> and Omit<T, K>. A few we... (more…)
Read more »