I started as a Python dev so when it comes to speed of development Flask is my first choice. Vue for frontend because React has a steeper learning curve to achieve something you can do with Vuejs . For backend I prefer SQL. The data validation and required structure it offers will make sure that you will less likely get a messy dataset in the long run
I think you made very reasonable decisions in picking your tech stack. Python + Flask is a really good combo as long as you don't mind learning context switching to JavaScript for the front-end.
@@SuboptimalEng Yeah. I personally prefer to be backend dev because I suck in designing so I don't give my full efforts being good in frontend programming. Just to share, I just relearned vuejs few days ago (haven't use it for 2yrs) because I applied for a backend dev position which required me to create a mini web app (front and back) the backend was not a problem for me but got worried with the frontend. Luckily vuejs is so simple that it allows me to relearn all I need in just 1 day that's why I really love Vuejs
@@astronemir no. I'm more of a visual learner so I watch here in TH-cam. I just searched for vuejs crash course. The one that already includes vuex and vue-router. I watch the latest one from traversy then if there are some difference on the latest version of vue to the tutorial, I look for other tutorials to complement it and check the official docs. I learn faster that way.
As a software engineer in a Japanese company, spring boot and ruby on rails are the best backend. I'm sticking with what the enterprise always chooses. Plus I love anime!
I learn Flask, but fast api is growing in popularity, its is also a micro framework, but simple, flexible asynchronous and fast. So my stack right now is React, flask and mongo. But want to try fast api and django and sometimes use postgres
Bro thank you so much , I was really really nervous which on to choose for full-stack but fortunately , i have clicked ur video Thank Thanks A lotttttt brooo
Hey thank you for this video! This really helped and will likely drive my decision with a coding bootcamp. I miraculously may have met my business partner while watching this video. 💯💯
I can't wrap my head around writing nodejs and mongo, and then using that with the react frontend. Is it as if I'm hitting an API? Having to write backend routes and all that gets me 😬
That stack is 🔥. However, I feel you can’t actually go wrong either way you decide. It comes down to what you like. I’ve used Vue, React, Tailwind, Vuetify, Bootstrap, AnTDesign, Postgres, MySQL, SQLite interchangeably in different projects, but I’ve only ever worked with Django for the backend even though I also can use rails and laravel. I for one, don’t get why people say using JavaScript for both backend and frontend is better than knowing more than one programming language. If you’ve understood how any programming language works really, it’s easy to pickup another one. Just find what suites you.
People who discourage using other languages are generally exclusively JS programmers, and there are tons on them. I'm an absolute beginner when it comes to webdev who hasn't even had a real job yet, and I'm already intermediate level in C++, Python, and JS. Tying your professional identity to a particular technology is like hardcoding a limit to your potential imo
@@biskitpagla Yeah, I think understanding how other tech and languages work is really exciting. After this video, I looked into Node backend development with Express and I’ve got to say, it’s really a cool backend tech too. It was relatively easy for me grasp the concepts because i already am used to building APIs and I enjoy it more than the frontend. The Nosql mongodb is a nice shift from my traditional relational SQL databases. I’m already on my second project with Express and I can see myself using a different backend tech for building apps other than Django just because i enjoy working with it, not because I just want to use JS for the front and back.
I'm surprised that you didn't mentioned PHP with Laravel which is the largest market share in web development. Also development time and scalability is also better than most of the frameworks with Laravel
Your explanation abaout Angular is very inaccurate. Angular has the latest version which is Angular 2+. It has been reinvented and completely is different from angular1. though performance wise is not as good as react, code organization is cleaner and features are all out of the box.
If I remember correctly, Firebase allows you to store data directly from your frontend without the need for a backend. So Firebase can replace Node.js + MongoDB. It can be a good option to start off with Firebase if you are familiar with frontend development, but you should probably (at some point) build a backend with Node.js + MongoDB if you want to see how everything fits together.
@@SuboptimalEng thank you, I am quite a beginner in web dev, also an irrelevant question: for an app with Vue that can be also on mobile would you recommend making a PWA, using Ionic or another option
i started out as a javascript dev and now i am both a typescript and python dev. I choose the MERN due to its popularity, now i'm finding out that i love the python web dev ecosystem better and i love writing SQL rather than using an ORM 🤣🤣
@@LearNwithMouLi My reason for changing from the MERN is that, there are a lot of backend server frameworks that comes to loaded features, Express is too minimalist same as flask(python web framework). I desire something that doesn’t require me configuring all the time, that’s why i use django and nestjs these days, and i especially love django because of the ability to have multiple apps in one project - Thus limiting the requirement for microservice architecture. Also i decided to train me with the IBM data analyst course, it deepen my knowledge in sql and writing raw queries. So yeah those are my reason for changing, if you’re looking for something that is in demand rn, i’d suggest you learning Go or Rust, these two languages are system languages like c++ and a lot of companies are trying to incorporate them into their backend applications.
this is not 2022 tech stack for web, this is 2012 tech stack for web. if you want to go backwards, listen to him. If you want web stack from 2022 and beyond, learn this tech stack: BE: actix ; FE: Svelte ; DB: Postgresql
@@SuboptimalEng how can you create a video on what is the best tech stack to leatn if you're not familiar with one of the biggest frameworks that exist?
Those tools automate your backend so using them wouldn’t give you the skills to be a full stack developer. It’s perfectly fine to use them if you are interested in frontend development!
I love the bravery of actually telling us what you think are the best tools.
This is still the best tech stack for getting started (in my opinion)!
I started as a Python dev so when it comes to speed of development Flask is my first choice. Vue for frontend because React has a steeper learning curve to achieve something you can do with Vuejs . For backend I prefer SQL. The data validation and required structure it offers will make sure that you will less likely get a messy dataset in the long run
I think you made very reasonable decisions in picking your tech stack. Python + Flask is a really good combo as long as you don't mind learning context switching to JavaScript for the front-end.
@@SuboptimalEng Yeah. I personally prefer to be backend dev because I suck in designing so I don't give my full efforts being good in frontend programming. Just to share, I just relearned vuejs few days ago (haven't use it for 2yrs) because I applied for a backend dev position which required me to create a mini web app (front and back) the backend was not a problem for me but got worried with the frontend. Luckily vuejs is so simple that it allows me to relearn all I need in just 1 day that's why I really love Vuejs
@@lowkeygaming4716 What did you use for re-learning VueJS, just the docs?
@@astronemir no. I'm more of a visual learner so I watch here in TH-cam. I just searched for vuejs crash course. The one that already includes vuex and vue-router. I watch the latest one from traversy then if there are some difference on the latest version of vue to the tutorial, I look for other tutorials to complement it and check the official docs. I learn faster that way.
@@astronemir you can watch the net ninja here on youtube , he provides quality content
As a software engineer in a Japanese company, spring boot and ruby on rails are the best backend. I'm sticking with what the enterprise always chooses. Plus I love anime!
Dude, your channel is going to grow 100x. Persist! I like your channel.
I learn Flask, but fast api is growing in popularity, its is also a micro framework, but simple, flexible asynchronous and fast.
So my stack right now is React, flask and mongo. But want to try fast api and django and sometimes use postgres
Bro thank you so much ,
I was really really nervous which on to choose for full-stack but fortunately , i have clicked ur video
Thank Thanks A lotttttt brooo
Thank you so much for emphasizing simplicity!
Thanks Ilya!
Thanks. I'm a Vue.js and Nuxt.js developer but I have a plan to learn React.js and then Node.js
Flask / Node for backend React Front End AWS for server Nginx for load balancing
Be a real man, use your own server, get that crapy old pc out of your basement and use it as a server instead.
Hey thank you for this video! This really helped and will likely drive my decision with a coding bootcamp. I miraculously may have met my business partner while watching this video. 💯💯
That’s awesome to hear!
Thank you so much, this is super useful :D
OMG. Finally an explanation I can understand easily. Thank g.
Thank you so much. Really helpful!!
Great video. I'm busy re-inventing myself
Great video dude
Bro i want to make web app but dont have enough money which tech stack should i choose.
You didn't put php frameworks in the popular backend frameworks. Why ?
Especially laravel
@@tieso3828 Unfortunately, I'm not familiar with them. In retrospect, I should've included them.
you are hero sir! Thank you for the hard work
Could you make a video on the full stack T3. What are your thoughts? Thank you
This was such a helpful video thank you
Great and informative video
I can't wrap my head around writing nodejs and mongo, and then using that with the react frontend. Is it as if I'm hitting an API? Having to write backend routes and all that gets me 😬
That’s cool but I’m thinking Angular + Node.js + IDK WTF’n database
I like Angular, Express JS, and SQLServer.
I also use mean stack
@@usmanAli-hw5xu props brother it’s the best stack
That stack is 🔥. However, I feel you can’t actually go wrong either way you decide. It comes down to what you like. I’ve used Vue, React, Tailwind, Vuetify, Bootstrap, AnTDesign, Postgres, MySQL, SQLite interchangeably in different projects, but I’ve only ever worked with Django for the backend even though I also can use rails and laravel. I for one, don’t get why people say using JavaScript for both backend and frontend is better than knowing more than one programming language. If you’ve understood how any programming language works really, it’s easy to pickup another one. Just find what suites you.
People who discourage using other languages are generally exclusively JS programmers, and there are tons on them.
I'm an absolute beginner when it comes to webdev who hasn't even had a real job yet, and I'm already intermediate level in C++, Python, and JS. Tying your professional identity to a particular technology is like hardcoding a limit to your potential imo
@@biskitpagla Yeah, I think understanding how other tech and languages work is really exciting. After this video, I looked into Node backend development with Express and I’ve got to say, it’s really a cool backend tech too. It was relatively easy for me grasp the concepts because i already am used to building APIs and I enjoy it more than the frontend. The Nosql mongodb is a nice shift from my traditional relational SQL databases. I’m already on my second project with Express and I can see myself using a different backend tech for building apps other than Django just because i enjoy working with it, not because I just want to use JS for the front and back.
I'm surprised that you didn't mentioned PHP with Laravel which is the largest market share in web development. Also development time and scalability is also better than most of the frameworks with Laravel
Your explanation abaout Angular is very inaccurate. Angular has the latest version which is Angular 2+. It has been reinvented and completely is different from angular1. though performance wise is not as good as react, code organization is cleaner and features are all out of the box.
" It has been reinvented and completely is different from angular1. "
Then it's not "Angular" anymore and they're just coasting on the name.
This was very helpful
React with Tailwindcss and NodeJS, fucking wisdom right there son!
So he did he told a right thing or what
Whats the best js frontend + java backend or js frontend + python backend ?
Amazing, thank you!
What about firebase as a database and/or backend?
If I remember correctly, Firebase allows you to store data directly from your frontend without the need for a backend. So Firebase can replace Node.js + MongoDB.
It can be a good option to start off with Firebase if you are familiar with frontend development, but you should probably (at some point) build a backend with Node.js + MongoDB if you want to see how everything fits together.
@@SuboptimalEng thank you, I am quite a beginner in web dev, also an irrelevant question: for an app with Vue that can be also on mobile would you recommend making a PWA, using Ionic or another option
@@kostaskoukos3932 no problem! Since you are a beginner, I'd suggest taking the path of least resistance - so a mobile friendly web app with Vue.
What about Laravel for backend?
I never used Laravel so I’m not sure.
@@SuboptimalEng I know it's used with PHP but yea maybe it's not the easiest thing to learn
Thanks. Great video!
Thanks for the video. Could you please also share which mobile app framework is best? And also which cloud platform is best?
i started out as a javascript dev and now i am both a typescript and python dev. I choose the MERN due to its popularity, now i'm finding out that i love the python web dev ecosystem better and i love writing SQL rather than using an ORM 🤣🤣
Raw SQL feels much more natural than using an ORM.
What about the MERN stack does it have the same popularity as why you are continuously changing one to another developer
@@LearNwithMouLi My reason for changing from the MERN is that, there are a lot of backend server frameworks that comes to loaded features, Express is too minimalist same as flask(python web framework). I desire something that doesn’t require me configuring all the time, that’s why i use django and nestjs these days, and i especially love django because of the ability to have multiple apps in one project - Thus limiting the requirement for microservice architecture. Also i decided to train me with the IBM data analyst course, it deepen my knowledge in sql and writing raw queries. So yeah those are my reason for changing, if you’re looking for something that is in demand rn, i’d suggest you learning Go or Rust, these two languages are system languages like c++ and a lot of companies are trying to incorporate them into their backend applications.
Standing ovation 👏👏👏
Liked and subbed.
New subscriber here. How about AWS DynamoDB? it's 100% free right?? and have more storage than free Atlas Tier.
Great video !
One more subscriber. Nice content
mern is trending on 2023.👍️-Time traveller
this is not 2022 tech stack for web, this is 2012 tech stack for web. if you want to go backwards, listen to him. If you want web stack from 2022 and beyond, learn this tech stack: BE: actix ; FE: Svelte ; DB: Postgresql
That's more like 2032
that would be my horror tech stack
What about php / laraval and mysql
I am not familiar with php or laraval.
@@SuboptimalEng how can you create a video on what is the best tech stack to leatn if you're not familiar with one of the biggest frameworks that exist?
I wish I could give you 2 thumbs up! thanks so much!
Glad to hear the video helped!
Angular is old? You're referring to angularJS hopefully, secondly ReactJS is not a framework, its a library
This man gave me a clear answer and gave his opinions, and justifications that make sense, what about you? who are you to judge others?
@@testecleyt7147 how is this judging? I was just correcting a statement he made about a popular technology. If I'm wrong then prove me wrong.
He also called Next JS a library isn't it a framework?
Clearly explained :D
Thanks Akrit!
React/NextJS/NodeJs/MySQL king
Don't forget Tailwind CSS
I use lamp stack
Guess you’re cooked
10:17 no Spring-boot? bullshit
thanks it's a good video
I'll stick with my good ol' LAMP stack.
What about firebase or aws amplify for backend?!
Those tools automate your backend so using them wouldn’t give you the skills to be a full stack developer.
It’s perfectly fine to use them if you are interested in frontend development!
Angular is for enterprise. React and Vue will struggle for that level . Good for startimg though
React holds fine in large scale application if that's what you mean. Dont know about vue.
Most large companies use react as frontend framework. You can check the tech stack. Idk what u r taking about
wheres springboot java
You're a victim of marketing.
what about php / laravel ?
Never worked with them 🤷🏾♂️
Thank same thoughts
MongoDb is in no way the best db, by far the worst on the list and fixes the least amount of problems that you might face.
The hype stack 😂
Java ?
What about it?
@@SuboptimalEng shots fired lol
awesome man! you should make a patreonn account so people can support you
Will consider this! Maybe after 10k subs or so 👀
When i first started with web development i was lost with all the technologies, now years later it's even worse.
How can you find the perfect tech stack, if you were never lost?
- Sun Tzu, Art of Code (probably)
❤
welcome to the JS sponsored video :)
😂
One more subscriber added
i can see you are very underinformed about tech stacks
Discord switched from go to rust :P
comment
like
there is no best tech stack
Can’t disagree with that
Ruby on Rails / Hotwired
Hot take 🥵
Nice work Dude
Thanks Victor 😇