DEV Community

Cover image for Is the Front-End community better than the Back-End community?
Antonio Djigo
Antonio Djigo

Posted on • Updated on

Is the Front-End community better than the Back-End community?

I know, I know, this is one of those click-bait titles you can see on YouTube.

Before everyone starts yelling, let me explain this.

I've been in the Web Development industry for a few years. Started 100% knee-deep in Front-end and everything seemed to be cool, sparky, flawless and there were a lot of "dev influencers" around the net creating videos, courses, etc...

It was almost impossible not to make someone think "I should become a React/Vue Developer".

Now that I've dug a lot more into back-end —to the point that I'm thinking about staying there—, I feel some kind of disappointment when I look at social media like Twitter, Dev.to or local events and don't really feel the "hype" I saw in front-end.

  • Do you think the same?
  • Do you think there is an important difference between those two worlds?
  • Could you recommend any resources for those who feel the same?

Please, let me know in the comments!

Cover illustration by William Erhel & BlueCoders

Illustration

Latest comments (6)

Collapse
 
xanderyzwich profile image
Corey McCarty

I agree that there is much more hype in the front-end world. There is also a HUGE amount of different frameworks to deal with that people get excited about. The back-end is more tried and true from my experience. It's not near as trendy, and people don't get all excited about new stuff, they dig in and learn the things that are needed. you do still get SOME hype around new tech like Kubernetes, or new language additions, but overall back-end development isn't nearly as glamorous. I see front-end teams get recognition for making the thing easier for end users or prettier, or whatever it is that they are doing. I see back-end devs refactoring monstrous api's and the only people that are aware are other developers. That's a thing, your mom might see the new front-end that you built and she can appreciate what you've done, but if you tell her about the new back-end that you built then she will likely just get bored and lose interest. I think that it is a personality difference between the two.

Collapse
 
brownio profile image
Antonio Djigo

It's not exactly about the hype, but the feeling that someone gets when reading about those technologies, techniques, discussions or events that make you aspire to become better, and learn more about those topics.

TBH, I could not work with something that's just stable and in-demand, I also need to enjoy what I'm doing, so, it's also great when you have a lot of people who shows that they care about that same stuff, and they come out with tricks or alternatives you can also use. That kind of gives me that "extra-push" to keep going.

For me, something that does not give me excitement and/or joy is something that's not worth being part of

Collapse
 
xanderyzwich profile image
Corey McCarty

I don't think that back-end developers are nearly as socially excited.

Collapse
 
bradtaniguchi profile image
Brad • Edited

I blame the environment for the "less hype" when it comes to back-end development.

On the front-end you really have 0 choice and are stuck with HTML/CSS/JS. Everything that makes up the hype is more or less stuff thrown on-top of those three things that ultimately performs the exact same job at the end of the day.

At the same time, all the "choices" are close enough together due to being tied to the same underlying technologies that it can create a single "front-end" community. The fight between React/Angular/Vue exists because there is enough in common to argue about. The same can't be said for every back-end language/framework choice.

That isn't to say the back-end doesn't have its own communities. I've heard the Rails community is great. (Dev.to is built on it if I remember correctly ;D) There are also communities for technologies outside of web-dev, like Python for educational purposes, DIY, and beginners. I don't think any are nearly as large as any web-dev community, but that's just because most people have access to the web.

Collapse
 
xanderyzwich profile image
Corey McCarty

that's a really good point about everything being similar enough. Back-end devs are usually splintered off into different language camps before frameworks become a discussion.

Collapse
 
brownio profile image
Antonio Djigo

Seems pretty accurate to me, thanks for your opinion!

I'm pretty sure backend have big communities, Rails one, Go or Python are quite active around the internet, but I don't get the same feeling I see on the other side. Maybe because I haven't explored that much yet...