From 767232aff4d6076cb2b694f1487fd716ce1ed32d Mon Sep 17 00:00:00 2001 From: Dejvino Date: Sun, 28 May 2023 14:57:48 +0200 Subject: [PATCH] Personal data - work experience --- src/PersonalData.ts | 38 +++++++++++++++++++++++++------------- 1 file changed, 25 insertions(+), 13 deletions(-) diff --git a/src/PersonalData.ts b/src/PersonalData.ts index 3610517..79ce8f2 100644 --- a/src/PersonalData.ts +++ b/src/PersonalData.ts @@ -14,34 +14,46 @@ export const personalData: PersonalData = { ], jobs: { current: { - position: 'Senior Software Development Manager', + position: 'Senior Software Development Manager (UI Platform)', company: 'Oracle|NetSuite', timerange: '2022 - present', - description: 'Lead role in the development of internal UI frameworks, components and tools.', - tags: ['TypeScript', 'Preact', 'NodeJs/NPM'] + description: `Engineering lead for multiple UI Platform teams. Development of UI frameworks, components and tools. + Leading a UI testing architecture group, supplemental product owner.`, + tags: ['TypeScript', 'Preact', 'NodeJs', 'Oracle JET', 'Java', 'Git'] }, previous: [ { - position: 'Software Development Manager', + position: 'Software Development Manager (UI Platform)', company: 'Oracle|NetSuite', - timerange: '2017 - 2022', - description: '', + timerange: '2020 - 2022', + description: 'Engineering lead for a UI Platform team. Development of UI components. Supplementing a product owner when bootstrapping a team.', + tags: ['TypeScript', 'Preact', 'NodeJs', 'Oracle JET', 'Java', 'Git'] }, { - position: 'Senior Software Engineer', + position: 'Software Development Manager (ERP, Tax)', + company: 'Oracle|NetSuite', + timerange: '2017 - 2020', + description: 'Developer lead for ERP: Tax. Design and implementation of a pluggable Tax calculation engine. Coordination of multiple squads supporting both the legacy and the next-gen systems concurrently.', + tags: ['Java', 'Oracle SQL', 'JavaScript', 'Perforce', 'Git', 'Software Architecture'] + }, + { + position: 'Senior Software Engineer (ERP, Tax)', company: 'Oracle|NetSuite', timerange: '2013 - 2017', - description: '', + description: `Development of Tax calculation and reporting modules in a cloud ERP system. + Large-scale refactoring of legacy code. Introduction of a pluggable architecture.`, + tags: ['Java', 'Oracle SQL', 'JavaScript', 'Perforce', 'Legacy code refactoring'] }, { position: 'Software Engineer', company: 'Q2 Interactive', timerange: '2009 - 2013', - description: `Development and project lead of multiple web applications: - - CRM system (PHP backend with Android frontend), - - Accounting web app, - - e-commerce sites.`, - tags: ['PHP', 'Java', 'Server hosting', 'Linux', 'Android'] + description: `Development and project leadership of multiple web applications: + - CRM system (PHP backend server, JavaScript frontend, Android client app), + - Accounting web app (PHP, JavaScript), + - e-commerce sites (Magento), + - Linux server maintenance.`, + tags: ['PHP', 'Java', 'JavaScript', 'MySQL', 'Server hosting', 'Linux', 'Android', 'Subversion (SVN)'] } ] },