75 lines
2.2 KiB
Vue
75 lines
2.2 KiB
Vue
<template>
|
|
<UContainer
|
|
class="flex flex-col gap-5 p-4 sm:p-6 lg:p-8 max-w-3xl"
|
|
as="section"
|
|
>
|
|
<div class="text-sm text-gray-500">Been building with</div>
|
|
<PreviousRole
|
|
company="Lateralus Ventures"
|
|
logo="lateralus-logo.jpeg"
|
|
href="https://lateralus.ventures"
|
|
>
|
|
<div>
|
|
Led frontend development for Ask Chief, shaping AI product experiences
|
|
with scalable interfaces that could evolve alongside intelligent
|
|
workflows.
|
|
</div>
|
|
</PreviousRole>
|
|
|
|
<PreviousRole
|
|
company="Celonis"
|
|
logo="celonis-logo.webp"
|
|
href="https://celonis.com"
|
|
>
|
|
<div>
|
|
Built analytical product interfaces for OCPM, alongside shared
|
|
component systems, build pipelines, and platform foundations that helped
|
|
teams move faster together.
|
|
</div>
|
|
</PreviousRole>
|
|
|
|
<PreviousRole
|
|
company="Lenses.io"
|
|
logo="lenses-logo.webp"
|
|
href="https://lenses.io"
|
|
>
|
|
<ul class="list-disc list-inside">
|
|
<li class="inline">
|
|
Engineered product interfaces for SQL Processors and Data Catalog.
|
|
</li>
|
|
<li class="inline">Architected the shared components library.</li>
|
|
<li class="inline">Worked on developer tooling, including the CLI.</li>
|
|
</ul>
|
|
</PreviousRole>
|
|
|
|
<PreviousRole company="The Chat Shop" logo="thechatshop-logo.jpg">
|
|
<ul class="list-disc list-inside">
|
|
<li class="inline">Spearheaded end-to-end processing architecture.</li>
|
|
<li class="inline">
|
|
Established the company's streaming data infrastructure.
|
|
</li>
|
|
<li class="inline">
|
|
Built the operational foundations for reliable delivery and
|
|
automation.
|
|
</li>
|
|
</ul>
|
|
</PreviousRole>
|
|
|
|
<PreviousRole
|
|
company="Commversion"
|
|
logo="commversion-logo.webp"
|
|
href="https://commversion.com"
|
|
>
|
|
<ul class="list-disc list-inside">
|
|
<li class="inline">
|
|
Developed the customer delivery platform and its public-facing
|
|
infrastructure.
|
|
</li>
|
|
<li class="inline">
|
|
Designed and implemented the initial InstantConnect system.
|
|
</li>
|
|
</ul>
|
|
</PreviousRole>
|
|
</UContainer>
|
|
</template>
|