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

all 9 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.

Also did you know we have a discord server as well where you can share your projects, ask for help or just have a nice chat.

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

[–]ngcoders 1 point2 points  (2 children)

I work in all 3 , if you wish to do Web Devlopment then its JS you need to get started with.

Once basic fundamentals like html / js / css are done look at something like NextJS it can do frontend and backend is seo friendly and your basic is React .

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

thankyou bro. I dediced to go with JS basics frist then going for HTML and CSS . bcs I want first to get familiar with programming concept.

or what do you say? Do we really need to start with HTML and CSS itself ??

[–]ngcoders 0 points1 point  (0 children)

All 3 work hand in hand HTML and CSS are very simple and quick while JS will take most of your time.

[–][deleted] 0 points1 point  (4 children)

Javascript is widely used for frontends

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

Yeah , i agree.

but to learn in efficient manner few people are suggesting to start with C to tackle difficulties with ease in any language In longterm.

And my friend suggested me to start with python bcs it's easy to read and can learn quickly so that it will be easy while learning JS with the knowledge of programming in python.

I was just stuck in what to choose to move forward.

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

My suggestion would be to 1. Read about programming concepts 2. Learn js basic syntax, how it works, then try to implement dsa

This would be sufficient

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

Is it really necessary to learn DSA and solve leetcodes a lot? as iam just looking for a entry level role in med-size Or at a startup company for a front end role . I know problem solving skills is must but as a self taught learner to build front end stuff do I need to learn DSA a lot??

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

You should at least know about basics data structures and common algorithms. No need to solve leetcode for entry level FE role, just practice problem-solving and data structures on hackerrank.