mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
Added herper.io
This commit is contained in:
parent
93b8ad6856
commit
43341ecc97
1 changed files with 21 additions and 0 deletions
21
src/data.js
21
src/data.js
|
|
@ -2064,6 +2064,27 @@ const pages = [
|
||||||
'YouTuber',
|
'YouTuber',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'Jacob Herper',
|
||||||
|
description:
|
||||||
|
'Senior Front-End Engineer with a passion for all things digital. I create amazing web apps to make the internet a better place.',
|
||||||
|
url: 'https://herper.io/uses/',
|
||||||
|
twitter: '@jakeherp',
|
||||||
|
emoji: '👨💻',
|
||||||
|
country: '🇬🇧',
|
||||||
|
computer: 'apple',
|
||||||
|
phone: 'iphone',
|
||||||
|
tags: [
|
||||||
|
'JavaScript',
|
||||||
|
'React',
|
||||||
|
'Gatsby',
|
||||||
|
'Front End',
|
||||||
|
'Engineer',
|
||||||
|
'TypeScript',
|
||||||
|
'Performance',
|
||||||
|
'Entrepreneur',
|
||||||
|
],
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
export default pages;
|
export default pages;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue