Learn Just Enough Fastify to be Productive

  Рет қаралды 20,904

TomDoesTech

TomDoesTech

Күн бұрын

Пікірлер: 52
@akay64x2
@akay64x2 6 ай бұрын
Man I love your approach, like you allow things to stumble and get messed up before fixing it... That is SO much better than just giving the right answer.
@anfytrion
@anfytrion 2 ай бұрын
I am convinced to use Fastify in general👌
@case6339
@case6339 Жыл бұрын
Thank you! That was the most succinct and on point Fastify tutorial I could find on the web. Now I need to find one explaining canonical architecture and folder structure used in professional settings.
@TomDoesTech
@TomDoesTech Жыл бұрын
I have a shorts video about the file structure I use
@case6339
@case6339 Жыл бұрын
@@TomDoesTech Thanks, found it: "How I structure my backend (kzbin.info5n_xq-iwnrY)"
@jaymartinez311
@jaymartinez311 5 ай бұрын
@@case6339Do you have a github repo link maybe to look at the folder structure more closely?
@jaymartinez311
@jaymartinez311 5 ай бұрын
You’re the only person that kept it simple and didn’t use the million and one ways to do this! Thank you a million! People over complicate things waaay to much and i just want to fetch some data and be done with it. I’m not trying to get to fancy and if i am ill use dotnet or axum or anything else. One thing i’ve been searching in the js/ts ecosystem is a folder structure where you extract the callback handlers and not just extract the fastify.get etcs (crud stuff) but with named functions like a normal person. 😂 The messy single file stuff makes my adhd act up 🤪 so a video on a folder structure would be greatly appreciated. Have of what you did i figured out just me saying around because the docs weren’t helpful. Not because everything isn’t there but to me it’s how you present especially the typescript code. This video would be great to update fastify’s typescript docs. They have a schema typing thingy but i just want the basic how to in typescript and this would be a solid contribution to the docs! Awesome video and thank you! following and liking 💪🏾. Oh Drizzle ORM fastify maybe next? 🤔
@KrishnaDasPC
@KrishnaDasPC 6 ай бұрын
Great tutorial. Going to start my next application with it.
@user-ud2vq1nr1e
@user-ud2vq1nr1e 10 ай бұрын
I tried the TS version. It frankly seemed a big headache.. I ll reconsider that I think it's going smooth for you
@IncredibleGilgitBaltistan
@IncredibleGilgitBaltistan Жыл бұрын
The course is awesome thanks 🎉
@bikashkalita8712
@bikashkalita8712 Жыл бұрын
Great video. I got to learn so much from this short tutorial. Could you please make a video on steps a beginner like me to should follow to get a grasp on backend development using fastify.
@bangunny
@bangunny Жыл бұрын
Thank you, could you make a video tutorial for trpc and fastify ?
@yashkc20251
@yashkc20251 Жыл бұрын
Thank you for making this. It was really informative. Btw, what is the name of your vscode theme
@peroforrr7663
@peroforrr7663 Жыл бұрын
you are amazing, keep going
@user-js7ig5hn4p
@user-js7ig5hn4p Жыл бұрын
It would be very interesting to see the swagger setup for fastify A lot of articles that I have seen seem obvious and optimal to me (a lot of boiler plate)
@mike6715b
@mike6715b Жыл бұрын
Have you thought about making a fastify microservice video? Would love to see that
@TomDoesTech
@TomDoesTech Жыл бұрын
Nah, in my mind they don't really have anything to do with each other. Microservices is an architecture and what an API in that architecture is build with is kinda irrelevant. If you know how to build a service with Fastify and you know how to build a microservice arch, you can build microservices with Fastify
@IncredibleGilgitBaltistan
@IncredibleGilgitBaltistan Жыл бұрын
How are you installing these packages? I'm so confused.
@TomDoesTech
@TomDoesTech Жыл бұрын
What do you mean? Use a package manager like yarn or npm
@IncredibleGilgitBaltistan
@IncredibleGilgitBaltistan Жыл бұрын
@@TomDoesTech means you didn't used any commands on the screen
@allisfehr
@allisfehr Жыл бұрын
I don’t know how you’re able to jump from one technology to the next. I am still learning T3, let alone still getting experience with React/Typescript/JavaScript /random packages in general. Difficult to move on to something else without forgetting the last thing I’ve been trying to learn. Are you knowledgeable in creating recursive functions? Namely for typing, mapping, (& possibly validating via zod) recursive Prisma models.
@TannerBarcelos
@TannerBarcelos Жыл бұрын
Experience helps learn new things relating to what you already know. So, if you know JavaScript and express, as well as about REST and api design, then fastify is easy because you know what an api is, what they do etc. you’d just learn how the framework does it. It’s hard to make that switch in mentality - I even struggle with it. But, if you think of it as a different tool for doing the same thing you already know, then it’s easier
@euanmorgann
@euanmorgann Жыл бұрын
I am creaming for more Fastify content
@TomDoesTech
@TomDoesTech Жыл бұрын
I get it
@TomDoesTech
@TomDoesTech Жыл бұрын
I read this comment to my wife, she laughed :)
@euanmorgann
@euanmorgann Жыл бұрын
@@TomDoesTech At least I've made one woman laugh this valentines day 😂 my partner... not so much
@sourishdutta9600
@sourishdutta9600 Жыл бұрын
Can you build a large scale application with trpc ?? Like multi tenant application, complex data query form rpc to another rpc, execution context. And also what are the limitations than using normal rest and graphql.
@TomDoesTech
@TomDoesTech Жыл бұрын
I could but I don't really like making videos that cover so many topics. Is there anything specific that you want to know?
@FlowerNewton
@FlowerNewton Жыл бұрын
@@TomDoesTech any chance of covering how to deploy the T3 stack (which features TRPC) on AWS rather than vercel? E.g. using lambdas for TRPC
@adriantworek1057
@adriantworek1057 Жыл бұрын
Hi Tom, is there a way to somehow connect Next-Auth with standalone Express/Fastify server that will be receiving session object with middleware? I do know T3 stack is awesome, but if an application is about to grow, then maybe having separate backend would be a better solution?
@khashe
@khashe Жыл бұрын
Hey Tom, have you ever used Nestjs and have any thoughts on it? Been playing around with it and it's pretty tightly coupled with Fastify.
@TomDoesTech
@TomDoesTech Жыл бұрын
Yeah I do use Nest but honestly I wouldn't start a new project with it. It's just a lot of boilerplate and I don't think the advantages that it comes with are worth it for me
@AsfakHusain-m9u
@AsfakHusain-m9u Жыл бұрын
what's your vs code theme
@fnx4518
@fnx4518 Жыл бұрын
Hi Tom, what vscode theme are you using?
@sbcar824
@sbcar824 Жыл бұрын
Hi @fnx, did you find the theme?
@vitaliiboichuk6390
@vitaliiboichuk6390 Жыл бұрын
@@sbcar824 it's bearded theme monokai black
@עומרפריאל
@עומרפריאל 4 ай бұрын
Better then Express. But still not simple and good (in general) as FastAPI In the end I personally prefer Python over TypeScript for build Backend APIs
@io_inc
@io_inc 3 ай бұрын
i wish there was someone to help me build a couchdb plugin
@Fizzify
@Fizzify Жыл бұрын
What theme are you using?
@rockNbrain
@rockNbrain Жыл бұрын
Hey Tom, do you feel that fastify is really much faster than express ? or it should not be consider the best part of fastfy at all ... and maybe all ecosystem and TS suport is the real deal ?
@TomDoesTech
@TomDoesTech Жыл бұрын
I'm not sure about speed to be honest and I don't really care that much. The real selling point for me is the hooks, decorators, ecosystem and overall code quality
@rockNbrain
@rockNbrain Жыл бұрын
@@TomDoesTech Nice, tks bro
@pawan29121991
@pawan29121991 Жыл бұрын
how can we move/migrate hapi plugins to fastify plugin
@TomDoesTech
@TomDoesTech Жыл бұрын
Refactor your code? I don't know
@Muhammed-nani964
@Muhammed-nani964 Жыл бұрын
does it have , all express package support and is it better than nest js ??
@TomDoesTech
@TomDoesTech Жыл бұрын
What do you mean by npm package support? It women stop you from installing NPM packages. Sorry not sure how to answer that question. You can't compare it to Nest, you can use Fastify with Nest but I don't like Nest.
@Muhammed-nani964
@Muhammed-nani964 Жыл бұрын
@@TomDoesTech I mean all express packages ! Does it have compatibility with all express packages or !?
@TomDoesTech
@TomDoesTech Жыл бұрын
@@Muhammed-nani964 No, you can't use express packages. Fastify has it's own ecosystem
@howuseehim
@howuseehim Жыл бұрын
i can't make the vies plugin works i am gettin reply.view is not a function
@TomDoesTech
@TomDoesTech Жыл бұрын
Did you register it before you tried to use it?
@nexxel
@nexxel Жыл бұрын
Hi Tom there's a typo in the title
@TomDoesTech
@TomDoesTech Жыл бұрын
Of course there is :facepalm, thank you!
Learn Just Enough Git to be Productive
19:41
TomDoesTech
Рет қаралды 2,4 М.
这三姐弟太会藏了!#小丑#天使#路飞#家庭#搞笑
00:24
家庭搞笑日记
Рет қаралды 124 МЛН
отомстил?
00:56
История одного вокалиста
Рет қаралды 6 МЛН
The Joker wanted to stand at the front, but unexpectedly was beaten up by Officer Rabbit
00:12
小丑在游泳池做什么#short #angel #clown
00:13
Super Beauty team
Рет қаралды 40 МЛН
I WISH I Knew These Tailwind Tips Earlier
9:15
Theo - t3․gg
Рет қаралды 187 М.
Fastify Course 🚀 The Performant Node.js Web Framework
36:30
Learn Redis in 40 Minutes - Upstash Redis
41:48
TomDoesTech
Рет қаралды 4,8 М.
Build a RESTful API with Fastify, Prisma & TypeScript
1:21:35
TomDoesTech
Рет қаралды 62 М.
I Cannot Believe TypeScript Recommends You Do This!
7:45
Web Dev Simplified
Рет қаралды 171 М.
Fastify Crash Course | Node.js Framework
39:43
Traversy Media
Рет қаралды 142 М.
How I Would Build a Software System for Scale
15:54
TomDoesTech
Рет қаралды 5 М.
Masterclass | Mastering Node.js Backends
1:58:52
Platformatic
Рет қаралды 22 М.
Turns out REST APIs weren't the answer (and that's OK!)
10:38
Dylan Beattie
Рет қаралды 158 М.
这三姐弟太会藏了!#小丑#天使#路飞#家庭#搞笑
00:24
家庭搞笑日记
Рет қаралды 124 МЛН