・
Reviews 6
・
Average rating 5.0
It's good because I can organize a lot of content quickly. I studied FastAPI on various platforms and read books, but this was the easiest to understand and learn properly. I was a little worried because there was a lot of live coding. I thought, 'Wouldn't it be boring?', but it was easier to understand because the prepared logic was quickly recoded and explained. In the previous review, you said that the microphone was a bit problematic, but it was improved and not very inconvenient. It's a little disappointing that ORM is missing. I really want to hear what you think about ORM and how to use it well. I really hope the next backend in-depth lecture comes out!
Oh, thank you for the great review. And thank you for taking the time to write such a long review. ORM is extremely polarizing, so I am cautious about my personal opinion. As I mentioned briefly in the lecture, if you have some experience with DB, I think it is a personal choice whether to use ORM or not. However, if you do not have much experience with DB, I think it is absolutely necessary to use SQL directly rather than ORM. If you need more of my personal opinion, please post a question in Q&A and I will give you more additional answers. Thank you.