Tutorials, guides and articles on TypeScript language.

How to Fix VS Code Rename Symbols Feature for TypeScript

Visual Studio Code is an open-source, lightweight IDE from Microsoft. I enjoy using it on a day-to-day basis, generally for front-end projects like Angular web applications. VS Code has many handy features, one of my favourite is the rename symbols feature. The rename feature allows you to easily change the…

  • Post category:TypeScript
  • Post comments:2 Comments
  • Reading time:3 mins read
Continue ReadingHow to Fix VS Code Rename Symbols Feature for TypeScript

Easily Decode JSON Web Token (JWT) in Your SPA

JSON Web Tokens (JWT) are commonly used in single page application frameworks like Angular for authentication and authorisation. In situations where you want grab the details of the user from the token, you need a way to decode it yourself. In this post, I will be using jwt-decode, which is…

  • Post category:TypeScript
  • Post comments:3 Comments
  • Reading time:6 mins read
Continue ReadingEasily Decode JSON Web Token (JWT) in Your SPA