I’ve been working with a massive Next.js project at my company and it’s making me lose interest in frontend work completely. The codebase doesn’t use TypeScript which makes everything harder to maintain. Plus the JavaScript world keeps changing so fast that I can barely keep up with all the new frameworks and tools.
I’m thinking about moving to backend development instead, maybe learning Go or Python. The frontend space feels too chaotic for me right now and I wonder if backend work would be more stable.
Has anyone made this kind of career switch before? How did it work out for you?
switched from react to backend python about 8 months ago - honestly love it. way less stress since i’m not chasing framework updates constantly, and the work’s more predictable. django’s been solid forever, so i’m not relearning everything every few months like with frontend.
Switched from Angular to Java backend three years ago - best career move I’ve made. The stability you want is real. I use Spring Boot daily and it’s been rock solid for years. No more weekly dependency updates breaking builds or explaining to management why working code needs refactoring because some library got deprecated. Backend focuses on system design, database optimization, and business logic instead of chasing new tools constantly. Learning curve was tough at first - had to wrap my head around server architecture and databases. But once you get the fundamentals down, daily work becomes way more predictable.
what made you choose those languages specifically? I’ve been curious about backend too, but there are so many options - java, c#, rust… did you look at others or was it the learning curve that made you go with go/python?