aliyr / Nodejs-Developer-Roadmap

A Developer Roadmap to becoming a Node.js developer in 2019

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node.js Developer Roadmap

Roadmap to becoming a Node.js developer in 2021:

Below you can find a chart demonstrating the paths that you can take and the libraries that you would want to learn to become a Node.js developer. I made this chart as a tip for everyone who asks me, "What should I learn next a Node.js developer?"

Disclaimer

The purpose of this roadmap is to give you an idea about the landscape. The road map will guide you if you are confused about what to learn next, rather than encouraging you to pick what is hip and trendy. You should grow some understanding of why one tool would be better suited for some cases than the other and remember hip and trendy does not always mean best suited for the job

Give a Star! ⭐

If you like or are using this project to learn or start your solution, please give it a star. Thanks!

Roadmap

Roadmap

Resources

  1. Prerequisites

  2. General Development Skills

  3. Web Frameworks

    1. Express.js
    2. Adonis.js
    3. Meteor.js
    4. Nest.js
    5. Sails.js
    6. Koa.js
    7. Loopback.io
    8. egg.js
    9. midway
  4. Databases

    1. Relational
      1. SQL Server
      2. PostgreSQL
      3. MariaDB
      4. MySQL
    2. Cloud Databases
    3. Search Engines
    4. NoSQL
  5. Caching

    1. Node-Cache
    2. Distributed Cache
      1. Redis
      2. Memcached
    3. Memory Cache
  6. Logging

    1. Log Frameworks
    2. Log Management System
  7. Template Engines

    1. Mustache.js
    2. Handlebars
    3. EJS
    4. Pug
    5. Nunjunks.js
  8. Real-Time Communication

    1. Socket.IO
  9. Typed Superset

    1. TypeScript
    2. Flow
  10. API Clients

    1. REST
    2. GraphQL
    3. [Authentication]
  11. Good to Know

  12. Testing

    1. Unit, Behavior, Integration Testing
      1. Jest
      2. Jasmine
      3. Chai
      4. Mocha
      5. Enzyme
      6. Sinon
    2. E2E Testing
  13. Task Scheduling

  14. MicroServices

    1. Message-Broker
    2. Message-Bus
  15. Design-Patterns

  16. JavaScript Algorithms and Data Structures

Wrap Up

If you think the roadmap can be improved, please do open a PR with any updates and submit any issues. Also, I will continue to improve this, so you might want to star this repository to revisit.

Idea from : ASP.NET Core Developer Roadmap

Contribution

The roadmap is built using Draw.io. Project file can be found at Node.js-developer-roadmap.xml file. To modify it, open draw.io, click Open Existing Diagram and choose xml file with project. It will open the roadmap for you. Update it, upload and update the images in readme and create a PR (export as png with 400% zoom and minify that with Compressor.io).

  • Open a pull request with improvements
  • Discuss ideas in issues
  • Spread the word

License

License: CC BY-NC-SA 4.0

About

A Developer Roadmap to becoming a Node.js developer in 2019