Skip to content

Commit 69bc22f

Browse files
committed
feat(resume): update experience section with new role at Elastic
1 parent 20fcaea commit 69bc22f

File tree

3 files changed

+22
-1
lines changed

3 files changed

+22
-1
lines changed

apps/mavrodev/public/elastic.png

16 KB
Loading

apps/mavrodev/public/resume.pdf

-2.17 KB
Binary file not shown.

packages/data/src/experience.ts

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,36 @@
11
import type { Experience } from './types';
22

33
export const experience: Experience[] = [
4+
{
5+
company: 'Elastic',
6+
location: '',
7+
workModel: 'Remote',
8+
role: 'Software Engineer',
9+
period: {
10+
start: new Date('2025-11-10'),
11+
},
12+
current: true,
13+
website: 'https://www.elastic.co/',
14+
logo: '/elastic.png',
15+
description: '',
16+
metrics: {},
17+
projects: [],
18+
technologies: {
19+
backend: [],
20+
databases: [],
21+
other: [],
22+
},
23+
},
424
{
525
company: 'EzPump (Acquired by MicroPump)',
626
location: '',
727
workModel: 'Remote',
828
role: 'Founder & Lead Software Engineer',
929
period: {
1030
start: new Date('2024-11-01'),
31+
end: new Date('2025-10-01'),
1132
},
12-
current: true,
33+
current: false,
1334
website: 'https://www.micropump.fun',
1435
logo: '/micropump-logo.webp',
1536
description:

0 commit comments

Comments
 (0)