Decrypting JWTs Without a Library

Working with JSON Web Tokens is a standard practice in web development. Until recently, whenever...

7 minute read

Function Hoisting in JavaScript

Hoisting is one of a few features in JavaScript that make no sense without context....

5 minute read

Enhanced API Calls with TypeScript

As web applications become more complex, managing code that interacts with APIs can become a...

6 minute read