-
Notifications
You must be signed in to change notification settings - Fork 115
Description
Background: I've been working on a Python project to design a SQL database, scrape a bunch of data to insert into the tables, and ideally make the databases publicly-available via an API. In trying to address the last point, I've come across tools like SQLalchemy, Pydantic, FastAPI, and other frameworks for deploying production APIs. However, the YouTube tutorials seem to have the "tutorial hell" effect, and I think a structured course or project introducing several of these topics would be immensely helpful.
From a broader business perspective, I image many of the learners on Boot.dev will find themselves in jobs where they either need to work with or develop APIs from scratch. Practical, end-to-end guidance covering API design, some data modeling, validation, testing, security, and deployment (with e.g. Docker) would go a long way.
Such a course would probably be best suited for those near the end of the backend developer path.