-
Notifications
You must be signed in to change notification settings - Fork 0
Useful Links
Matias Björklund edited this page Dec 16, 2025
·
6 revisions
- Fullstack template project
- CORS (Cross-Origin Resource Sharing)
- Best practices for RESTful web API design
- Authentication with JWT tokens
- SQLModel tutorial
- Using UUID in SQLModel
- Using Multiple Models with FastAPI
- Create SQLModels with a Many-to-Many Link
- Model relationships in fastapi (used for inserting models into other models
- Model relationships in SQLModels
- Tutorial for SQL relationship types and implementation
- Datatypes supported by Postgres
- Configuring WAL (Write Ahead Log)
- WAL intro
- Continuous Archiving
- pgbackrest (alternative for postgres backups)
- How to build a Docker microservice
- Intro to dockerfiles
- Using FastAPI in docker containers
- Multi-platform builds
- Using ENV variables in compose
- Deck-chores (scheduler for compose) documentation