Blog
TypeScript Switch Case best practices
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
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
Learn why ngOnInit is not always the best solution
Blog
There is almost no use in installing npm packages globally. Here's why
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…
Blog
Why you should favor TypeScript interfaces and custom types over classes
Blog
Leverage TypeScript paths to avoid problems with your shared types imports
Blog
Use stable versions of Node.js and npm to avoid surprises in production
Blog
Authorization best practices to improve the security of your applications