Dejvino's Curriculum Vitae
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

12 lines
346 B

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