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.
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?
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.
wonderful introduction to "fastify", nicely explained and understandable by any beginner. thank you for your presentation.
Glad it was helpful!
Very nice introduction. I’m enjoying learning about fastify. Your comments about the syntax are also useful.
Thank you! I'm really glad you find learning about fastify enjoyable!
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.
This is a quick and simple tutorial to learn Fastify. Thanks, sir
Thanks! Glad you liked it!
@@nltech1 can we deploy fastify to EC2 instance easily?
I could not able to connect mySQL could please create a short tutorial?
Good intro, thanks!
Are there any pitfalls to use it with typescript or you just went with vanilla to focus on the subject?
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?
Thanks quick and crisp.
Great video! Thank you
Nice job dude! Tks a lot 🎉
Thanks!
What's the font you're using for VS Code? Awesome Content BTW ❤
Thank you! I use Cascadia Code: github.com/microsoft/cascadia-code
Very good tutorial, thank you
Thank you! I’m glad you found it useful.
good video..... without sound
Really good content! Thnx
Thank you!
NestJS has passed Express in GitHub stars
Awesome!
Thanks!
Nice❤
Thank you! Glad you liked it.
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.
Do these two sentences correlate?
Its fine. Once ElysiaJS reaches 1.0 I’m rewriting