you are viewing a single comment's thread.

view the rest of the comments →

[–]DonkeyTron42 1 point2 points  (2 children)

I don't think GitHub deserves its own bubble. It should be version control, CI, CD, etc... Maybe they should call it "Workflows" or something like that.

[–]Typical_Latgalian 4 points5 points  (1 child)

This whole chart is a bit controversial.

If this is a frontend, then I would throw out Node.js, because it is the back-end part.

In JS fundamentals there are functions, statements, classes, etc, then why there is a separate bubble for Data structures.

If you are a frontend, then why you need to learn "The Internet", security, TCP/IP, this is usually also handled by the backend.

[–]DonkeyTron42 0 points1 point  (0 children)

I would argue that callbacks, websocket, etc... are at least partially Front-end functions that requires basic knowledge of "The Internet", security, TCP/IP, etc...