File tree Expand file tree Collapse file tree 3 files changed +22
-1
lines changed Expand file tree Collapse file tree 3 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 11import type { Experience } from './types' ;
22
33export 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 :
You can’t perform that action at this time.
0 commit comments