{
  "$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json",
  "basics": {
    "name": "Clark Tomlinson",
    "label": "Staff Software Engineer",
    "image": "/headshot.jpg",
    "email": "fallen013@gmail.com",
    "url": "https://clarkt.com",
    "summary": "Staff software engineer with 15+ years scaling consumer SaaS platforms. Track record of leading frontend architecture across large engineering organizations and turning legacy systems into modern, performant ones. Comfortable owning technical direction across teams while staying hands-on in the codebase.",
    "location": {
      "city": "Charlotte",
      "region": "NC",
      "countryCode": "US"
    },
    "profiles": [
      {
        "network": "GitHub",
        "username": "th3fallen",
        "url": "https://github.com/th3fallen"
      },
      {
        "network": "LinkedIn",
        "username": "th3fallen",
        "url": "https://www.linkedin.com/in/th3fallen/"
      },
      {
        "network": "X",
        "username": "th3fallen",
        "url": "https://twitter.com/th3fallen"
      }
    ]
  },
  "work": [
    {
      "name": "Rippling",
      "position": "Staff Software Engineer",
      "location": "Remote",
      "url": "https://rippling.com",
      "startDate": "2025-10",
      "endDate": "",
      "highlights": [
        "Leading the migration of 1M+ daily active When I Work users onto the Rippling platform post-acquisition, spanning Python/Django, Go, and React/TypeScript",
        "Mapping legacy scheduling and time-tracking systems onto Rippling's workforce management primitives with zero disruption to production traffic"
      ]
    },
    {
      "name": "When I Work",
      "note": "Acquired by Rippling, October 2025",
      "position": "Principal Software Engineer (Software Architect)",
      "location": "Remote",
      "url": "https://wheniwork.com",
      "startDate": "2023-04",
      "endDate": "2025-10",
      "highlights": [
        "Set frontend architecture and technical standards for a 60-engineer, 8-product-team organization serving 1M+ daily active users",
        "Cut onboarding time for new engineers and shipped features faster by standardizing tooling, patterns, and review processes across every full-stack team",
        "Eliminated duplicate infrastructure solutions across the codebase by aligning product teams on shared architecture decisions through documentation and reviews",
        "Shipped organization-wide technical changes by partnering with staff engineers across backend, mobile, and platform through the Architecture Guild"
      ]
    },
    {
      "name": "When I Work",
      "position": "Staff Software Engineer",
      "location": "Remote",
      "startDate": "2022-04",
      "endDate": "2023-04",
      "highlights": [
        "Led a team of 5 engineers while also serving as the technical owner of frontend development across all 8+ product teams",
        "Mentored senior and mid-level engineers through code review, design review, and 1:1 technical coaching; multiple direct reports promoted during tenure",
        "Set the technical roadmap for frontend infrastructure in partnership with product leadership"
      ]
    },
    {
      "name": "When I Work",
      "position": "Lead Software Engineer",
      "location": "Remote",
      "startDate": "2019-09",
      "endDate": "2022-04",
      "highlights": [
        "Architected and shipped a new React-based frontend platform from the ground up, replacing a 7-year-old Backbone/jQuery codebase across the entire product",
        "Migrated every product feature onto the new platform by embedding rotationally with each engineering team, leading the cutover and training engineers on the new patterns",
        "Rewrote the Scheduler — When I Work's flagship product — delivering a 12x throughput improvement and enabling accounts with thousands of users and tens of thousands of shifts, up from a prior ceiling of ~100 users and ~50 shifts"
      ]
    },
    {
      "name": "When I Work",
      "position": "Senior Software Engineer",
      "location": "Remote",
      "startDate": "2017-11",
      "endDate": "2019-09",
      "highlights": [
        "Selected to architect the new React frontend platform after identifying scaling limitations in the existing Backbone/jQuery stack",
        "Took ownership of frontend health across all engineering teams, establishing the patterns that became the foundation of the company-wide migration"
      ]
    },
    {
      "name": "When I Work",
      "position": "Software Engineer",
      "location": "Remote",
      "startDate": "2015-08",
      "endDate": "2017-11",
      "highlights": [
        "Built features across scheduling, time tracking, and shift trading in a Backbone/jQuery and PHP stack serving hundreds of thousands of users"
      ]
    },
    {
      "name": "ownCloud",
      "position": "Software Engineer",
      "location": "Remote",
      "url": "https://owncloud.com",
      "startDate": "2014-08",
      "endDate": "2015-08",
      "highlights": [
        "Maintained and extended the core of an open-source file sync and share platform alongside 300+ globally distributed contributors using PHP, jQuery, and REST APIs"
      ]
    },
    {
      "name": "INSP, LLC",
      "position": "Senior Web Developer / Web Developer",
      "location": "Indian Land, SC",
      "startDate": "2011-09",
      "endDate": "2014-08",
      "highlights": [
        "Managed 50+ websites and 500+ domains across non-cloud server environments, including DNS, SSL certificates, and on-prem infrastructure",
        "Built custom WordPress plugins and integrations using object-oriented PHP, Laravel components, and third-party REST APIs"
      ]
    }
  ],
  "education": [
    {
      "institution": "Strayer University",
      "area": "Computer Science",
      "studyType": "B.S.",
      "startDate": "2008",
      "endDate": "2011"
    }
  ],
  "awards": [
    {
      "title": "Company MVP",
      "awarder": "When I Work",
      "summary": "For impact across the frontend platform migration and the Scheduler rewrite."
    },
    {
      "title": "Star Developer",
      "date": "2017",
      "awarder": "When I Work",
      "summary": "Internal award for top performers on the engineering team."
    }
  ],
  "skills": [
    {
      "name": "Languages",
      "keywords": [
        "TypeScript",
        "JavaScript",
        "Go",
        "Python"
      ]
    },
    {
      "name": "Frontend",
      "keywords": [
        "React",
        "Redux",
        "React Testing Library",
        "HTML5",
        "CSS3"
      ]
    },
    {
      "name": "Backend & infra",
      "keywords": [
        "Django",
        "Node.js",
        "gRPC",
        "REST",
        "AWS"
      ]
    },
    {
      "name": "Tooling",
      "keywords": [
        "GitLab CI",
        "Webpack",
        "Jest"
      ]
    }
  ]
}