<aside> 🚧
This page is currently under construction. Please check back later.
</aside>
Previously in Week 7 - Project you built a complete backend REST API connected to a relational database and an external service. You designed endpoints, wrote unit tests, and delivered a working backend system
This week you will go beyond relational databases and explore modern storage techniques. You will learn that different types of data need different types of storage and that professional backends rarely rely on a single database. You will work with flexible JSON storage inside PostgreSQL, understand when to reach for a document or key-value database, and store real files in the cloud using object storage.
By the end of this week, you will be able to:
jsonb: Add a jsonb column to an existing table, insert and update JSON data, query nested fields and arrays using operators such as >, >>, and @>, and create a GIN index to make JSON queries fast.The HackYourFuture curriculum is licensed under CC BY-NC-SA 4.0 *https://hackyourfuture.net/*

Built with ❤️ by the HackYourFuture community · Thank you, contributors
Found a mistake or have a suggestion? Let us know in the feedback form.