The goals 💪🏻How to connect to databases in code ✌🏻Performing CRUD operations in code 👍🏻Outputting database data Why On The Backend? We should NOT connect to a database from inside our frontend JavaScript code (i.e. from inside the browser). All our HTML, CSS & browser-side JS code is exposed to our website visitors (e.g. via browser dev tools). -Just to be clear: Such changes will NOT be mirrore..