Browse Source

Personal data - work experience

master
Dejvino 11 months ago
parent
commit
767232aff4
1 changed files with 25 additions and 13 deletions
  1. +25
    -13
      src/PersonalData.ts

+ 25
- 13
src/PersonalData.ts View File

@@ -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)']
}
]
},


Loading…
Cancel
Save