-
1
Show GitHub repository and collaborator.
-
2
Demonstrate all the functionalities of the application.
-
3
Authentication vs Authorization.
-
4
Session-based vs Token-based authentication.
-
5
What is Token-based authentication?
-
6
What is caching?
-
7
What is Redis?
-
8
What is async in JavaScript?
-
9
What is await?
-
10
What is const in JavaScript?
-
11
Why use const instead of let?
-
12
What is the mounted() lifecycle hook in Vue?
-
13
Where have you implemented caching?
-
14
Where have you used Redis?
-
15
Explain how caching works in your project.
-
16
Show the frontend code using async, await, and mounted().