August 2024
Intermediate to advanced
272 pages
5h 34m
English
After mastering the advanced aspects of backend development, we’re ready to shift our focus to a key element of any dynamic application: persistent storage. This transition moves us into database management, leveraging PostgreSQL and Docker for reliable data storage and access.
In this chapter, we’ll dive into the implementation of persistent storage essential for web development, ensuring data persistence across server restarts. Our learning path includes discussing Docker’s role in creating and managing containerized applications, detailing steps to deploy PostgreSQL within a Docker container, designing a schema for our chat application, and interacting with the database through Create, Read, Update, ...
Read now
Unlock full access