From 2bb6b11ed9a0c40702112de7c2c737b930a526ee Mon Sep 17 00:00:00 2001 From: Dejvino Date: Fri, 2 Jun 2023 09:14:12 +0200 Subject: [PATCH] Update personal data with details --- src/PersonalData.ts | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/src/PersonalData.ts b/src/PersonalData.ts index e554d2f..366c23b 100644 --- a/src/PersonalData.ts +++ b/src/PersonalData.ts @@ -1,7 +1,8 @@ import { PersonalData } from "./PersonalDataTypes"; export const personalData: PersonalData = { - updatedDate: '2023-05-26', + updatedDate: '2023-06-01', + name: "David Hrdina Němeček", brief: "Software developer. Engineering lead & manager.", @@ -19,8 +20,8 @@ export const personalData: PersonalData = { position: 'Senior Software Development Manager (UI Platform)', company: 'Oracle|NetSuite', timerange: '2022 - present', - description: `Engineering lead for multiple UI Platform teams. Development of UI frameworks, components and tools. - Leading a UI testing architecture group, supplemental product owner.`, + description: `Engineering lead for multiple UI Platform teams. Development of core UI frameworks, components and tools used by the rest of the organization. + Leading a UI testing architecture group, supplemental product owner for this group.`, tags: ['TypeScript', 'Preact', 'NodeJs', 'Oracle JET', 'Java', 'Git'] }, previous: [ @@ -28,7 +29,8 @@ export const personalData: PersonalData = { position: 'Software Development Manager (UI Platform)', company: 'Oracle|NetSuite', timerange: '2020 - 2022', - description: 'Engineering lead for a UI Platform team. Development of UI components. Supplementing a product owner when bootstrapping a team.', + description: `Engineering lead for a UI Platform team. Development of UI components that formed a UI toolkit used by the rest of the organization. + Supplementing a product owner while bootstrapping a team.`, tags: ['TypeScript', 'Preact', 'NodeJs', 'Oracle JET', 'Java', 'Git'] }, { @@ -63,8 +65,8 @@ export const personalData: PersonalData = { projects: { current: { position: `Personal projects`, - description: `Various hardware and software projects. Usually open sourced and published on [projects.dejvino.com](https://projects.dejvino.com) . - These include video games, utilities, 3D models, devices with embedded microcontrollers etc.`, + description: `Various hardware and software projects. Usually open sourced and published on [projects.dejvino.com](https://projects.dejvino.com) or [git.dejvino.cz](https://git.dejvino.cz). + These include video games, utilities, 3D models, retrofitting devices with embedded microcontrollers etc.`, tags: ['Java', 'Python', 'C/C++', 'Embedded Software', 'OpenSCAD', 'TypeScript', 'Linux', 'Open Source', 'Git', 'Self-hosting'] } }, @@ -75,14 +77,17 @@ export const personalData: PersonalData = { position: `Master's degree, Parallel and Distributed Systems`, company: `Faculty of Informatics, Masaryk University Brno`, timerange: '2011 - 2013', - description: `Master's thesis: Efficient computation and visualization of correlations in medical signals.`, + description: `Master's thesis: Efficient computation and visualization of correlations in medical signals. + The first part consisted of high-performance computation of correlations on large volumes of analog data using supercomputers. + The second part covered the visualization of the computed results which allowed interactive exploration and processing of the data by a researcher.`, tags: ['C/C++', 'Supercomputers', 'OpenMPI', 'Python', 'Visualization', 'Data science'] }, { position: `Bachelor's degree, Parallel and Distributed Systems`, company: `Faculty of Informatics, Masaryk University Brno`, timerange: '2008 - 2011', - description: `Bachelor's thesis: Parallel implementation of force-field decompression algorithm.`, + description: `Bachelor's thesis: Parallel implementation of force-field decompression algorithm. + The solution executed on a supercomputer cluster to perform real-time simulation of molecular forces. This in turn provided haptic feedback to a 3D pointing device.`, tags: ['C/C++', 'Supercomputers', 'OpenMPI', 'Data science'] } ]