I love Django. Do remember one thing: node is a platform for running code and writing JS apps and Django is a full blown web application framework. A better example would be to compare Nest.js to Django.
@@mostafaalayesh2803not really misleading. If you exclude technicalities the comparison is about basically there are few back end stacks including js/node based and python based like django. So some people would like to know whether to use node based framework or django. I for one came here cause I have a small project and I am torn between django and , you get it, node. I know django has all the bells and whistles but I am thinking of using react, so the temptation is to rather go node, ie js through and through. But I might convinced otherwise, if I learn more about django .... for I am more familiar with node, but I am scrapping the web and python seems to be doing a great job at that.
well we now have async .... in django .. if your for projects where you build it yourself ... django is king you wont believe how fast and how well you will build...
why not both? serious question, I'm an expert in django but I have to write an app using node js for university and I wonder how to combine them I've never used node js
@@abdulhannan288 I would definitely recommend learning Django. It's easy to use and offers extensive functionality, making it a powerful choice for backend development. Django ensures safety with many built-in tools and supports the creation of decent frontend interfaces as well. However, if your goal is to create beautiful, responsive, and high-quality frontends, Node.js might be a better fit. Personally, I found combining both Django for backend and Node.js for frontend to be highly effective. By harnessing the strengths of each, I achieved significantly better results compared to using either framework alone. Ultimately, choosing the right tool depends on your specific project needs and goals, but mastering both Django and Node.js can greatly enhance your ability to develop robust web applications.
I think he watched a video before that there is a way to make Django with multiple requests, so what about the modern versions between Asgi and wsgi, so what is the difference?
JAH BLESS, and why not both? I was that developer marrie with javascript trying to do everything with that but is better to use the tool that is better for the job and combine them. I love the async of node.js for streaming or my online web games or chats but I also love python in large data management and django for that ready to use tools sometimes you have to write your own with node so I really will not compare them because I believe is different, node feels more like a backend language as maybe php more than a framework as Django
node express react if you're fresh Learn Django if you already use python. I used to work with MERN Stack but I find it working with django less stressful. my personal apps are django and I work with Nodejs frameworks when the job needs to.
Popular ..... lol. Not even at a stretch. Not mature, limited libraries, small developer base. It's a nice language but no IT manager is going anywhere near it in it's current state.
sorry, I don't use tutorials anymore, there are many on the net anyway, I learned gradually while working on the website, I didn't use a specific tutorial or something @@rajashekhar433
@@vaibhavwadhavane874 A sepearte node app can run on a dedicated machine is very standard for a backend system. you dont want your frontend and backend to run on same CPU.
Node.Js is uncompromised server-side environment. Plug and unplug whatever you want to you Node.Js service layer. Is more flexible and lighter than Django. Django as a full framework requieres full commitment to the architecture. In my case just don't swallow python yet, almost all python promises seems a lie to me.
This comparison has no point. NodeJS is a runtime for JS While Django is Web framework for Python. Totally different topics. It would be better to compare two web frameworks like django and nestjs(wich i am a big fan of) OR Runtimes nodeJS and cpython
Good point. In my many years in industry, I have heard of 2 local companies doing django. I even tried to search for jobs requiring django and it is zero.... here in NZ😂
@@newafricanforum in MENA most devs learnt PHP in 2007 now they are COE and team leaders and next gen Developers mostly use MERN stack only solo devs like me use Django as full stack development. tool since 2021. Until now I have one interview with a company wannt to add Django dev to their team
@@newafricanforum Large number of programmers are unemployed but Django dev are those never get job , since 2019 i had single interview with tech company and i had rejected foe being useless ,, here in MENA. ( 20 countries)
@@ruksharalam173 Cuz Node has MERN stack both back-end and front-end dev use same code ( same pain) so its most demand by IT Solutions ,But I use Django only for side projects cuz most client are in hurry so Django + Alpinjs + HTMX + Tailwindcss boomb = a Web. App ready for service + admin panel
Yep, and superior in node_modules directory size, superior in using other libraries (even calling python libraries) to make it "work in nodejs-ish style", superior in npm packages with a lot of packages doing the same thing, it really is "superior"...
@@Shyam_Mahanta Technically most of programming languages cosidered as turing complete can handle all of them. It's just the fanbase that blowing it up anyways.
🔥(Discount Link) Get 25% OFF on DataCamp subscription: datacamp.pxf.io/qz4o1Y
🚀 (Discount Link) Learn Django and Achieve Mastery: bit.ly/3Sm17vH
🔥 (Discount Link) Node.js The Complete Guide: bit.ly/46xifCy
bro didn't use any stock videos used himself and recorded them!!! great man excellent!
Appreciate it!
This made me subscribe to his channel instantly.
I love Django. Do remember one thing: node is a platform for running code and writing JS apps and Django is a full blown web application framework.
A better example would be to compare Nest.js to Django.
I'm really speechless after your comment! we can say clearly that comparisons between node and Django are misleading.
@@mostafaalayesh2803not really misleading. If you exclude technicalities the comparison is about basically there are few back end stacks including js/node based and python based like django. So some people would like to know whether to use node based framework or django. I for one came here cause I have a small project and I am torn between django and , you get it, node. I know django has all the bells and whistles but I am thinking of using react, so the temptation is to rather go node, ie js through and through. But I might convinced otherwise, if I learn more about django .... for I am more familiar with node, but I am scrapping the web and python seems to be doing a great job at that.
Django is great... Learn and use what is needed for the project to be a great programmer
Django is easier and better
whats your basis
No python for I/O operations.
@@Tiberiumgod have you heard of Django ninja ?
I thought django can be async now too...
it isnt even a comparison , nodejs is a javascript runtime on the other side , django is a backend framework
I'm with django
Keep going! It's glad to see your content again. Thanks for it! And stay safe at this hard time!
Many thanks! Will do!
well we now have async .... in django .. if your for projects where you build it yourself ... django is king you wont believe how fast and how well you will build...
Thanks for such quality in educational content, Daniel.
You are welcome :)
why not both? serious question, I'm an expert in django but I have to write an app using node js for university and I wonder how to combine them I've never used node js
What do you suggest should i learn Djanogo?
@@abdulhannan288 I would definitely recommend learning Django. It's easy to use and offers extensive functionality, making it a powerful choice for backend development. Django ensures safety with many built-in tools and supports the creation of decent frontend interfaces as well. However, if your goal is to create beautiful, responsive, and high-quality frontends, Node.js might be a better fit. Personally, I found combining both Django for backend and Node.js for frontend to be highly effective. By harnessing the strengths of each, I achieved significantly better results compared to using either framework alone. Ultimately, choosing the right tool depends on your specific project needs and goals, but mastering both Django and Node.js can greatly enhance your ability to develop robust web applications.
Świetny film Daniel! ;)
Proszę bardzo
I think he watched a video before that there is a way to make Django with multiple requests, so what about the modern versions between Asgi and wsgi, so what is the difference?
nodejs, golang shines at cocurrency
I am starting with Django as a freelancer. It's excelent.
why developer use nodejs with express if we have NEXTjs to build fullstack apps????
Scalability
Django is better and easy to use .Big django and python
JAH BLESS, and why not both? I was that developer marrie with javascript trying to do everything with that but is better to use the tool that is better for the job and combine them. I love the async of node.js for streaming or my online web games or chats but I also love python in large data management and django for that ready to use tools sometimes you have to write your own with node so I really will not compare them because I believe is different, node feels more like a backend language as maybe php more than a framework as Django
after working with MERN for a year I'm so relieved that I'm back to django & vanilla JS.
i am beginner, 2024 recently passout, no job should i learn node js or django?
node express react if you're fresh
Learn Django if you already use python.
I used to work with MERN Stack but I find it working with django less stressful. my personal apps are django and I work with Nodejs frameworks when the job needs to.
@@reilwaystation4372 I already know python, but people are saying that there are very less job opening for fresher for django
@@devanshdubey4588same people say for nodejs it is confusing as hell
good compersion. but I would prefer to see code examples more often
NodeJs is great
dopra quta is node js has promise future?
Nodejs is my boy!
I suscribed o the channel and Daniel did appear with thumbs up and sunglasses LOL
Thanks!
super video! Which is the best framework for backend in 2024?
Node is much quicker then python, it's better to comare node with go
Node Js the King 👑
Node JS 🔥
But django is better.
Django is best
Nodejs vs django ?? Golang please 💪 powerful easy popular , big companies start migrating to it , great developer experience and client experience !
Popular ..... lol. Not even at a stretch. Not mature, limited libraries, small developer base. It's a nice language but no IT manager is going anywhere near it in it's current state.
Both are great, but i prefer Django.
Today we are going to compare apples with oranges. Are you ok there?
i use nodejs with express, its nice
Any tutorial to learn and example link please 🙏
sorry, I don't use tutorials anymore, there are many on the net anyway, I learned gradually while working on the website, I didn't use a specific tutorial or something @@rajashekhar433
why you use nodejs with express if we have NEXTjs to build fullstack apps????
@@vaibhavwadhavane874 i use vuejs on frontend and i dont like next
@@vaibhavwadhavane874 A sepearte node app can run on a dedicated machine is very standard for a backend system. you dont want your frontend and backend to run on same CPU.
I thought it is supposed to be express js vs Django.
Node.Js is uncompromised server-side environment. Plug and unplug whatever you want to you Node.Js service layer. Is more flexible and lighter than Django. Django as a full framework requieres full commitment to the architecture. In my case just don't swallow python yet, almost all python promises seems a lie to me.
subscribed to your efforts bro , keep hustling, success will take care of itself 🚀
Appreciate it!
Good suggestion, thx
please, make video laravel vs Node js
This comparison has no point.
NodeJS is a runtime for JS
While Django is Web framework for Python.
Totally different topics.
It would be better to compare two web frameworks like django and nestjs(wich i am a big fan of)
OR
Runtimes nodeJS and cpython
Daniel, can you make more videos about data analytics?
Will make soon
They are not the same thing, Python can be compared to Node and not django
Node Node Node
love the accent
not bad, thanks
Django is great for be jobless 😂
What about spring boot?
Django Django Django
Django is the Best
Learn Django if you wanna be jobless
Good point. In my many years in industry, I have heard of 2 local companies doing django. I even tried to search for jobs requiring django and it is zero.... here in NZ😂
Compared to Node + React jobs, Django jobs are far less indeed.
@@newafricanforum in MENA most devs learnt PHP in 2007 now they are COE and team leaders and next gen Developers mostly use MERN stack only solo devs like me use Django as full stack development. tool since 2021. Until now I have one interview with a company wannt to add Django dev to their team
@@newafricanforum Large number of programmers are unemployed but Django dev are those never get job , since 2019 i had single interview with tech company and i had rejected foe being useless ,, here in MENA. ( 20 countries)
@@ruksharalam173 Cuz Node has MERN stack both back-end and front-end dev use same code ( same pain) so its most demand by IT Solutions ,But I use Django only for side projects cuz most client are in hurry so Django + Alpinjs + HTMX + Tailwindcss boomb = a Web. App ready for service + admin panel
both
Node Js
nodejs is superior in everyway
In security?!
Yep, and superior in node_modules directory size, superior in using other libraries (even calling python libraries) to make it "work in nodejs-ish style", superior in npm packages with a lot of packages doing the same thing, it really is "superior"...
why you use nodejs with express if we have NEXTjs to build fullstack apps????
@@ah89971no platform will be secure out of the box. Whatever you use, you will have to deal with security issues one way or another.😢
@@Shyam_Mahanta Technically most of programming languages cosidered as turing complete can handle all of them. It's just the fanbase that blowing it up anyways.
Russian??
nope
Next js
Node for noobs ,i will prefer golang fiber over node
absolutely
Sir Is easy for beginners