712
you are viewing a single comment's thread
view the rest of the comments

I moved from primarily ASP.Net Core backends, which is a hell of a great backend framework btw, to NestJS. Not my choice. I do what the people who sign my paychecks ask for.

I cannot begin to fathom why anyone would willingly choose JavaScript for backend. TypeScript helps a lot but there are still so many drawbacks and poor design decisions that make the developer experience incredibly frustrating. Features that are standard in ASP.Net Core, Django, or other common backend frameworks just don't exist.

Also, don't get me started on GraphQL. Sure, it has performance advantages for websites of a certain size and scale. But 99% of the websites out there don't have the challenges that Facebook has. The added complexity and development cost over REST is just not worth it.

[-] yogthos@lemmy.ml 2 points 2 months ago

Yeah, gql in particular is a problem looking for a solution in most cases. It makes sense for facebook because they have people building frontend apps for their marketplace, and those apps need all kinds of weird combinations of data. However, this isn't the situation for most apps where you have a fairly well defined set of calls you're doing.

this post was submitted on 21 Apr 2024
712 points (97.0% liked)

Programmer Humor

31245 readers
1105 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 4 years ago
MODERATORS