Okay folks, time for the dry stuff. When you create a web app, it typically interacts with a database, more specifically an SQL database. What is SQL? SQL stands for Structure Query Language. SQL is a way to store and manipulate information in a database. So what’s a database? A database is something that stores [...]