CodeNewbie Community 🌱

yolioms
yolioms

Posted on

Intro to Databeses

I wish I would have known about this before ever delving into persisting data, stored data etc..aka databases: Core Data for iOS local storage, SQLite, Firebase, Realm… As a newbie, this @codingwithchris YouTube tutorial would have prepared me for what was to come. #cwc, #coredata, #databases

Cheers and take a peek with the link below:
https://youtu.be/NxyvPltvvBE

Top comments (0)

const modalMarkup = `
`; // 2. Append the markup string to the end of the document body document.body.insertAdjacentHTML('beforeend', modalMarkup);