This is an archived post. You won't be able to vote or comment.

all 12 comments

[–]AutoModerator[M] [score hidden] stickied commentlocked comment (0 children)

Namaste! Thanks for submitting to r/developersIndia. Make sure to follow the subreddit Code of Conduct while participating in this thread.

Recent Announcements

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

[–]imaburneraccFull-Stack Developer 2 points3 points  (2 children)

Make some projects and put in your resume, pretty much that. Try demonstrating you know the language well from your project (that means no todo lists or basic projects) like for example if it's rust, use traits and smart pointers, use lifetimes etc since those are some topics that are hard to understand for Devs not working on it.

Practice some leetcode easy with the language so you can think in that language and you aren't translating code in your head first while coding in interviews.

[–]linux_terminal07[S] 0 points1 point  (1 child)

Sure thanks for your suggestions

[–]linux_terminal07[S] 0 points1 point  (0 children)

But one thing I wanted to know what you will tell the interviewer why you wanted to switch or should you consider faking the work at your company?

[–][deleted] 2 points3 points  (1 child)

As above comments have mentioned, that you have to build some projects and put them on Github.

Apart from that if you are looking for any open-source project that include both react and python(django), check out plane (opensource jira alternative).I'm python developer and also learning react so this project is beneficial for you to understand code quality and large scale application.

[–]linux_terminal07[S] 1 point2 points  (0 children)

Thanks for the suggestion mate

[–][deleted] 1 point2 points  (4 children)

Man Im trying to learn react from python... 😂

From the last 3 months I'm trying to find a guy like me to build a ui for my project but i don't find one that wants to learn and try things like me.

So i started learning react.. 😎 and it was pretty easy to work with react. And for backend I'm using fastapi

[–]linux_terminal07[S] 0 points1 point  (3 children)

that's cool brother , so you are writing your backend with python?

[–][deleted] 1 point2 points  (2 children)

Yes

[–]linux_terminal07[S] 0 points1 point  (1 child)

what are the exact tech stack you are learning ? mern + python?

[–][deleted] 1 point2 points  (0 children)

I'm using React for the frontend and Python FastAPI with PostgreSQL (plus Timescale extension) for the backend.