Fastify Course 🚀 The Performant Node.js Web Framework

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

КОМЕНТАРІ • 31

  • @nikolcenalevski5164
    @nikolcenalevski5164 9 місяців тому +5

    wonderful introduction to "fastify", nicely explained and understandable by any beginner. thank you for your presentation.

    • @nltech1
      @nltech1  9 місяців тому

      Glad it was helpful!

  • @dageddy
    @dageddy 9 місяців тому +2

    Very nice introduction. I’m enjoying learning about fastify. Your comments about the syntax are also useful.

    • @nltech1
      @nltech1  9 місяців тому

      Thank you! I'm really glad you find learning about fastify enjoyable!

  • @cannabisanomaly
    @cannabisanomaly 6 місяців тому +1

    Thank you for the super helpful and concise video! I had a question about the use of `process.exit(1)` being used on your catch statement; I know it's a common practice I see on a lot of YT channels, but if you read the modal that pops up when you hover over process.exit(), Node actually states it's unnecessary to include it in most cases. This is because that the try-catch block inherently will handle the error and exit accordingly, but you also run the risk of prematurely terminating any asynchronous functionality when you execute process.exit.
    Just curious to hear what your take on that is, as I'm confused as well, haha. It's a habit I do myself, that's for sure.

  • @anuj7286
    @anuj7286 Рік тому +3

    This is a quick and simple tutorial to learn Fastify. Thanks, sir

    • @nltech1
      @nltech1  Рік тому +2

      Thanks! Glad you liked it!

    • @anuj7286
      @anuj7286 Рік тому

      @@nltech1 can we deploy fastify to EC2 instance easily?

    • @anuj7286
      @anuj7286 Рік тому

      I could not able to connect mySQL could please create a short tutorial?

  • @IlyaIzr
    @IlyaIzr 2 місяці тому

    Good intro, thanks!
    Are there any pitfalls to use it with typescript or you just went with vanilla to focus on the subject?

  • @samsloanmusic1749
    @samsloanmusic1749 7 місяців тому

    Great video! I noticed you used a different syntax for database connection than most of the documentation I've seen. Usually it's the `connectionString` syntax. What is the difference?

  • @prashlovessamosa
    @prashlovessamosa 3 місяці тому

    Thanks quick and crisp.

  • @dwyt
    @dwyt 2 місяці тому

    Great video! Thank you

  • @rockNbrain
    @rockNbrain Рік тому +2

    Nice job dude! Tks a lot 🎉

  • @umernasir4217
    @umernasir4217 11 місяців тому +1

    What's the font you're using for VS Code? Awesome Content BTW ❤

    • @nltech1
      @nltech1  11 місяців тому

      Thank you! I use Cascadia Code: github.com/microsoft/cascadia-code

  • @IonutBoghean-sb6wx
    @IonutBoghean-sb6wx Рік тому +1

    Very good tutorial, thank you

    • @nltech1
      @nltech1  11 місяців тому +1

      Thank you! I’m glad you found it useful.

  • @nmephchik
    @nmephchik 7 місяців тому

    good video..... without sound

  • @laureanooliva7836
    @laureanooliva7836 Рік тому +1

    Really good content! Thnx

  • @dmsnm
    @dmsnm 7 місяців тому +1

    NestJS has passed Express in GitHub stars

  • @itallovidal9383
    @itallovidal9383 Рік тому +1

    Awesome!

  • @Farham07
    @Farham07 Рік тому

    Nice❤

    • @nltech1
      @nltech1  Рік тому

      Thank you! Glad you liked it.

  • @sumanmodak7859
    @sumanmodak7859 10 місяців тому +2

    This is the worst ever framework when used with typescript. The developers have spoiled the documentation by including so many topic in a staggered way.

    • @Jaood_xD
      @Jaood_xD 9 місяців тому +1

      Do these two sentences correlate?

    • @luca4479
      @luca4479 8 місяців тому

      Its fine. Once ElysiaJS reaches 1.0 I’m rewriting