49 lines
1.5 KiB
Plaintext
49 lines
1.5 KiB
Plaintext
---
|
|
import PreviousRole from "@/components/previous-role.astro";
|
|
---
|
|
|
|
<section class="flex flex-col gap-5 p-4 sm:p-6 lg:p-8 max-w-3xl mx-auto w-full">
|
|
<div class="text-sm text-slate-500 dark:text-slate-400">Been building with</div>
|
|
|
|
<PreviousRole
|
|
company="Lateralus Ventures"
|
|
logo="/lateralus-logo.jpeg"
|
|
href="https://lateralus.ventures"
|
|
>
|
|
Frontend work on Ask Chief, building interfaces for AI-powered products that needed to feel simple
|
|
while handling complex workflows underneath.
|
|
</PreviousRole>
|
|
|
|
<PreviousRole
|
|
company="Celonis"
|
|
logo="/celonis-logo.webp"
|
|
href="https://celonis.com"
|
|
>
|
|
Building out analytical interfaces for OCPM, a shared component library, and tooling that made it
|
|
easier for the whole team to ship.
|
|
</PreviousRole>
|
|
|
|
<PreviousRole
|
|
company="Lenses.io"
|
|
logo="/lenses-logo.webp"
|
|
href="https://lenses.io"
|
|
>
|
|
Product interfaces for SQL Processors and Data Catalog, a shared component library, and developer
|
|
tooling including the CLI.
|
|
</PreviousRole>
|
|
|
|
<PreviousRole company="The Chat Shop" logo="/thechatshop-logo.jpg">
|
|
Streaming data infrastructure built from scratch, along with a processing pipeline that kept delivery
|
|
running reliably at scale.
|
|
</PreviousRole>
|
|
|
|
<PreviousRole
|
|
company="Commversion"
|
|
logo="/commversion-logo.webp"
|
|
href="https://commversion.com"
|
|
>
|
|
Customer delivery platform and its public-facing side, plus InstantConnect, taken from design through
|
|
to implementation.
|
|
</PreviousRole>
|
|
</section>
|