JSON Web Tokens
February 14, 2021
When you log on to a site with a user name and password, then navigate to another page, you're still logged in. Why? On that second or third…
read this post →February 14, 2021
When you log on to a site with a user name and password, then navigate to another page, you're still logged in. Why? On that second or third…
read this post →November 16, 2020
The two types null and undefined seem similar. They're both a kind of nothing — falsy values they aren't a number or string. But what is…
read this post →November 12, 2020
When you learn JavaScript, one of the first things you might learn is the for loop. It looks something like this: To review, the main…
read this post →July 15, 2020
This is my first blog post. I'm looking forward to writing more of these.
read this post →