/nodePractice

Practicing topics related to NodeJS

Primary LanguageEJS

Node Practice

These files are my practice of Node and adding pieces to my understanding of Node to include:

  1. Creating a basic web server
  2. Using Express
  3. Using node for dynamic content
  4. MVC
  5. Dynamic routes & advanced models
  6. Using Node with SQL
  7. Using Sequelize
  8. NoSQL & MongoDB
  9. Mongoose
  10. Sessions & Cookies
  11. Authentication
  12. Sending emails
  13. Advanced authentication
  14. Validation
  15. Error handling
  16. File upload & download
  17. Pagination
  18. Async requests
  19. Adding payments
  20. REST APIs
  21. Async / Await in Node
  22. Websockets & Socket.io
  23. GraphQL
  24. Deploying an app
  25. Testing Node apps