My Blog
A bevy of writing about topics I love.
I Re-Wrote These 10+ Single Lines of JavaScript Code from Medium
One-liners are really cool and very fun to make, but they’re not practical. Let’s re-write some of ‘em!
Happy 20th birthday Jira! You suck so bad.
Jira continues to be an unintuitive, slow displeasure to use, but remains one of the top-picks amongst software management for issue-tracking software.
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.
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.
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.