mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
Add Vincent
This commit is contained in:
parent
9ca84ecf46
commit
ebeb99ede5
1 changed files with 20 additions and 0 deletions
20
src/data.js
20
src/data.js
|
|
@ -571,6 +571,26 @@ const pages = [
|
||||||
'Crystal',
|
'Crystal',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'Vincent Ramdhanie',
|
||||||
|
description: 'Software Developer, Lecturer, Technical Writer and Mentor',
|
||||||
|
url: 'https://vincentramdhanie.com/uses',
|
||||||
|
emoji: '',
|
||||||
|
country: '🇹🇹',
|
||||||
|
computer: 'apple',
|
||||||
|
phone: 'android',
|
||||||
|
tags: [
|
||||||
|
'Developer',
|
||||||
|
'Full Stack',
|
||||||
|
'Lecturer',
|
||||||
|
'Mentor',
|
||||||
|
'React',
|
||||||
|
'Node',
|
||||||
|
'Testing',
|
||||||
|
'Machine Learning',
|
||||||
|
'Python',
|
||||||
|
],
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
export default pages;
|
export default pages;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue