DEV Community

Discussion on: Starting at 27

Collapse
 
rajikaimal profile image
Rajika Imal • Edited

Hi, I'm sure you must've seen freeCodeCamp resources. Just in case here's the link freecodecamp.org/

They have a variety of courses to get started in different areas. I suggest you to start with front-end development technologies such as HTML, JavaScript, and CSS. My personal recommendation is not to directly jump into frameworks and libraries such as Angular, or React. If you have a solid foundation in JavaScript, you'll be able to grasp concepts in any framework very quickly.

When things start to look good, gradually move on to back-end technologies. As you'll be familiar with JavaScript, try learning Node.js to create REST APIs. Learn about basics of databases and start with relational DBs, slowly move towards NoSQL.

Here are some guides (don't worry you don't have to learn all these technologies, these are just guides to various paths)

roadmap.sh

Good luck!

Collapse
 
thiagomagano profile image
Thiago Magano

Thanks Man, Freecodecamp is very cool website, Just i found them recently and plan to do his Learning Path. And roadmap.sh is another great guideline to follow.