DEV Community

kanika617
kanika617

Posted on

Just beginning my journey to learn coding. Can anyone help me in the roadmap?

Top comments (4)

Collapse
 
davidmaceachern profile image
David MacEachern

There are some great roadmaps that can give you some ideas at roadmap.sh/.

Frontend and backend developer roadmaps both begin with learning about the internet and HTML and CSS, then they begin to focus on different subjects, but throughout both journey's the fundamental principles they share are based on what some people call Computer Science.

For example, this means you could learn Python to solve a problem you have quickly, then either use it to continue doing DevOps or take your understanding of OOP to frontend development in Typescript, or Domain Driven Design systems on AWS.

So you can move between both roadmaps whenever you want, depending on what you are more interested in. If you like optimising, drawing diagrams and understanding how pieces fit together then maybe backend development is a place to go, if you like colours and design and helping people understand their problems then maybe front end development is worth looking into.

Find problems, and use tools to solve them.

Collapse
 
artydev profile image
artydev

Give you little challenges, resolve them, continue...
Imagine you are a child beggining to walk.
Don t try to run to soon...

Collapse
 
kanika617 profile image
kanika617

okay, thanku so much David.

Collapse
 
classx profile image
classx

what technology stack?

Some comments may only be visible to logged-in visitors. Sign in to view all comments.