Double LLM project + Cursor real time coding

Поділитися
Вставка
  • Опубліковано 26 гру 2024

КОМЕНТАРІ • 10

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

    Wow i love seeing what you can do with fastapi and html. I just finished a blueprint for what'll be my first fully featured application. Needed something to make custom tutorials to help me build knowledge bases faster. Your videos have been instrumental and helping learn how the systems work 🙏🏾

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

      Thank you 🙏 I am glad you find it useful for your projects!

  • @p4r7h-v
    @p4r7h-v 4 місяці тому +1

    Very cool

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

      Thank you 🙏

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

    What exactly is websocket? I didnt get that part

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

      Websockets is a real time, always open connection between front end and the backend. Useful for chat apps.

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

    Great video, what autocomplete do you use?

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

      Thank you 🙏it is not autocomplete. I am using cursor IDE which is designed from ground up for AI assisted coding. If you feel like switching to it, my 1000x masterclass is full of videos on how to use it.

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

      @@echohive Hi, what I meant is, if you are using inline autocompletion? I use super maven, but I am not liking it so much

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

      @andrewandreas5795 cursor comes with its own auto completion which is the most advanced auto completion available. I also have GitHub copilot turned on as well(which is probably not the best idea at times)