// Resume content — single source of truth for both variations.
// Data grounded in the 2023 PDF resume + user-confirmed current role.
const RESUME = {
  name: "Dmitri Zdorov",
  tagline: "Product manager with extensive experience in PM, Scrum, UI/UX, mobile, IT, web and multilingual technology, and information processing automation.",
  shortTagline: "Product Manager",
  contact: {
    location: "Boston Area, MA",
    phone: "+1 (617) 816-1616",
    email: "dzdorov@gmail.com",
    linkedin: "linkedin.com/in/dimka",
  },
  summary:
    "Seasoned Product and Project Manager with extensive experience in product design, client communication, contract negotiation, team building, and operations. Expertise managing diverse local and remote multicultural teams across print-on-demand, SaaS, web-based, and mobile platforms. Committed to delivering results, fostering team collaboration, and translating complex technical concepts into clean, functional product experiences.",
  experience: [
    {
      company: "Digital On Demand",
      location: "Danvers, MA",
      title: "Director of Technical Development",
      start: "Sep 2023",
      end: "Apr 2026",
      short: "Led product vision for proprietary manufacturing software; built the internal engineering org from the ground up.",
      bullets: [
        "Spearheaded the product vision and continuous enhancement of proprietary manufacturing software, serving as the critical technological backbone for business operations.",
        "Led the strategic transformation of the IT department, transitioning from an external vendor reliance model to building and leading a high-performing internal engineering and product team.",
        "Directed the rollout of new, business-critical software components that expanded manufacturing capabilities and operational efficiency.",
        "Scaled and managed seamless local and international IT operations to support global business expansion.",
      ],
    },
    {
      company: "Vorto",
      location: "Denver, CO",
      title: "Senior Product Manager",
      start: "Aug 2022",
      end: "Nov 2022",
      short: "Product strategy and execution for large-scale automation logistics platforms across web and mobile.",
      bullets: [
        "Designed product and managed implementation for web-based and mobile applications powering large-scale automation logistics projects.",
        "Owned client communication and development direction, aligning enterprise deliverables with supply-chain business goals.",
        "Partnered closely with cross-functional engineering teams to translate complex operational requirements into usable product surfaces.",
      ],
    },
    {
      company: "Vedomatic",
      location: "Denver, CO",
      title: "Product Designer and Product Manager",
      start: "Aug 2016",
      end: "Aug 2023",
      short: "End-to-end product lifecycle across web, SaaS, mobile, and print-on-demand for in-house products and external clients.",
      bullets: [
        "Managed and designed a diverse portfolio of products, including web-based projects, SaaS, mobile applications, and print-on-demand systems.",
        "Engaged in client communication and contract negotiations, ensuring clear expectations and successful delivery.",
        "Built and managed cross-functional teams, ensuring seamless collaboration and efficient resource allocation.",
        "Oversaw development of an internal inventory and vendor interchange system for a global trading and manufacturing company.",
        "Presented products at conferences, coordinated marketing efforts including blog posts, product announcements, and website content.",
      ],
      subRoles: [
        {
          year: "2020–2021",
          client: "TusheFlora",
          role: "Product Designer / Manager",
          note: "Designed and managed development of a complex content management and inventory system for an international trading and manufacturing company. Owned launch activities and presented at conferences.",
        },
        {
          year: "2019",
          client: "RealityCards",
          role: "Product Designer",
          note: "Print-on-demand system with Augmented Reality. Created product marketing deliverables and coordinated internal and external dev and marketing teams.",
        },
        {
          year: "2018",
          client: "Teaching Talking Toys",
          role: "Product Owner",
          note: "Interactive AI platform for learning and play. Reviewed requirements from internal partners and coordinated the development roadmap.",
        },
      ],
    },
    {
      company: "Amigo.io",
      location: "San Francisco, CA",
      title: "Scrum Master / UX UI Designer",
      start: "Nov 2015",
      end: "Jul 2016",
      short: "UX/UI lead and Agile coach at a mobile-app startup.",
      bullets: [
        "Played a key role in a mobile-app startup, overseeing UX/UI design and user experience end-to-end.",
        "Led the team in embracing Agile development methodologies, including Scrum, TDD, and paired programming.",
        "Coordinated user testing and marketing feedback, refining the company's value proposition and messaging.",
      ],
    },
    {
      company: "Courier Corporation & NadLab",
      location: "North Chelmsford & Cambridge, MA",
      title: "Creative Technical Director / Product Owner",
      start: "May 2008",
      end: "Oct 2014",
      short: "Custom publishing, financial-compliance, and print-on-demand e-commerce at scale. NadLab acquired by Courier Corp in 2013.",
      bullets: [
        "Led product development at NadLab (2008–2013) across financial-document compliance sites, custom e-commerce stores, and medical and pharmaceutical projects.",
        "Delivered custom publishing and print-on-demand systems — books, catalogs, and print on physical goods like shirts, cups, and calendars — with web-based management interfaces and mobile application counterparts.",
        "Following Courier Corp's acquisition of NadLab in April 2013, continued as Creative Technical Director — managing projects, client communication, and fully automated systems with web-based management interfaces.",
        "Designed and implemented the corporate website and product marketing materials; opened, ran, and managed sales and development at a new office as the technology operation grew.",
      ],
    },
  ],
  skills: {
    "Product Leadership": [
      "Agile / Scrum", "SAFe", "Go-to-Market", "Roadmap Planning",
      "Cross-functional Leadership", "Vendor Management",
      "Client Communication", "Contract Negotiation",
    ],
    "Design & UX": [
      "User Research", "Rapid Prototyping", "Usability Testing",
      "Minimalist UI Design", "Multi-lingual Interface Architecture",
      "Visual Communication",
    ],
    "Technical": [
      "Print-on-Demand Systems", "SaaS Platforms", "Mobile Applications",
      "API Integrations", "Web-based Management Interfaces",
      "Modern Web Stack", "Systems Architecture",
    ],
  },
  earlyCareer: [
    {
      company: "Prior IT roles",
      location: "—",
      title: "Sysadmin / Webmaster / Web Designer",
      start: "pre",
      end: "2008",
      short: "Multiple IT companies — systems administration, webmastering, and web design foundations that informed later product work.",
    },
  ],
  education: [
    {
      school: "Moscow Institute of Electronics and Mathematics (MIEM)",
      detail: "Bachelor's Degree — Applied Mathematics and Computer Science, 1992",
    },
    {
      school: "Art Institute of Boston",
      detail: "Graphic Design, Illustration, and Animation, 1996",
    },
    {
      school: "Harvard University Extension School",
      detail: "Ongoing studies in foreign languages and history",
    },
  ],
  hobbies: ["Font design", "Podcasting", "Painting", "Travel"],
};

window.RESUME = RESUME;
