My Blog
A bevy of writing about topics I love.
- New
The Power of Pissing Code, and its Place in Answering the Age-Old Question: “TypeScript, or JavaScript?”
New developers often ask whether they should use JavaScript or TypeScript, and while the answer will almost always be TypeScript, writing JavaScript has its place.
- New
Maintaining TypeScript Superpowers When Types Are Out of Reach
It's all too common. You're coding away in TypeScript utilizing an external library. You're digging around the code for that type you just can't find and there it is! It's not even exported! Let’s explore some ways around this.
- New
How to Not Expose the Personal Data of 19,577 Canadians
PORTpass is a prime example of poorly handling private user data, let’s explore and learn from the oversights in their security measures.