mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
Added Andrew McCombe / @euperia
Added myself to the mix...
This commit is contained in:
parent
e77803b8d5
commit
516a6970e2
1 changed files with 32 additions and 1 deletions
33
data.js
33
data.js
|
|
@ -77,7 +77,6 @@ const pages = [
|
|||
description:
|
||||
'Independent Software Engineer, trainer & speaker. Into sports & music.',
|
||||
url: 'https://glennreyes.com/uses',
|
||||
twitter: '@glnnrys',
|
||||
emoji: '💃',
|
||||
country: '🇺🇸',
|
||||
computer: 'apple',
|
||||
|
|
@ -268,6 +267,38 @@ const pages = [
|
|||
'JavaScript',
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'Andrew McCombe',
|
||||
// Short description
|
||||
description: 'Experienced full stack web developer with a passion for testing.',
|
||||
// URL to your /uses page
|
||||
url: 'https://www.euperia.com/uses',
|
||||
twitter: '@euperia',
|
||||
// An emoji that describes you
|
||||
emoji: '🏁',
|
||||
// emoji of your country's flag
|
||||
country: '🇬🇧',
|
||||
// apple, windows or linux
|
||||
computer: 'apple',
|
||||
// iphone or android
|
||||
phone: 'android',
|
||||
// Tags
|
||||
// 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...
|
||||
tags: [
|
||||
'Developer',
|
||||
'Full Stack',
|
||||
'Back End',
|
||||
'Laravel',
|
||||
'PHP',
|
||||
'JavaScript',
|
||||
'Vue',
|
||||
'LAMP / LEMP',
|
||||
'ElasticSearch / Solr',
|
||||
'AWS',
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
export default pages;
|
||||
|
|
|
|||
Loading…
Reference in a new issue