Data Sources

LocalStorage can be used as a stepping stone into databases. Stores data persistently (or per session) in the browser in a format like a javascript object. You 'stringify' the object before storing in LocalStorage, as LocalStorage can only store strings, and de-stringify or parse back to an object when you read from LocalStorage to convert back into an object. Dave's Kitty app uses LocalStorage... ask him about it.

MongoDB is a 'document' type database; it uses JSON style data objects, so will feel familiar to working with javascript objects. Taught by FreeCodeCamp.

SQL type databases, like PostgreSQL. The traditional style of database with tables and SQL.

results matching ""

    No results matching ""