{ "version": 3, "sources": ["css-module-js:./resume_page.scss", "../../../app/resume/resume_page.tsx"], "sourcesContent": ["import \"./resume_page.scss\";\n const mappedNames = {\"resume\":\"_resume_12sgn_11\",\"header\":\"_header_12sgn_44\",\"id\":\"_id_12sgn_59\",\"contact\":\"_contact_12sgn_79\",\"section\":\"_section_12sgn_84\",\"section-head\":\"_section-head_12sgn_96\",\"experiences\":\"_experiences_12sgn_117\",\"details\":\"_details_12sgn_134\",\"experience-head\":\"_experience-head_12sgn_137\",\"team\":\"_team_12sgn_151\",\"time\":\"_time_12sgn_155\",\"education\":\"_education_12sgn_160\",\"title\":\"_title_12sgn_160\",\"school\":\"_school_12sgn_163\",\"date\":\"_date_12sgn_166\",\"skill-sets\":\"_skill-sets_12sgn_170\",\"skills\":\"_skills_12sgn_175\",\"volunteering\":\"_volunteering_12sgn_197\"};\n\n function mapName(name) {\n if (!(name in mappedNames)) {\n // throw new Error(\"Unknown class name '\" + name + \"'.\");\n return null;\n }\n\n return mappedNames[name];\n }\n\n export default function(...args) {\n const results = [];\n for (const arg of args) {\n if (typeof arg === \"string\") {\n const mappedName = mapName(arg);\n if (mappedName) results.push(mappedName);\n } else if (typeof arg === \"object\") {\n for (const [name, active] of Object.entries(arg)) {\n const mappedName = mappedNames[name];\n if (active && mappedName) results.push(mappedName);\n }\n }\n }\n\n return results.join(\" \");\n }\n ", "import { h, Fragment, FunctionComponent } from \"preact\";\nimport { Page } from \"../layout/page\";\n\nimport css from \"./resume_page.scss\";\n\nexport const ResumePage: FunctionComponent = () => {\n const experienceItems = EXPERIENCES.map((exp) => (\n
  • \n
    \n

    {exp.company}

    \n
    {exp.team}
    \n
    \n {exp.from} \u2014 {exp.to}\n
    \n
    \n
    {exp.details}
    \n
  • \n ));\n\n return (\n \n
    \n
    \n
    \n

    \n Saeed Jahed\n

    \n Software Engineer\n
    \n
    \n
    \n saeed@netio.ca\n
    \n
    Seattle WA
    \n
    \n
    \n\n
    \n
    \n

    Experience

    \n
    \n
      {experienceItems}
    \n
    \n\n
    \n
    \n

    Technology

    \n
    \n\n
    \n {SKILL_SETS.map((set) => (\n
    \n

    {set.title}

    \n
      \n {set.skills.map((skill) => (\n
    • {skill}
    • \n ))}\n
    \n
    \n ))}\n
    \n
    \n\n
    \n
    \n

    Volunteering

    \n
    \n \n
    \n\n
    \n
    \n

    Education

    \n
    \n
    \n
    Honours B.Sc., Computer Science
    \n
    McMaster University, Canada
    \n
    2007
    \n
    \n
    \n
    \n
    \n );\n};\n\nconst EXPERIENCES = [\n {\n company: \"Google\",\n team: \"Meet + Hangouts\",\n from: \"February 2017\",\n to: \"present\",\n details: (\n <>\n Provided technical leadership to a large engineering team, making rapid and high impact\n infrastructural changes to Google Meet to{\" \"}\n \n scale\n {\" \"}\n the video calling technology in the face of{\" \"}\n \n extreme usage surge\n {\" \"}\n during the COVID-19 pandemic.\n

    \n Brought first class native support for Meet and Hangouts across all major browsers and\n established highly productive relationships between Google and{\" \"}\n Apple,\n Microsoft, and{\" \"}\n \n Mozilla\n {\" \"}\n to fix and maintain WebRTC and media APIs and allow large-scale multi-way video calling on\n the web.\n

    \n Directly responsible for maintaining stability of critical integration points for Meet on\n web (UI, backend, and WebRTC), having led and influenced many high impact projects that\n touch many surfaces as a tech lead and by serving as a member of the org-wide design\n committee.\n \n ),\n },\n {\n company: \"Microsoft\",\n team: \"Research\",\n from: \"May 2013\",\n to: \"September 2016\",\n details: (\n <>\n Member of technical staff and founding member of the moonshot-focused{\" \"}\n \n Special Projects\n {\" \"}\n team at MSR. Successfully pitched and led multiple projects leveraging MSR's machine\n learning research in areas such as mobile human interfaces and peer-to-peer file sharing.\n

    \n Externalized technologies from MSR's computational photography group to ship the first\n version of the Microsoft{\" \"}\n Pix camera app for\n the iPhone. Provided technical leadership to a team of engineers and worked closely with UX\n and interaction designers.\n

    \n Designed, developed, and shipped the Microsoft{\" \"}\n \n Hyperlapse\n {\" \"}\n app for Android with over one million downloads in its first month.\n

    \n \n ),\n },\n {\n company: \"Microsoft\",\n team: \"HealthVault\",\n from: \"August 2008\",\n to: \"May 2013\",\n details: (\n <>\n Responsible for improving and maintaining the performance of the{\" \"}\n HealthVault platform.\n Implemented a high\u00AD performance highly \u00ADscalable caching service to improve the performance\n of retrieval operations. Created performance regression detection tooling that caught and\n prevented many critical performance issues.\n

    \n Made critical architectural decisions for the entire service around cross\u00AD-ocean\n connectivity that ultimately lead to improved service quality for the HealthVault\n application ecosystem.\n

    \n Created input fuzzing framework for testing complex backwards compatibility scenarios\n between different versions of APIs exposed by the HealthVault platform.\n \n ),\n },\n];\n\nconst SKILL_SETS = [\n {\n title: \"Web\",\n skills: [\"JavaScript + TypeScript\", \"Webpack + Closure\", \"HTML + CSS\", \"React\"],\n },\n {\n title: \"Mobile\",\n skills: [\"iOS (Swift + SwiftUI)\", \"Xamarin + Cordova\", \"React Native\", \"Android\"],\n },\n {\n title: \"Backend\",\n skills: [\"CouchDB + Mongo\", \"SQL Server\", \"NodeJS\", \"Redis\", \".NET\"],\n },\n];\n"], "mappings": "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", "names": [] }