FCC - Server Side Programming

Is there a part in the curriculum where we learn server-side programming. With like GET and POST methods, sending data to databases and manipulating them. If so, can someone point me to where?

I have tried learning but many concepts are confusing and often require to connect multiple different tools.

Thanks! :smile:

The API and Microservices section of the curriculum is a good place to start for backend concepts and projects.

The security section after that goes into more detail on backend concepts, too.