I have been a client-side web dev off and on for 20 years. I would like to get into some server-side dev. What would be the best place to start?
Kind of depends on what you want to do on the server side. One thing that tends to be common, though, is using a database, so maybe start looking at the basics of SQL and database design/normalization/optimization?
NogDog Okay thanks, mostly just want to learn about the other side I didn't have a specific goal in mind.
Rikyli learn about the other side I didn't have a specific goal
FreeCodeCamp have some free courses that involves backend. But I think having some sort of goal makes the learning a bit easier. But SQL and noSQL are important parts of the other side.
https://www.freecodecamp.org/learn/back-end-development-and-apis/
Hello sibert That's good suggestion!