mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
Merge pull request #1570 from jaetoole/master
Added in my website to data.js
This commit is contained in:
commit
2714779963
1 changed files with 20 additions and 0 deletions
20
src/data.js
20
src/data.js
|
|
@ -21,6 +21,26 @@
|
|||
* Keep this a commonjs export.
|
||||
*/
|
||||
module.exports = [
|
||||
{
|
||||
name: 'Jae Toole',
|
||||
description: 'Laravel developer, AWS enthusiast, Kubernetes lover',
|
||||
url: 'https://jaetoole.me/uses',
|
||||
country: '🇬🇧',
|
||||
twitter: '@jaetooledev',
|
||||
computer: 'apple',
|
||||
phone: 'iphone',
|
||||
emoji: '🧢',
|
||||
tags: [
|
||||
'PHP',
|
||||
'Laravel',
|
||||
'Typescript',
|
||||
'AWS',
|
||||
'Backend',
|
||||
'Next.js',
|
||||
'React',
|
||||
'Kubernetes',
|
||||
]
|
||||
},
|
||||
{
|
||||
name: 'Brandon Lim',
|
||||
description: 'Software Engineer based in Singapore',
|
||||
|
|
|
|||
Loading…
Reference in a new issue