DEV Community

[Comment from a deleted post]
Collapse
 
itsjzt profile image
Saurabh Sharma • Edited

Answering then one by one.

Can u share your journey as web developer??

  • I started programming 2 year ago, nearly 1.5 in web.
  • I started with learning HTML, CSS from w3schools. Thinking that I should know every HTML tag and CSS property that ever exists.
  • Then realizing that getting the work done is more important thing.
  • Later I learned jquery, JavaScript, nodejs (by starting many online courses but finished only a few).
  • Then nodejs and back-end concepts

How you manage your time ??
Didn't tried to do it that much, but focused more on making things instead of theory.

What motivates you towards web development and did you get your job through any internship or directly apply for job if yes then how you get internship??

  • Web development doesn't require tooling at all. (even notepad and edge are good for starting)
  • yeah it's an internship first then the job.
  • Applied for the internship online, then got selected through interview. I got the internship mostly because of projects in nodejs.
Collapse
 
abhishekalbert profile image
Abhishek

How did you tackle the problem you face during learning and how they fulfill become as role model for your carrer ?? If stuck at any point how you try to clear that point??
Can you suggest a like a roadmap for upcoming web developers or those who still learning and not their level point is lower than as your .

 
itsjzt profile image
Saurabh Sharma

How did you tackle the problem you face during learning and how they fulfill become as role model for your career ?? If stuck at any point how you try to clear that point??

I read lot about others journey to learning programming, most important things I learnt while programming were:

  • focus on making project,
  • data structure are important but don't get too much in them
  • learn from others.
  • You don't need to know everything.

I give some time to other task and get back to the problem again mostly I got the solution in that way other than that google, SO were there.

Can you suggest a like a roadmap for upcoming web developers or those who still learning and not their level point is lower than as your.

github.com/kamranahmedse/developer...