Why So Many Developers Choose NestJS?

  Рет қаралды 6,596

Tech Vision

Tech Vision

Күн бұрын

Looking at NestJS's key features and why it's so popular

Пікірлер: 61
@dev.sudojv
@dev.sudojv Ай бұрын
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
@muneefaltamimi8677
@muneefaltamimi8677 Ай бұрын
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.
@dmsnm
@dmsnm 10 күн бұрын
If you are so concerned about speed, write your code in vanilla Node JS 😏
@souhailDevv
@souhailDevv Ай бұрын
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
@TechVisionExplained
@TechVisionExplained Ай бұрын
@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 🤜🤛
@gruntaxeman3740
@gruntaxeman3740 7 күн бұрын
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.
@ALVIERIDEVELOPER
@ALVIERIDEVELOPER Ай бұрын
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.
@TechVisionExplained
@TechVisionExplained Ай бұрын
Hey glad you enjoyed the content, that's actually a great Idea 💡💜
@combatninjaturtle
@combatninjaturtle Ай бұрын
Nestjs is just Angular for backend.
@nevilleraheemdavis5568
@nevilleraheemdavis5568 Ай бұрын
Finally someone said it 😂
@daveoki
@daveoki Ай бұрын
Love your content man. GraphQL guide would be nice.
@mtsa_lekod
@mtsa_lekod 18 күн бұрын
Your channel is gold Also, beautiful smile!
@markjones6894
@markjones6894 Ай бұрын
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.
@dany.8503
@dany.8503 21 күн бұрын
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
@ramzivoidmaster2029
@ramzivoidmaster2029 14 күн бұрын
Express is the GOAT
@scott8587
@scott8587 Ай бұрын
i'm willing to try nestsjs because your vibe! great video
@TechVisionExplained
@TechVisionExplained Ай бұрын
Thank you for the kind words, gives me fuel to keep posting and making even better videos 🙏💜
@mnchabel8402
@mnchabel8402 Ай бұрын
Please do a comparison between Honojs and Nestjs.
@gheorghe-valer
@gheorghe-valer 20 күн бұрын
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.
@TechVisionExplained
@TechVisionExplained 19 күн бұрын
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.
@user-ui8fb5qd9x
@user-ui8fb5qd9x Ай бұрын
You smiled the whole time. You really love nest 😂✌🏾✌🏾
@TechVisionExplained
@TechVisionExplained Ай бұрын
I guess smiling when I talk is my default setting 😅
@bigspidey
@bigspidey Ай бұрын
I've been smiling the entire watching the video 😊
@TechVisionExplained
@TechVisionExplained Ай бұрын
Always a pleasure to send good vibes 😎
@vellaiameer7701
@vellaiameer7701 Ай бұрын
Awesome content. Please explain refresh token authentication concept.
@lysendertrades
@lysendertrades Ай бұрын
We've been using NestJS for years. Upgrades are nice too, we are able to catch up with the latest version with minor adjustments.
@Dreamff94-s2x
@Dreamff94-s2x Ай бұрын
in where in company or freelancing
@lysendertrades
@lysendertrades Ай бұрын
@@Dreamff94-s2x Startup company
@AneudysAmparo
@AneudysAmparo Ай бұрын
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.
@TechVisionExplained
@TechVisionExplained Ай бұрын
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 💪
@prakashraj4519
@prakashraj4519 Ай бұрын
Loved your video
@imakhlaqXD
@imakhlaqXD Ай бұрын
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
@mujibulhaquetanim
@mujibulhaquetanim Ай бұрын
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.
@TechVisionExplained
@TechVisionExplained Ай бұрын
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
@mujibulhaquetanim
@mujibulhaquetanim Ай бұрын
@@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.
@TechVisionExplained
@TechVisionExplained Ай бұрын
@@mujibulhaquetanim Glad you got it solved 💪
@shubhsharma19
@shubhsharma19 Ай бұрын
Great video!
@TechVisionExplained
@TechVisionExplained Ай бұрын
Thanks glad you enjoyed it
@Faizan-b1u
@Faizan-b1u Ай бұрын
I think smily vision name is better choice for this channel 😅❤️
@TechVisionExplained
@TechVisionExplained Ай бұрын
@Faizan-b1u I actually love it, you made my day 😁💜
@Faizan-b1u
@Faizan-b1u Ай бұрын
@@TechVisionExplained ❤️
@3x10.8_ms
@3x10.8_ms Ай бұрын
can you compare it with Adonis Js? It's a great batteries included framework
@TechVisionExplained
@TechVisionExplained Ай бұрын
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 💜
@Generally2310
@Generally2310 Ай бұрын
NestJs is definitely not JavaScript
@wandenreich770
@wandenreich770 Ай бұрын
Oh well React and Svelte aint JS either
@D_bugit
@D_bugit Ай бұрын
​@@wandenreich770react is js but svelte is not 😂😂😂
@wandenreich770
@wandenreich770 Ай бұрын
@@D_bugit react is JSX not js
@FarukZahra
@FarukZahra 9 күн бұрын
Java Spring 🎉
@mohitkoley7760
@mohitkoley7760 Ай бұрын
Is'nt annotations similar to springboot
@TechVisionExplained
@TechVisionExplained Ай бұрын
Yup absolutely, they have the same purpose but different language 👍
@D_bugit
@D_bugit Ай бұрын
Nest js feels like spring boot style.... Using @derivates
@samuelfreeman8704
@samuelfreeman8704 Ай бұрын
Hello sir ,pls be my mentor 🙏
@TechVisionExplained
@TechVisionExplained Ай бұрын
@samuelfreeman8704 Stay tuned my friend much more contend coming 😁💜
@MightyMoud
@MightyMoud Ай бұрын
AdonisJS is far better in my view. Worked with both. Nest is good, but it is not battery included and that sucks
@TechVisionExplained
@TechVisionExplained Ай бұрын
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 💪
@matthieu875
@matthieu875 Ай бұрын
are you french?
@TechVisionExplained
@TechVisionExplained Ай бұрын
Looks like my accent has betrayed me 😆
@RootsterAnon
@RootsterAnon Ай бұрын
lol, no.
@HorbaHotelOwner
@HorbaHotelOwner 24 күн бұрын
Lol, yes.
@RootsterAnon
@RootsterAnon 23 күн бұрын
@@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?
@TerriTerriHotSauce
@TerriTerriHotSauce Ай бұрын
So Many?? loll
I Discovered a Better Approach to NestJS Configuration
3:41
Tech Vision
Рет қаралды 1,5 М.
AdonisJS vs NestJS | NodeJS API Frameworks
1:34:32
Marius Espejo
Рет қаралды 18 М.
Bend The Impossible Bar Win $1,000
00:57
Stokes Twins
Рет қаралды 42 МЛН
拉了好大一坨#斗罗大陆#唐三小舞#小丑
00:11
超凡蜘蛛
Рет қаралды 16 МЛН
Reacting to Controversial Opinions of Software Engineers
9:18
Fireship
Рет қаралды 2,1 МЛН
Every NestJS Concept Explained in 9 Minutes
9:19
Tech Vision
Рет қаралды 16 М.
Why Most Programmers DON'T Last
18:56
Thriving Technologist
Рет қаралды 306 М.
If you want to start a software business, watch this | Lisbon, July 15
14:22
NestJS Crash Course: Learn in 25 Minutes
26:30
Tech Vision
Рет қаралды 4,7 М.
5 Design Patterns That Are ACTUALLY Used By Developers
9:27
Alex Hyett
Рет қаралды 263 М.
Why aren't you using Fastify? Or Koa? Or NestJS?
9:58
Maximilian Schwarzmüller
Рет қаралды 48 М.
Bend The Impossible Bar Win $1,000
00:57
Stokes Twins
Рет қаралды 42 МЛН