cv/src/Person.ts
2023-05-24 21:15:53 +02:00

12 regels
346 B
TypeScript

export const Person = {
name: "David Hrdina Němeček",
brief: "Software developer, people manager.",
skills: {
primary: ['Java', 'TypeScript', 'JavaScript'],
secondary: ['Kotlin', 'Go'],
others: ['Driver\'s license (B)']
},
interests: ['Guitars and Heavy Metal', 'Mazda MX-5', 'DIY electronics'],
};