Blog
How to write simple code: Avoid the Pyramid of Doom
Here's how to avoid nesting code needlessly
Blog
Here's how to avoid nesting code needlessly
Blog
Learn how to safely use TypeScript interface property names at runtime
Blog
What is TypeScript? Let's find out!
Newsletter Archive
Blog
Leverage strict template type checking to create bulletproof Angular applications
Blog
Switch statements are sometimes considered a code smell, but when they do make sense to use, you’d better make sure you don’t forget a single case. Luckily, TypeScript can help
Blog
Use typed route parameters to improve the quality of your Angular code
Blog
In this article, I’ll explain how my commenting practice (yes, that’s a thing :p) has evolved as well as what I currently recommend, whether you’re a junior fresh out of school, a seasoned developer…