Skip to content

Populate your resume page with data in the database #12

@stevebrownlee

Description

@stevebrownlee

Using the database you have in local storage for your professional history, follow the ETL process.

  1. Extract the professional history data
  2. Transform each position into an <article> element string.
  3. Load that string into the DOM

You may want to create a section element in your HTML file to contain each article.

<body>
    <section id="professional-history">
        // Each new <article> will be inserted here.
    </section>
</body>

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions