Skip to content

Commit 34bc651

Browse files
content(data): update position
1 parent dff3379 commit 34bc651

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

src/data/experience.json

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,19 @@
33
{
44
"company": "Medallia",
55
"companyUrl": "https://linkedin.com/company/medallia-inc.",
6-
"startDate": "March, 2022",
6+
"startDate": "August, 2024",
77
"endDate": "Present",
88
"location": "Prague, Czechia",
9-
"title": "Senior Software Engineer, Front-End",
9+
"title": "Staff Software Engineer, Front-End (Surveys & Assets)",
10+
"description": null
11+
},
12+
{
13+
"company": "Medallia",
14+
"companyUrl": "https://linkedin.com/company/medallia-inc.",
15+
"startDate": "March, 2022",
16+
"endDate": "July, 2024",
17+
"location": "Prague, Czechia",
18+
"title": "Sr. Software Engineer, Front-End (Surveys & Assets)",
1019
"description": "I've been helping them rebuild their surveys platform with a focus on Developer Experience (DX) and user-perceived performance. \n\nMy work includes measuring performance and its impact on user behavior, identifying culprits for bad experiences and addressing issues like delayed TTIs, high input latency, and janky animations. Also, I've been modernizing the codebase, pushing its rewrite in TypeScript, and adopting new tools.\n\nMostly working with:\n\n- JavaScript and TypeScript\n- React\n- redux and related tooling\n- Lighthouse, size-limit, and other performance measuring tools\n- Webpack and bundle optimization techniques\n- Jest, unit testing, integration testing, and robust testing infrastructure\n- Jenkins and related CI infrastructure\n- JIRA, Confluence, and other project management and documentation solutions"
1120
},
1221
{
@@ -15,7 +24,7 @@
1524
"startDate": "January, 2021",
1625
"endDate": "January, 2022",
1726
"location": "Prague, Czechia",
18-
"title": "Senior Software Engineer, Front-End",
27+
"title": "Sr. Software Engineer, Front-End (Citrix Workspace MicroApps)",
1928
"description": "I have helped architect and implement new features, address critical bugs, and improve Developer Experience in the MicroApps Builder, a low-code environment part of Citrix Workspace.\n\nMostly working with:\n\n- JavaScript and TypeScript\n- React\n- GraphQL, Apollo and its ecosystem\n- i18next and internationalization\n- Jest, unit testing, integration testing, and robust testing infrastructure\n- Jenkins and related CI infrastructure\n- JIRA, Confluence, and other project management and documentation solutions"
2029
},
2130
{
@@ -24,7 +33,7 @@
2433
"startDate": "September, 2020",
2534
"endDate": "December, 2020",
2635
"location": "Prague, Czechia",
27-
"title": "Senior Software Engineer, Front-End",
36+
"title": "Sr. Software Engineer, Front-End",
2837
"description": null
2938
},
3039
{
@@ -51,7 +60,7 @@
5160
"startDate": "September, 2017",
5261
"endDate": "August, 2019",
5362
"location": "Greater New York City Area",
54-
"title": "Senior Software Engineer, Front-End",
63+
"title": "Sr. Software Engineer, Front-End",
5564
"description": "Building large-scale geographic data visualization platforms and assets curation systems.\n\nMostly working with:\n\n- JavaScript and TypeScript\n- React and Next.js\n- React Native and iOS native development\n- redux and related tooling (e.g. redux-saga, redux-act, reselect, etc.)\n- Webpack and bundle optimization techniques\n- Map data plotting and analyzation tools (e.g. Mapbox GL, Turf.js, pbf, etc.)\n- Firebase services (Auth, Cloud Functions, Firestore, etc.)\n- Authentication, authorization, and accounting infrastructure (mostly with Auth0 and node.js)\n- Chat & Chatbots tooling (Intercom, Tokbox, Dialogflow, etc.)\n- Buddy CI and other continuous integration workflows\n- Vercel, Heroku, and other cloud platforms\n- Github Projects and other project management solutions"
5665
},
5766
{

src/pages/about/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ const Page: NextPage<PageProps> = ({ openGraphImage }) => {
112112
/>
113113

114114
<Typography.p>
115-
{`I'm`} currently based in Prague, Czech Republic, working as a Senior Software Engineer at{' '}
115+
{`I'm`} currently based in Prague, Czech Republic, working as a Staff Software Engineer at{' '}
116116
<Typography.a href="https://www.medallia.com">Medallia</Typography.a>, where I lead the development of their
117117
surveys platform, while writing technical articles and speaking to many international conferences. My
118118
current focus is on educating advanced developers and growing communities around React, perceived

0 commit comments

Comments
 (0)