Braks

561
reputation
2
9
const Braks: Developer = {
  name: 'Burak Cakmakoglu',
  skills: [
    'Vue',
    'React',
    'Angular',
    'TypeScript',
    'JavaScript',
    'GraphQL',
    'PHP',
    'Java',
    '(S)CSS',
    'Machine Learning',
    'Docker',
    'AWS',
    'Cloud computing',
    'Hasura',
    "and more stuff I'm too lazy to list now"
  ],
  interests: [
    'Skateboarding',
    'Fantasy Novels (LotR, ASOIF, Stormlight Archives and the like)',
    'Open-Source Development',
    'Automation',
    'Bots'
  ],
  personality: ['courageous', 'kind', 'funny', 'annoying'],
  contact: {
    mail: 'brainbraks@googlemail.com',
    website: 'https://github.com/bcakmakoglu'
  },
  energyLevel: 3
};