Design Scalable Apps with CQRS and FastAPI (easy)

Поділитися
Вставка
  • Опубліковано 20 сер 2024
  • CQRS with FastAPI makes an application clean, modular and scalable. In this tutorial I walk you through how to create a modern FastAPI application.
    💻 Git Repository: www.codingwith...
    🎥 React + FastAPI: • How to build a React +...
    🎥 AWS Lambda + FastAPI: • Deploy FastAPI on AWS ...
    🎥 MongoDB + FastAPI: • Unlocking the Power of...
    🎥 MySQL + FastAPI: • How to build a FastAPI...
    🎥 PostgreSQL + FastAPI: • How to build a FastAPI...
    🎓 Courses can be found:
    FastAPI Beginner & Advanced: www.udemy.com/...
    Learn Chatbot Development: www.udemy.com/...
    👨‍💻 Hi, I am Eric!👨‍💻
    Hey! I’m a seasoned developer and Cloud enthusiast. I love sharing my knowledge and helping others to discover the exciting world of programming and cloud technologies. For more tutorials, tips, and tech magic, don’t forget to hit that subscribe button and ring the bell for notifications!
    🙏 Support The Channel 🙏
    If you found this tutorial helpful, please give it a thumbs up 👍, comment, and share it with your network 🌍
    PS: The links in this description might be affiliate links. If you purchase a product or service through one of those links, I may receive a small commission. There is no additional charge to you.
    #fastapi #python #sqlmodel

КОМЕНТАРІ • 10

  • @jaymartinez311
    @jaymartinez311 Місяць тому

    I think a longer video would’ve been better but this is still great

  • @lio7652
    @lio7652 4 місяці тому +1

    Great job 👏 Waiting for more ❤

    • @codingwithroby
      @codingwithroby  4 місяці тому +1

      Aww thank you! More are coming I have a HUGE list ❤️

  • @craig_drummond
    @craig_drummond 4 місяці тому

    Do you have a more complex example that breaks the different aspects into separate files and a database with relationships, and security?

    • @codingwithroby
      @codingwithroby  4 місяці тому

      I do in my course, but I’m making a bunch of FastAPI content on here. Hopefully something soon will your need 🙂

    • @craig_drummond
      @craig_drummond 4 місяці тому

      @@codingwithroby I am going through your Udemy course now, 200+ videos will take a minute to complete

  • @christianpenguin2651
    @christianpenguin2651 4 місяці тому

    Why is the service dependency of type Session?

    • @codingwithroby
      @codingwithroby  4 місяці тому

      It is part of the type annotated in Python