DEV Community

[Comment from a deleted post]
Collapse
 
gknarang profile image
Gourav K. Narang • Edited

Minimum things a full-stack person should know:

  • UI/UX design/development using any one framework (React, Angular, Flutter etc)
  • APIs / Backend using any one language (NodeJs, Go, Python, Java, C# etc)
  • Databases: one relational and one no-relational
  • Cloud (at least one of AWS, GCP or Azure)
  • Source control using GIT
  • CI/CD (optional but always preferred)
  • Writing infra-as-code (optional but preferred)
Collapse
 
dablurr profile image
Dablurr

Take the following and add design pattern and so on. Other than that, here you go.

Collapse
 
gknarang profile image
Gourav K. Narang

Oh yeah. Design patterns are a good one but I do not think all of the design patterns are must-have. Maybe the top 5 should be enough as a minimum.