DEV Community

Discussion on: 5 Mistakes I Wish I Didn't Make As A Self-Taught Developer

Collapse
 
aarone4 profile image
Aaron Reese

Learn one thing at a time is hard if you are an independent Dev. To make even a basic site you need a decent level of html, CSS and native js. Anything more complex than a static site is likely to need middleware: node, python, PHP to handle requests and some sort of data store: mySql, postgres, mongo, firebase.
That is without understanding non functional requirements like Git, security, CICD deployment, testing, performance