mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
people
This commit is contained in:
parent
9d64ba7faa
commit
0164a1ea24
1 changed files with 39 additions and 0 deletions
39
src/data.js
39
src/data.js
|
|
@ -1502,6 +1502,45 @@ const pages = [
|
|||
'Gatsby',
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'Chiamaka Ikeanyi',
|
||||
description: 'Software Engineer, Technical Writer, Poet',
|
||||
url: 'https://chiamakaikeanyi.dev/uses',
|
||||
twitter: '@chiamakaikeanyi',
|
||||
emoji: '👩🏽💻',
|
||||
country: '🇳🇬',
|
||||
computer: 'apple',
|
||||
phone: 'android',
|
||||
tags: [
|
||||
'Engineer',
|
||||
'Front End',
|
||||
'Blogger',
|
||||
'JavaScript',
|
||||
'Accessibility',
|
||||
'Performance',
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'Francis Sunday',
|
||||
description: 'Software Engineer | Gopher | Hacker',
|
||||
url: 'https://hakaselogs.me/2020-01-10/what-i-use',
|
||||
twitter: '@codehakase',
|
||||
emoji: '🔥',
|
||||
country: '🇳🇬',
|
||||
computer: 'apple',
|
||||
phone: 'iphone',
|
||||
tags: [
|
||||
'Developer',
|
||||
'Engineer',
|
||||
'Full Stack',
|
||||
'JavaScript',
|
||||
'PHP',
|
||||
'Go',
|
||||
'React',
|
||||
'Node',
|
||||
'Golang',
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
export default pages;
|
||||
|
|
|
|||
Loading…
Reference in a new issue