Backend
JWT, Sessions, and OAuth2: What Each One Is Actually For
The differences between JWTs, server-side sessions, and OAuth2, and how to choose the right mechanism for the authentication problem you are actually solving.
The differences between JWTs, server-side sessions, and OAuth2, and how to choose the right mechanism for the authentication problem you are actually solving.
Three architectural styles, their actual tradeoffs, and how to choose between them without falling into the microservices trap.
Two concepts that are constantly confused and constantly misimplemented. Here is what each means and how to get both right.