Understanding JWTs: Part 2
A common feature in web development is closing a popup or menu when the user clicks outside of it.
nextjs
reactjs
javascript
web
dev
auth
jwt
Understanding JWTs: Part 1
JWTs offer several advantages over traditional authentication methods like cookies, making them a po...
nextjs
reactjs
javascript
web
dev
auth
jwt
Implementing Clicking Outside of a Menu in JavaScript
A common feature in web development is closing a popup or menu when the user clicks outside of it.
nextjs
reactjs
javascript
web
dev
tutorial
Tutorial: How to Reorder and Squash Commits with Git
When working with multiple WIP commits or other related commits, you may want to combine them to kee...
git
tutorial
dev