I smell 100k subscriber on this channel in under a year VERY VERY VERY GREAT CONTENT (both quality of editing and also the content) keep up the good work I love the smile
@souhailDevv thank you so much for noticing the hard work, I see that you also publish content so you know how much work this is 💜, I can't even realise that I'm nearly at 1K, so 100K seems very far, but who knows Keep up the good work too 🤜🤛
i took a crash course learning NestJS a few months ago. I kinda like that it is opinionated because at least I know the basics of it. Kinda like a tutorial part. But I stopped learning it when people said it's slow compared to other backend frameworks/libraries. But I'm really glad I found this video because it intrigued me and made me search a little more. And with that curiosity, I just found out that you can either use NestJS with ExpressJS or Fastify. Welp, looks like I'll revisit NestJS
Slow is really relative to what you build, Node.js is not for performance critical app/services or CPU intensive tasks, Go or Java is absolutely the way to go in these use cases.
Love you work man. Can you create a tutorial on building an API with Nest and connecting it to a frontend, just like in real life (performing CRUD ops, authentication...). It may be a huge ask but there isnt much of this out there on nest especially.
I've used NestJS on several projects and main reason is that there are other devs that doesn't know anything about backend so they may need to fix something if I'm not available. So for me the strength is that is Typescript (Javascript). Other strength is or course NPM ecosystem and there are plenty of stuff made already. In fact NestJS fits almost every case so it works then too when requirements are not clear (which is normal when creating business software). I however do like more writing backend on Quarkus or Go-fiber if they can cut it because of efficiency and better language.
Short answer, none 😅. Long answer is that it really depends on what you want to optimise for, what is your team used and to some extent what database you are using. One way of looking at this is, "What problem does the ORM solve for you?" and "Is that problem realy worth solving?" Hope that makes sense. Next moth I'll cover database connection so might give more insight on the topic.
@@TechVisionExplained PostgreSQL. For your question: "What problem does the ORM solve for you?" I need to expose and interact with the data on the service layer. What were you using on large projects with relational database?
That was a informative video. Just one request: Can you make a video on how to use Git with nestjs, because as far as i know it doesn't allow pushing code in the main branch directly. One has to push it to the other branch first. I am little bit confused about it.
In principle you should be able to do whatever you want with Git, Nest does not impose anything about the way you use version control. If your version control is managed by your company maybe there are some rules in place to prevent people to push directly to the main branch. And you might need to do submit a pull request instead. Hope that makes sense
@@TechVisionExplained Thank you for your response. The issue originated from the default .git file that was automatically installed during the NestJS project setup. when i removed it, it solved the following issue: The git repository at "c:\Users\hp\Documents\Codes\NestJS-Server" has too many active changes, only a subset of Git features will be enabled.
Well man! Good content, but title for me was like a clickbait 😂 I thought that NestJS introduced something new. I used nestJS in the pass and if you come from Angular you will be very familiar with it.
Glad you enjoyed the content though 😅, and thank you for taking the time to leave a comment. Always happy to receive constructive feedback and improve on each video 💪
This is great idea 👍, I'm actually still learning Adonis and I want to give it a bit more time and maybe build a full project with Adonis before I can make a meaningflu comparison. But I must say sofar I'm really enjoying AdonisJS 💜
As someone who has worked with spring boot, nest and go. I don't think nest is worth it. Its complex for no reason i dont understand why u need modules. Their is lots of stuff that adds complexcity without any reason.. if they were copying spring than they should have just replicated spring in ts. They mixed angular in between and let me tell you thats a recipe for disaster. It might me unpopular opinion but nest is dogshit with unnecessary complexity and no performance benefits. If u need enterprise opinionated ( clean or hexagonal architecture ) then use spring if need raw performance go with go. If want to yolo dolo express/koa
AdonisJS seems great indeed. And you know what I actually thought about doing a comparison between the two. I started a using AdonisJS a few month ago so I'm going to give myself a few more month maybe build a a project or two before making the video. At the end of the day the best framework is whichever alows you to achive your goals 💪
@@HorbaHotelOwner what are you smoking? it's the least performant stack. if you wanna make calculator backend yes, you can use it. tf is with these js fa6s?
I smell 100k subscriber on this channel in under a year
VERY VERY VERY GREAT CONTENT (both quality of editing and also the content)
keep up the good work
I love the smile
@souhailDevv thank you so much for noticing the hard work, I see that you also publish content so you know how much work this is 💜, I can't even realise that I'm nearly at 1K, so 100K seems very far, but who knows
Keep up the good work too 🤜🤛
i took a crash course learning NestJS a few months ago. I kinda like that it is opinionated because at least I know the basics of it. Kinda like a tutorial part. But I stopped learning it when people said it's slow compared to other backend frameworks/libraries.
But I'm really glad I found this video because it intrigued me and made me search a little more. And with that curiosity, I just found out that you can either use NestJS with ExpressJS or Fastify. Welp, looks like I'll revisit NestJS
Slow is really relative to what you build, Node.js is not for performance critical app/services or CPU intensive tasks, Go or Java is absolutely the way to go in these use cases.
If you are so concerned about speed, write your code in vanilla Node JS 😏
Love you work man. Can you create a tutorial on building an API with Nest and connecting it to a frontend, just like in real life (performing CRUD ops, authentication...). It may be a huge ask but there isnt much of this out there on nest especially.
Hey glad you enjoyed the content, that's actually a great Idea 💡💜
Do it in Express and you have to spend the first hours in configuration, Do it in NestJs and you have an architecture ready to develop
Express is the GOAT
I've used NestJS on several projects and main reason is that there are other devs that doesn't know anything about backend so they may need to fix something if I'm not available.
So for me the strength is that is Typescript (Javascript).
Other strength is or course NPM ecosystem and there are plenty of stuff made already. In fact NestJS fits almost every case so it works then too when requirements are not clear (which is normal when creating business software).
I however do like more writing backend on Quarkus or Go-fiber if they can cut it because of efficiency and better language.
Please make a detailed nest js tutorial 🙏
i'm willing to try nestsjs because your vibe!
great video
Thank you for the kind words, gives me fuel to keep posting and making even better videos 🙏💜
Love your content man. GraphQL guide would be nice.
Your channel is gold
Also, beautiful smile!
Please do a comparison between Honojs and Nestjs.
Nestjs + angular + Nx monorepo = best stack ever
I would like to see standalone feature on nestjs like angular did
Awesome content my man, great job ! Is it possible to do a video on the integration of supabase auth and db with NestJS? Keep up the good work.
You smiled the whole time. You really love nest 😂✌🏾✌🏾
I guess smiling when I talk is my default setting 😅
Nestjs is just Angular for backend.
Finally someone said it 😂
Great Video. For the ORM on a large project do you recommend to go with TypeORM or Prisma? or any other based on your experience? thank you.
Short answer, none 😅.
Long answer is that it really depends on what you want to optimise for, what is your team used and to some extent what database you are using. One way of looking at this is, "What problem does the ORM solve for you?" and "Is that problem realy worth solving?"
Hope that makes sense. Next moth I'll cover database connection so might give more insight on the topic.
Try Drizzle orm
@@chambaderaphael8946 thank you
@@TechVisionExplained PostgreSQL. For your question: "What problem does the ORM solve for you?" I need to expose and interact with the data on the service layer. What were you using on large projects with relational database?
That was a informative video. Just one request: Can you make a video on how to use Git with nestjs, because as far as i know it doesn't allow pushing code in the main branch directly. One has to push it to the other branch first. I am little bit confused about it.
In principle you should be able to do whatever you want with Git, Nest does not impose anything about the way you use version control.
If your version control is managed by your company maybe there are some rules in place to prevent people to push directly to the main branch. And you might need to do submit a pull request instead. Hope that makes sense
@@TechVisionExplained Thank you for your response. The issue originated from the default .git file that was automatically installed during the NestJS project setup. when i removed it, it solved the following issue: The git repository at "c:\Users\hp\Documents\Codes\NestJS-Server" has too many active changes, only a subset of Git features will be enabled.
@@mujibulhaquetanim Glad you got it solved 💪
I've been smiling the entire watching the video 😊
Always a pleasure to send good vibes 😎
Nice video!
Awesome content.
Please explain refresh token authentication concept.
Well man! Good content, but title for me was like a clickbait 😂 I thought that NestJS introduced something new.
I used nestJS in the pass and if you come from Angular you will be very familiar with it.
Glad you enjoyed the content though 😅, and thank you for taking the time to leave a comment. Always happy to receive constructive feedback and improve on each video 💪
Loved your video
Great video!
Thanks glad you enjoyed it
can you compare it with Adonis Js? It's a great batteries included framework
This is great idea 👍, I'm actually still learning Adonis and I want to give it a bit more time and maybe build a full project with Adonis before I can make a meaningflu comparison. But I must say sofar I'm really enjoying AdonisJS 💜
I think smily vision name is better choice for this channel 😅❤️
@Faizan-b1u I actually love it, you made my day 😁💜
@@TechVisionExplained ❤️
Is'nt annotations similar to springboot
Yup absolutely, they have the same purpose but different language 👍
NestJs is definitely not JavaScript
Oh well React and Svelte aint JS either
@@wandenreich770react is js but svelte is not 😂😂😂
@@D_bugit react is JSX not js
We've been using NestJS for years. Upgrades are nice too, we are able to catch up with the latest version with minor adjustments.
in where in company or freelancing
@@Shayarimaste94 Startup company
As someone who has worked with spring boot, nest and go. I don't think nest is worth it. Its complex for no reason i dont understand why u need modules. Their is lots of stuff that adds complexcity without any reason.. if they were copying spring than they should have just replicated spring in ts. They mixed angular in between and let me tell you thats a recipe for disaster. It might me unpopular opinion but nest is dogshit with unnecessary complexity and no performance benefits.
If u need enterprise opinionated ( clean or hexagonal architecture ) then use spring if need raw performance go with go. If want to yolo dolo express/koa
Java Spring 🎉
Nest js feels like spring boot style.... Using @derivates
are you french?
Looks like my accent has betrayed me 😆
Hello sir ,pls be my mentor 🙏
@samuelfreeman8704 Stay tuned my friend much more contend coming 😁💜
AdonisJS is far better in my view. Worked with both. Nest is good, but it is not battery included and that sucks
AdonisJS seems great indeed. And you know what I actually thought about doing a comparison between the two. I started a using AdonisJS a few month ago so I'm going to give myself a few more month maybe build a a project or two before making the video.
At the end of the day the best framework is whichever alows you to achive your goals 💪
lol, no.
Lol, yes.
@@HorbaHotelOwner what are you smoking? it's the least performant stack. if you wanna make calculator backend yes, you can use it. tf is with these js fa6s?
So Many?? loll