Full Stack Apps on AWS Full Stack Apps on AWS Lesson 3 Storing Data in the Cloud: Understanding Persistence
Understanding Persistence
Difficulties of Persistent Data
yt link
RAM (Random Access Memory): Data can be accessed quickly, but is erased once the server restarts. It may be okay to use RAM when prototyping, and later replace it with a database.
Hard...
philipdevblog.hashnode.dev1 min read