mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
Add Ben Congdon
This commit is contained in:
parent
93b8ad6856
commit
fe4f65bfe1
1 changed files with 20 additions and 0 deletions
20
src/data.js
20
src/data.js
|
|
@ -2064,6 +2064,26 @@ const pages = [
|
||||||
'YouTuber',
|
'YouTuber',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'Ben Congdon',
|
||||||
|
description: 'Golang, Python, Rust. Runs in the Cloud.',
|
||||||
|
url: 'https://benjamincongdon.me/uses',
|
||||||
|
twitter: '@BenRCongdon',
|
||||||
|
emoji: '🤷♂️',
|
||||||
|
country: '🇺🇸',
|
||||||
|
computer: 'apple',
|
||||||
|
phone: 'iphone',
|
||||||
|
tags: [
|
||||||
|
'Developer',
|
||||||
|
'Engineer',
|
||||||
|
'Go',
|
||||||
|
'Rust',
|
||||||
|
'Serverless',
|
||||||
|
'Python',
|
||||||
|
'JavaScript',
|
||||||
|
'React',
|
||||||
|
],
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
export default pages;
|
export default pages;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue