Choosing the best backend web development framework is a little bit harder for beginners. With the so many availabilities of web frameworks, itβs c...
For further actions, you may consider blocking this person and/or reporting abuse
NestJs ππ
Iβd like to suggest ASP.NET (Core/6). The framework is
Express is a really garbage HTTP library.
It's slow and outdated.
It seems like you've just taken the most minimal HTTP libraries instead of the "best" HTTP frameworks.
Laravel is the only one of these that'd count as an actual framework rofl.
Instead of Flask for Python, it should've been Django.
Instead of Express for Node, it should've been Nest or Deepkit.
What is the definition of a good framework? Something that is batteries included and opinionated.
This post is a proof of why you shouldn't read articles like these from communities such as Medium or Dev.to
NestJS isn't using Express under the hood lol, that's a false statement.
NestJS is HTTP library agnostic.
Just because Express is stable doesn't mean it isn't outdated.
I think what you point out is correct. Often I've find its extremely difficult manage pure Express based projects. NestJS is a clear winner here.
But I disagree on Express being a garbage library. Its very un-opiniated and allows developers to build anything on top of it, I don't see it as a garbage. Its good enough.
Also NestJS uses Express as an http adapter(default one unless you install Fastify Adapter).
Ultimately I agree on using Nest over Express as it is batteries included. Sorry for the previous misunderstanding.
I agree with your last line. This post is too opinated.
relax, take it easy, express isn't that bad, is probably the most popular framework from node and node isn't that bad.
More important than understanding the framework, is understanding how the framework works.. In order to use any framework you should understand at least one level of abstraction below where it is running. Frameworks come and go, but understanding the theoretical and practical underpinnings of a framework will help you become more future proof in your skills as you are able to adapt to changes.
When it comes to JS frameworks yes, many of them come and go. When it comes to the well established, thoroughly battle tested frameworks like RoR, ASP.NET, Spring and others, they won't go anywhere that easily. You should learn theoretical concepts behind frameworks but you should also have practical understanding of some specific frameworks to be employable.
Employers don't hire you based on whether or not you know some framework. Employers will hire you if you're a good engineer. Knowing this framework or that, or at least having it on your resume, will only get you past the HR drones.
Umm, actually they do. If I didn't know React nor Node on my current job I wouldn't be hired, no matter how good engineer I am. Every job has a list of requirements and it's not just a tool for HR but most of the time qualifications that company looks for. If you need .NET software developer you won't hire Python software developer just because that developer is a good engineer. We're talking about completely different technologies and ecosystems.
Therefore, my advice for junior engineers is; start learning some framework so you can build practical projects with it and then build up that knowledge by learning theoretical concepts.
Django π―%
Performance has left the group.
Django in combination with REST: perfect!
I gotta be honest with you, this looks like something you did in 5 minutes or less.
You probably search up a top 10 list and looked up each framework on wikipedia and read the first 5 sentences and wrote it down quickly.
You could've mention that Rails follows a practice called "convention over configuration", I don't know if its known for it but it's definitely something you'll have to wrap your head around when getting started.
And as Laravel, Rails follows the MVC model.
Rails also makes it easier for you to follow principles like DRY (Don't repeat yourself).
Another thing worth mentioning is the "--api" flag which allows you to create a new rails app with api-only features.
Spring boot + MVC for JAVA
My favourite framework is in fact gofiber, a Go Web Framework with a simple short sintax
Hate ruby on rails
Next.js
AdonisJs
A very good one in my opinion is Rocket, a Rust a very performant framework
Phoenix Framework
Where is Fastify?
"makes use"
Can you even read?
There's a big difference between claiming it explicitly uses Express under the hood and then what is written in the documentation.
You can change express by fastify or koa
Java or Scala(Play Framework)
Flutter and Fast API (Python) for the backend. Development is at least 5 times faster since that choice. No more annoying JavaScript, HTML and Python mix.