I Stopped Using Everything Else Once I Found Pydantic

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ม.ค. 2025

ความคิดเห็น • 18

  • @مبشر
    @مبشر 2 หลายเดือนก่อน

    Love your lectures, can you please make a video on realtime operations listen in sqlmodel. Such as chatting or any other realtime examples to listen row changes in specific table of database.

    • @codingwithroby
      @codingwithroby  2 หลายเดือนก่อน

      I am glad you like the content 🙂

  • @emmanuelalder9052
    @emmanuelalder9052 2 หลายเดือนก่อน

    Hi Eric, another great, easy-to-follow, and understand video. I love this channel, super useful content. Would you consider doing another MongoDB video, this time using Beanie as the ODM, as it leverages Pydantic? I would be super grateful. Thank you.

    • @codingwithroby
      @codingwithroby  2 หลายเดือนก่อน

      Ohh interesting! I will take a look and add something similar to my backlog

    • @emmanuelalder9052
      @emmanuelalder9052 2 หลายเดือนก่อน

      @codingwithroby thank you 😁

  • @HimjyotiSarma-s9e
    @HimjyotiSarma-s9e 2 หลายเดือนก่อน

    Hi Eric, Your content is always the best. Thank you for the video

    • @codingwithroby
      @codingwithroby  2 หลายเดือนก่อน

      I am so glad you like it ❤️

  • @codingwithroby
    @codingwithroby  2 หลายเดือนก่อน

    What would you like to see next?

    • @josfk
      @josfk 2 หลายเดือนก่อน +1

      First, thank you so much for these extraordinary videos!!! ❤ Would you consider making a video about Reflex. I am especially interested on whether or not it can be used just as a frontend, decoupling the backend (ie, using FastAPI, although I think it uses it under the hood). 😊

    • @abhishekkaswan7476
      @abhishekkaswan7476 2 หลายเดือนก่อน +2

      sorry for spamming again, waiting for in depth advanced FastAPI course covering everything FastAPI, SQLModel, real world project(Microservices) , docker, ci/cd, testing, webhook etc...
      Loved the content as always. Thank You :)

    • @codingwithroby
      @codingwithroby  2 หลายเดือนก่อน

      Not spamming at all, thanks for the info!

  • @happymeatbeer9925
    @happymeatbeer9925 2 หลายเดือนก่อน

    YEAH, I love it very much.

    • @codingwithroby
      @codingwithroby  2 หลายเดือนก่อน

      Awesome sauce! Me too 🙂

  • @codetheai4377
    @codetheai4377 2 หลายเดือนก่อน

    Zod,yup for python??

  • @RHasanRatul
    @RHasanRatul 2 หลายเดือนก่อน +1

    Still be confused where to use sqlmodel and sqlalchemy. Can we get a elaborated video on the topic with demo : how these differs in use cases!
    Edit:
    Also where not to use sqlmodel, where not to use sqlalchrmy...

    • @codingwithroby
      @codingwithroby  2 หลายเดือนก่อน +1

      Yeah - I can do a more in-depth video on this. In general thought SQLModel and SQLAlchemy do the same thing. You only want one or the other in your app. It is what allows you to do CRUD operations to a db.