Skip to content

Career Path Tree #10

@tanaypratap

Description

@tanaypratap

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"
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions