Realistic Simulation - Build, Test & Deploy an Application

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ต.ค. 2024

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

  • @aamir5844
    @aamir5844 2 ปีที่แล้ว +20

    This man is seriously teaching us what it takes to build production level apps with best practices 🤩💫. Just incredible ❤️

  • @tabliqatchi6696
    @tabliqatchi6696 ปีที่แล้ว +2

    That was a loooot of new and interesting information for me 😍, great video as always 💖.

  • @stanleychukwu7424
    @stanleychukwu7424 2 ปีที่แล้ว +3

    Bro!!!! i can't say thank you enough!!! GOD blessings on you my man! thank you for all your efforts..

    • @TomDoesTech
      @TomDoesTech  2 ปีที่แล้ว

      I'm glad you like it!

  • @indrajitsarkar3169
    @indrajitsarkar3169 2 ปีที่แล้ว +3

    As always, ahead of all tutorials available on YT

  • @AmitErandole
    @AmitErandole 2 ปีที่แล้ว +1

    So glad you did this

  • @dhansb883
    @dhansb883 2 ปีที่แล้ว +1

    YES PLEASE MAKE A VIDEO ON CSP

  • @kirakira160
    @kirakira160 2 ปีที่แล้ว +1

    Mr Tom you are golden man ! I check your channel every minutes to see new video ! Thank you so much !❤❤

  • @apuobaidur6973
    @apuobaidur6973 2 ปีที่แล้ว +2

    You are the best!💯

  • @joeyywill1234
    @joeyywill1234 2 ปีที่แล้ว

    Another banger vid tom, your're a god among men

  • @hollymolly2683
    @hollymolly2683 2 ปีที่แล้ว +2

    Thank you so much man

  • @personzen8028
    @personzen8028 2 ปีที่แล้ว +1

    like before watching. keep the good job. thank you

  • @Daviddd10
    @Daviddd10 2 ปีที่แล้ว +2

    Can I respectfully request a future tutorial that utilizesTanstack table? Want to learn more as to how filtering and sorting works on it etc.

  • @euanmorgann
    @euanmorgann ปีที่แล้ว

    Would love a video like this but for NextJS.
    Having a tonne of issues setting up tests especially for middleware

  • @szaccs
    @szaccs 2 ปีที่แล้ว +1

    thanks for this tutorial, finally someone showing realistic stuff, I really appreciate it!

  • @mahendranath2504
    @mahendranath2504 2 ปีที่แล้ว +1

    Thank you much ✌👍🙌👏🤞👌🙏💕

  • @serjio8781
    @serjio8781 ปีที่แล้ว +1

    Best thing ever

  • @hut_fire1490
    @hut_fire1490 2 ปีที่แล้ว

    Love this ! Please do more of this production level apps. Can you do with postgresql instead 😬

  • @adrielbustos8968
    @adrielbustos8968 ปีที่แล้ว +1

    44:43 Hello! How can I add a property of type "Object" in that part? For example a "userType". Because I tried to do that but a give an error -> "due to error schema is invalid: data/properties/type/properties/type must be object, boolean", Anybody can you help me? I can not find the answer on google, thanks!

  • @cheebadigga4092
    @cheebadigga4092 2 ปีที่แล้ว

    Just a heads up on the Docker localhost thing, in case somebody doesn't know: If you define localhost as your host and run the app inside of a Docker container, then localhost will point to the "lo" (loopback) interface of the Docker container rather than the actual machine where Docker is running on. 0.0.0.0 means "all interfaces", including Docker's loopback and the host's loopback interfaces. Hope this made sense :)

    • @TomDoesTech
      @TomDoesTech  2 ปีที่แล้ว +1

      Thanks for the explanation! I learnt that the hard way

  • @bm830810
    @bm830810 2 ปีที่แล้ว +1

    Learned so much in this video, many thanks
    your docker file was weird, creating node_modules in tmp folder and then copying it to the main folder, why?!

    • @obrxlx
      @obrxlx ปีที่แล้ว

      Caching purposes

  • @asfakhusain1133
    @asfakhusain1133 2 ปีที่แล้ว

    This is awesome tutorial. Would you do this same for Frontend

    • @TomDoesTech
      @TomDoesTech  2 ปีที่แล้ว

      Frontend is much simpler IMO, if you use something like Next.js the layout is already partly done and deployment is simpler too.

  • @nhieljeff2156
    @nhieljeff2156 2 ปีที่แล้ว

    gold

  • @howuseehim
    @howuseehim ปีที่แล้ว

    JavaScript is the superior framework

  • @euanmorgann
    @euanmorgann ปีที่แล้ว +1

    Thank you for this!
    Would you recommend typebox over fastify-zod?