-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
Description
becoming a full stack developer path
Why?
Students who are new to programming don't know what to learn and in which order. It all seems overwhelming. This page will show them the path and if they follow it they'll be ready for interviews and jobs in a systematic manner.
Implementation
Something like this: https://www.w3schools.com/howto/howto_css_timeline.asp
Few features or changes:
- Needs to be in React
- Can read data from a JSON using gatsby plugin
- Instead of years it will be technology/course name. Clicking on each leaf should take to a specific URL.
entries in JSON would like this:
{
header: "html/css basics",
intro: "learn basic tags and style before jumping into anything advanced",
url: "/create-profile-course",
icon: "someimage.png",
status: "released"
},
{
header: "data structures",
intro: "now when you know all of this, start learning DS & Algo to prepare for interviews",
url: "/ds-for-interviews",
icon: "some-other-image.png",
status: "upcoming"
}