Dude your channel is the best thing that I have found this year, you singlehandely are giving me the push to learn programming again, thanks a lot man its really appreciated
Very concise introduction and I definitely prefer learning about new tech with videos like yours than going thru docs and blogposts :) Like how Fastify is like Next.js, in which more boilerplate is set up for routing and data handing out of the box, and transitioning from Express mindset to Fastify is pretty smooth!
Would you consider doing a video about user roles and authorization? There's very little practical content on youtube addressing it. I find mostly demos. And you're great at explaining everything so clearly, so I hope you will consider it. Thanks.
Can we get a SQL tutorial? In your ORMs series, you used stuff like indexes, roles, enums, types etc along with so many psql cli commands. It'd be great if you did a refresher on them for SQL enthusiasts
Dude your channel is the best thing that I have found this year, you singlehandely are giving me the push to learn programming again, thanks a lot man its really appreciated
thanks, I'm very happy to hear that, keep learning and growing 👍
Please make more videos on fastify API + passport Jwt. Thank you!
Where have gone? Come back, community needs you 😭
Very concise introduction and I definitely prefer learning about new tech with videos like yours than going thru docs and blogposts :) Like how Fastify is like Next.js, in which more boilerplate is set up for routing and data handing out of the box, and transitioning from Express mindset to Fastify is pretty smooth!
Would you consider doing a video about user roles and authorization? There's very little practical content on youtube addressing it. I find mostly demos. And you're great at explaining everything so clearly, so I hope you will consider it. Thanks.
So sad you are not doing videos anymore. Really liked your channel
Yeah man. I hope hes alright.
Hello Classsed, missing you! Hope you do another tutorial some time. Thanks.
Where are you these days, no tutorial coming ?
omg )) was surprised to see your desktop wallpaper almost the same as mine :DDDD
the goat posts again
:D
Full Project with Fastify 🔥🔥🔥 @Classsed
Ok, I'll cook something up ;)
Full project with fastify will be perfect!
I am not sure that I will use it in the near future, but I like your bg picture :D
anyway, ty.
Where you are man ..... what happened to classed ???
brooo where are you
In-dept tutorial with fastify + typescript
Excellent update 🤩🤩
I really hope you come back soon, even with paid contents💔
Are you still alive?!
hey Ahmed, what do you think about nestjs ? and could/will you do a tutorial on it in the future ?
Any new tutorial (clone) coming?? Eagerly waiting....
Can we get a SQL tutorial? In your ORMs series, you used stuff like indexes, roles, enums, types etc along with so many psql cli commands. It'd be great if you did a refresher on them for SQL enthusiasts
Where r u bro? Long time no upload? R u okay?
Waiting for full project
Hi. come back bro.
This is really cool :) and
is there any other simple and fast Interface Designing Language like (Swagger)?
nice tutorial.. can you give me the link of your wallpaper?
www.uhdpaper.com/2019/03/sunset-horizon-scenery-landscape-art-4k_27.html
Damn. Much better than express with this short introduction.
Can you make tutorial on Redux first router
Thank you
No problem :)
yes we want full project
Cool
😲 Nice~
Make a video on KOA-Js please..;
I will :D
They named it Fastify, that's so brave 😎
yeah, their number 1 priority is being fast
thank's for this amazing content ❤❤💯
You're welcome bro :)
hope to see it in a project soon
nice one
Thanks
Please make a full project in fastify
I will
@@Classsed Thanks a lot
test
@@Cherupakstmt , test
Is fastify production ready ?
Absolutely, for creating REST APIs it's way better than epxress
@@Classsed love you work bro... I mean pro 👍👍
fastify is great if you do in core javascript. But with typescript its become confusing. Ending up with :any everywhere mostly :)
that's true, I'm surprised no one wrote types for it yet
Personally I prefer it with typescript, It's true that types are not yet fully written but I often use to rewrite a lot of things and its ok
NodeJS server + Nginx + Load Balancer - I request you to make a video about it
I covered nodejs and nginx a coupe of times already
Dude…fastify is great…my question where can we deploy for free
I think fastify so far better than express because alot of modules already come with it.
An aws advocate recently made a video claiming Fastify is the fastest around bar none.
it is, it's even faster than a vanilla nodejs server haha
@@Classsed Thanks dude, part of the Nest framework as well.
yes :D
i tried the typescript, and my code became spaghetti :)))
Yeah, the integration with TS is lacking a lot for Fastify, hopefully that will change soon
Try nestjs with fastify server
Speed yes but the lacking type of support.
Second???
Good introduction.
You can also npm insall --save-dev @types/fastify to get better editor support.