diff --git a/src/data.js b/src/data.js index 8e8f1bf1..48451bb2 100644 --- a/src/data.js +++ b/src/data.js @@ -855,6 +855,40 @@ const pages = [ 'React', ], }, + { + name: 'Mike Barkmin', + // Short description + description: + 'I\'m a passionate developer and researcher at the University of Duisburg-Essen at the chair of Computer Science Education.', + // URL to your /uses page + url: 'https://www.barkmin.eu/uses/', + twitter: '@mikebarkmin', + // An emoji that describes you + emoji: '🐧', + // emoji of your country's flag + country: '🇩🇪', + // ONE of: apple, windows or linux + computer: 'linux', + // iphone or android + phone: 'android', + // Tags - You can add your own, but please keep it to one word. "Social vape entrepreneur influencer denver" isn't a tag. + + // Dev Tags: Engineer, Developer, Designer, Front End, Back End, Full Stack, + // Other: Tags: Entrepreneur, Teacher, Podcaster, YouTuber, Blogger, Speaker, + // Language Tags: JavaScript, PHP, Rails, Ruby, TypeScript, React, Vue, Node + tags: [ + 'Developer', + 'Full Stack', + 'Researcher', + 'Teacher', + 'Python', + 'Flask', + 'Docker', + 'JavaScript', + 'React', + 'Node', + ], + }, ]; export default pages;