Files
mariosant.dev/components/home/been-working-with.vue
2024-05-09 14:08:28 +03:00

90 lines
2.5 KiB
Vue
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<template>
<UContainer class="flex flex-col gap-5" as="section">
<div class="text-sm text-gray-500">Been working with</div>
<Role
company="Celonis"
role="Senior frontend engineer"
logo="celonis-logo.webp"
href="https://celonis.com"
>
<template>
<ul class="list-disc list-inside">
<li>
EMS 2.0 OCPM frontend: Pioneering the future of process mining.
</li>
<li>
Developed internal shared component libraries and build pipelines.
</li>
<li>
Facilitated cross-departmental collaboration with Backstage
implementation.
</li>
</ul>
</template>
</Role>
<Role
company="Lenses.io"
role="Senior frontend engineer"
logo="lenses-logo.webp"
href="https://lenses.io"
>
<template>
<ul class="list-disc list-inside">
<li>Engineered the frontend for SQL Processors and Data Catalog.</li>
<li>Architected the shared components library.</li>
<li>Worked on the Lenses.io CLI tool.</li>
</ul>
</template>
</Role>
<Role
company="The Chat Shop"
role="Lead Engineer"
logo="thechatshop-logo.jpg"
href="https://thechatshop.com"
>
<template>
<ul class="list-disc list-inside">
<li>Spearheaded end-to-end processing architecture.</li>
<li>Established the companys streaming data infrastructure.</li>
<li>
Worked on devops to achieve continuous integration and deployment.
</li>
</ul>
</template>
</Role>
<Role
company="Commversion"
role="Contractor Software Engineer"
logo="commversion-logo.webp"
href="https://commversion.com"
>
<template>
<ul class="list-disc list-inside">
<li>
Developed the frontend delivery platform with public-facing
infrastructure.
</li>
<li>Designed and implemented the initial InstantConnect system.</li>
</ul>
</template>
</Role>
<Role
company="Commversion"
role="Contractor Frontend Engineer"
logo="up-logo.webp"
href="https://uphellas.gr"
>
<template>
<ul class="list-disc list-inside">
<li>Implemented client's area dashboards.</li>
<li>Designed and implemented internal sales dashrboard.</li>
</ul>
</template>
</Role>
</UContainer>
</template>