From the course: Succeeding in Web Development: Full Stack and Front End

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Back-end languages

Back-end languages

From the course: Succeeding in Web Development: Full Stack and Front End

Start my 1-month free trial

Back-end languages

- When users visit websites, each receives a slightly different experience depending on the data stored by those websites. Web developers, especially backend specialists, need to be able to work with databases. To do this they'll need to know data languages like Structured Query Language which is also called SQL. And this is a popular way to store and retrieve information. Now you may hear SQL pronounced as sequel. There are many variants but they're pretty similar. There's another important category of databases that you should be familiar with. They're called NoSQL, and you can tell by the name that they're very different than SQL. Now sequel databases have clearly defined structures which is sometimes referred to as the schema. In contrast, NoSQL databases are the hippies of databases. They have like no pre-defined structure and store information in dynamic schemas. I know if you're an organized person like me,…

Contents