mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
Added myself
This commit is contained in:
parent
93b8ad6856
commit
60bb48bbc1
1 changed files with 19 additions and 0 deletions
19
src/data.js
19
src/data.js
|
|
@ -2064,6 +2064,25 @@ const pages = [
|
|||
'YouTuber',
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'Antoni Kepinski',
|
||||
description:
|
||||
'Node Fetch maintainer // Into Node.js and Rust',
|
||||
url: 'https://kepinski.me/uses/',
|
||||
twitter: '@dokwadratu',
|
||||
emoji: '⚡',
|
||||
country: '🇵🇱',
|
||||
computer: 'linux',
|
||||
phone: 'iphone',
|
||||
tags: [
|
||||
'JavaScript',
|
||||
'Developer',
|
||||
'TypeScript',
|
||||
'React',
|
||||
'Rust',
|
||||
'Node'
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
export default pages;
|
||||
|
|
|
|||
Loading…
Reference in a new issue