Update data.js

This commit is contained in:
Mike Barkmin 2020-01-09 17:10:19 +01:00 committed by GitHub
parent 9f896c8dbd
commit eccca434af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -182,26 +182,6 @@ const pages = [
'Golang',
],
},
{
name: 'Rick Calder',
description:
'Full Stack Developer, Amateur Writer mostly hockey and development, Hack Musician',
url: 'https://calder.io',
twitter: '@calder12',
emoji: '🤷🏾‍♂️',
country: '🇨🇦',
computer: 'windows',
phone: 'android',
tags: [
'Full Stack',
'Developer',
'Web Developer',
'JavaScript',
'PHP',
'Elixir',
'Go',
],
},
{
name: 'Lauro Silva',
description: 'Software Engineer and Technical Writer',
@ -868,6 +848,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;