Types of Databases
PostgreSQL JSONB Columns
Object Storage
Practice
Assignment
Back end Track
Under construction
<aside>
🚧
This page is currently under construction. Please check back later.
</aside>
Implementation plan:
- What is object storage — flat namespace for files (blobs)
- Comparison: object storage vs database vs filesystem
- Use cases: images, documents, backups, large files
- Key concepts: buckets, objects, keys (paths)
- Public vs private buckets — access control
- Interacting with object storage via API: upload and download
- Pre-signed URLs — temporary access to private objects
- Integrating object storage from a Spring Boot application (brief)
- Exercise: upload and retrieve a file from object storage
The HackYourFuture curriculum is licensed under CC BY-NC-SA 4.0

*https://hackyourfuture.net/*
Found a mistake or have a suggestion? Let us know in the feedback form.