So I’ve been making some front end web development, I mostly like to design GUI. Now that I’m building my personal web site I also want to manage the data base.
I actually have no idea no that subject. I’ve heard people is not using PHP anymore, so which language is better for that? what is SQL for?
I’d really apreciate some guidance on the matter. Thanks.
futher into the curriculum you go the more it covers server side programming
javascript can be used for both client and server side apps
SQL is a language that retrieves data from a relational database
There are also NoSQL methods for interating with data such as MongoDB which this site covers.
With javascript you can build servers that lets you recieve, process, store and send data between browsers as well projects that only run on your device.