Arman Danesh Portfolio — Documentation - v2.0.0
    Preparing search index...

    Interface ExperienceItem

    One job entry in the experience timeline.

    interface ExperienceItem {
        company: string;
        role: string;
        period: string;
        location?: string;
        bullets: string[];
    }
    Index
    company: string

    Company or project name.

    role: string

    Job title / role.

    period: string

    Human-readable period (e.g. "Dec 2025 – Present").

    location?: string

    Optional city or remote label.

    bullets: string[]

    Bullet points describing impact and stack.