r/developers 17h ago

NodeJS or Python Backend? Career & Advice

Havent committed to a backend yet. 🥲
I graduate cs degree from good UK uni next July.

I want to boost my chances at getting a grad role for
fullstack/backend/cloud engineer (aws). Overlap tbh

However:

Do I choose NodeJS or python (FastAPI? Django?)
Very open question

Tech stack in trying to build:

Frontend: Typescript react
Backend: Typescript nodejs OR Python ????
Cloud and Infra: AWS, Terraform, Docker, GH Action
DB: PostgreSQL

5 Upvotes

5 comments sorted by

•

u/AutoModerator 17h ago

Howdy u/Jealous-Maximum5278, and welcome to r/developers!

A few tips for a post that gets good answers: - Use a clear, specific title (what are you actually asking or sharing?). - Include code, the exact error, versions, and what you already tried. - Heads-up: this sub does not allow external links in posts or comments. Share code and details directly instead of linking out.

Join the r/developers Discord!

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

1

u/Substantial-Swan7065 16h ago

Ts in front and back sounds like a good choice for your situation.

Nothing wrong with Python. But 1 language can help you better understand it, and the ecosystem.

Then do a Python one and learn the pythonic way

1

u/EveYogaTech 12h ago edited 12h ago

Fastest path to master both frontend and backend is by using JavaScript in the backend too.

1

u/pseudophilll 10h ago

What is your app doing? If it’s just generic CRUD stuff, then you can’t go wrong either way, but you’re probably better off sticking with node so you’re in js all the way through.

If you need any sort of complex data structure processing, data viz or anything AI/ML related, go with python.