mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
This commit is contained in:
parent
2fd60ce0a5
commit
9e4035d142
1 changed files with 21 additions and 1 deletions
22
src/data.js
22
src/data.js
|
|
@ -1388,7 +1388,27 @@ const pages = [
|
||||||
'GraphQl',
|
'GraphQl',
|
||||||
'GatsbyJs',
|
'GatsbyJs',
|
||||||
]
|
]
|
||||||
}
|
},
|
||||||
|
{
|
||||||
|
name: 'Bezael Pérez',
|
||||||
|
description: 'Front-end Developer passionate. Trainer & speaker',
|
||||||
|
url: 'https://dominicode.com/uses',
|
||||||
|
twitter: '@bezael_dev',
|
||||||
|
emoji: '👨🏻🚀',
|
||||||
|
country: '🇩🇴',
|
||||||
|
computer: 'apple',
|
||||||
|
phone: 'android',
|
||||||
|
tags: [
|
||||||
|
'Developer',
|
||||||
|
'Angular',
|
||||||
|
'YouTuber',
|
||||||
|
'Typescript',
|
||||||
|
'Javascript',
|
||||||
|
'CSS',
|
||||||
|
'Node',
|
||||||
|
'Teacher'
|
||||||
|
],
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
export default pages;
|
export default pages;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue