DEV Community

Discussion on: What & Where to Learn - Web Development Roadmap in 2020

Collapse
 
gmarokov profile image
Georgi Marokov

Back end is much more than Node/Mongo combo...
Just briefly comes to my mind:

  • Restful APIs, GraphQL, WebSockets, Service to Service communication, message brokers
  • There are different use cases for document and relational DBs. There are other options too. Learning SQL is a must for back end developers.
  • Web servers, HTTP
  • Docker, microservices, CI/CD practices
Collapse
 
soumyadey profile image
Soumya Dey

I know...In this post I shared only the things that I learned till now...
I will surely add more to this list later
Thanks for your comment

Collapse
 
gmarokov profile image
Georgi Marokov

Good luck with your learnings :)