🔐 Authentication and Database
Auth Topics
S.No | Topics | Links |
---|---|---|
1 | Introduction and Advantages of JWT | Repo | Web |
2 | Using JWT With Node.js | Repo | Web |
3 | Intro to Passport Authentication | Repo | Web |
4 | Passportjs Strategies | Repo | Web |
5 | Login/Sign-up App using Passportjs | Repo | Web |
6 | Bcrypt Hashing Tutorial | Repo | Web |
MongoDB Topics
S.No | Topics | Links |
---|---|---|
1 | MongoDB Introduction and Installation | Repo | Web |
2 | MongoDB Setup using Mongoose | Repo | Web |
3 | Database Creation (Schema Design) and Insertion | Repo | Web |
4 | Database Queries (Find, Sort, Delete, Update, etc) | Repo | Web |
5 | MongoDB Limit and Join Keywords | Repo | Web |
Other Topics (Optional)
S.No | Topics | Links |
---|---|---|
1 | Sessions and Cookies | Repo | Web |
2 | Socket.io | Repo | Web |
3 | Validation and Sanitization | Repo | Web |
4 | Error Handling | Repo | Web |
5 | Testing and Debugging | Repo | Web |