What FastAPI Is and When an API Is the Right Shape
By the end of this module you can say what FastAPI gives you that a script does not, and recognise the problems where an API is the wrong shape and a scheduled job would do.
Units
- Unit 01.00: What an API is for, and when it is the wrong shape
- Unit 01.01: The contract is the product
- Unit 01.02: Where FastAPI's speed actually comes from
- Unit 01.03: Sync and async, and the choice you are making
- Unit 01.04: Deciding the smallest API that does the job
