Build Scalable REST APIs in Node.js with Express, Postgres & SequelizeORM (2-Hour Masterclass)

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

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

  • @typemaster2012
    @typemaster2012 8 หลายเดือนก่อน +4

    You're a great teacher! I understand everything you teach really well. I tried lots of tutorials to learn backend with Postgres, but none worked for me. Then I found your two-hour tutorial, and it taught me everything I needed to know. Now I feel confident making backends for my projects. I've been a frontend developer for 1.5 years, working with React. Now I'm learning to be a full-stack developer with the PERN stack. Thanks for helping me learn!

  • @ketanmoridhara4980
    @ketanmoridhara4980 5 หลายเดือนก่อน +3

    Really a good class, I have knowledge of Nodejs but I don't understand about how could I manage structure of project in it. I learn so much about SequelizeORM. After learn from your master class I'm so much confident about how to handle structure of the project and your way to explain everything is so simple and meaningful, it's matter a lot. In short your video is 2 hours master class but the knowledge I gain is more than double. Thank for making this helpful video

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

    This was an amazing and clear explanation. You rarely find a gem that you feel will help improve your ability on a fundamental level to write code. Thank you!!!

  • @Rohitkumar-xy7bj
    @Rohitkumar-xy7bj หลายเดือนก่อน

    Thank you so much! 😊
    I had a lot of fun watching this video, it was absolutely awesome!
    I learned new things from it, and the way you explained everything made it super easy to understand.
    There are so many videos out there teaching Node and Express, but no one explains it the way you do, with production-level code!
    Please keep doing, make more videos
    Thanks again! 🙏🚀

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

    Thank very much for this video Sir. Please do more videos on PERM - (Postgres, Express, React & Node)

  • @kiseyazu
    @kiseyazu 20 วันที่ผ่านมา

    Thanks, you covered some of the basics. very helpful

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

    thank you bhaiya hut need more complex video on this topic please upload like images upload payment gateway integration and relationship with table's and how to manage with sequelize please upload ❤

  • @kumarrahul2385
    @kumarrahul2385 5 หลายเดือนก่อน

    waah.. maza aa gya sir meko.. meko thodi bahut bs node ki knowledge hai.. aur aapne sequilizer kitne ache se bata dia.. thx.

  • @ashirbadkundu4620
    @ashirbadkundu4620 4 หลายเดือนก่อน

    One Of the Best Video related to Sequelize.

  • @shakilabdusshohid7348
    @shakilabdusshohid7348 วันที่ผ่านมา

    Please a full playlist on sequelize ❤❤❤❤

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

    thanks alot you helped with dealing with postgres and sequelize

  • @clairenabwami188
    @clairenabwami188 4 หลายเดือนก่อน

    Thank you for this video, i have learned a lot. Hoping to get more great videos from you.

  • @arvindsuriya6342
    @arvindsuriya6342 5 หลายเดือนก่อน

    Great Video! Please post more contents. 👏

  • @onechandan
    @onechandan 9 หลายเดือนก่อน +1

    Superb🎉, thanks

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

    Everything was beautifully explained just the part of associations could have been explained more in depth.

  • @alexamaral1134
    @alexamaral1134 4 หลายเดือนก่อน

    Great tutorial! Congratulations!

  • @nadetdevfullstack7041
    @nadetdevfullstack7041 9 หลายเดือนก่อน +1

    Excellent

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

    thank you bro your vids help a lot , keep doing

  • @Deepakverma.Dutech
    @Deepakverma.Dutech หลายเดือนก่อน

    sir you are greate but mujhe english samaj mai ache se nhi aati to mujhe clear nhi ho pa rha. app batane ka tarika acha laga. kya app ek aur video bana sakte hai sequelize ka. sir please bana dijiye

  • @SairamGudiputi
    @SairamGudiputi 4 หลายเดือนก่อน

    Sir i sincearly request, please create more videos like this

  • @joezzynalz
    @joezzynalz 4 หลายเดือนก่อน

    Nice work Babaji

  • @insearchof9090
    @insearchof9090 6 หลายเดือนก่อน +1

    Hey sir, i have a large database table containing lets say 10 fields and 1,00,000 entries. Now i want to access those records based on certain query criteria from PostgreSQL database probably using sequalize or another method you know. Please Help. Make a video. You take your own example for the video like 10 field and 10000 or 1000 entries. Sir🙏🙏

  • @Rekmagar
    @Rekmagar 15 วันที่ผ่านมา

    Thank you so much sir, but how to upload in cpanel of webserver, please help.

  • @diegofirmianodarocha9849
    @diegofirmianodarocha9849 6 หลายเดือนก่อน

    Thank you friend ! Nice job

  • @rebiesjr7247
    @rebiesjr7247 8 หลายเดือนก่อน +1

    in 1:20:54, is it caused by the password validator actually validate the hashed password and not the actual password?

  • @rshelfo1
    @rshelfo1 7 หลายเดือนก่อน

    Fantastic tutorial, covering industry best practices. I am runnign into one issue, however: When I run the migration after creating the `project` migration and model files, the sequelize cli gives me an error about SQL syntax
    ERROR: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '[] NOT NULL, `price` DECIMAL NOT NULL, `shortDescription` TEXT NOT NULL, `descri' at line 1
    I have copied and pasted the code from the github as a sanity check and I am still getting this error.

    • @rshelfo1
      @rshelfo1 7 หลายเดือนก่อน

      I solved this, in case anyone has the same issue. It may have been due to my version mysql-server installed on my ubuntu server. The fix was to change the data type of any of the `arrays` to `json`

  • @ahmedabuteir3019
    @ahmedabuteir3019 5 หลายเดือนก่อน

    thank you alot , nut what extension do you use because i cant see any support for express in vc

  • @mohiburrahman5639
    @mohiburrahman5639 7 หลายเดือนก่อน

    you help me lot. thank you very much!

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

    anyone know of a good teacher like this for some frontend to hook our new backend into?

  • @SarathkumarNatarajanTCS
    @SarathkumarNatarajanTCS 5 หลายเดือนก่อน

    const sequelize = new Sequelize(config[env]); this code is not working for me,i clonned the project and i run all the neccessary dependencies

  • @Nature-zb7li
    @Nature-zb7li 7 หลายเดือนก่อน

    Can you create a custom designed product website using php and MySQL

  • @bottirish
    @bottirish 8 หลายเดือนก่อน +1

    Great

  • @ansor9797
    @ansor9797 4 หลายเดือนก่อน

    why did you use es5 (require) ?

  • @BhavinBhuva-d5m
    @BhavinBhuva-d5m 3 หลายเดือนก่อน

    len solution in password:-
    password: {
    type: DataTypes.STRING,
    allowNull: false,
    validate: {
    len: {
    args: [7, 10],
    msg: 'Password must be between 7 and 10 characters long'
    }
    }
    }

  • @ByteM4ster
    @ByteM4ster 8 หลายเดือนก่อน

    At minute 20 in the video, if I use mysql do I need to install "mySql server" locally first? Because I get issues when I try to do it this way. @Technical Babaji

    • @TechnicalBabaji1
      @TechnicalBabaji1  8 หลายเดือนก่อน

      Make sure you have mysql database in local system then install their driver and you are all set for this video

    • @samad1938
      @samad1938 4 หลายเดือนก่อน

      I am using mysql found this issue Loaded configuration file "config\config.js".
      Using environment "development". how to resolve it

  • @ShahnawazSheikh-rh3dy
    @ShahnawazSheikh-rh3dy 5 หลายเดือนก่อน

    TypeError: user.create is not a function at signup

  • @chairilashar7022
    @chairilashar7022 4 หลายเดือนก่อน

    Add docker plz

  • @jassemtoumi8748
    @jassemtoumi8748 7 หลายเดือนก่อน +1

    Thank you so much Sir