Merge pull request #163 from mikebarkmin/patch-1

Update data.js - add Mike Barkmin
This commit is contained in:
Wes Bos 2020-01-09 11:22:09 -05:00 committed by GitHub
commit 4897726230
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;