mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
Update data.js
This commit is contained in:
parent
9f896c8dbd
commit
eccca434af
1 changed files with 34 additions and 20 deletions
54
src/data.js
54
src/data.js
|
|
@ -182,26 +182,6 @@ const pages = [
|
||||||
'Golang',
|
'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',
|
name: 'Lauro Silva',
|
||||||
description: 'Software Engineer and Technical Writer',
|
description: 'Software Engineer and Technical Writer',
|
||||||
|
|
@ -868,6 +848,40 @@ const pages = [
|
||||||
'React',
|
'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;
|
export default pages;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue