Building my first Redis-powered feature
When I started doing backend development, I was building the authentication module for a project. The flow was straightforward: the frontend sent a JWT token, the backend verified and decoded it, extracted the user id, and then queried the database t...
blog.virajpatwardhan.in2 min read