mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
commit
3db2a7473f
1 changed files with 28 additions and 0 deletions
28
src/data.js
28
src/data.js
|
|
@ -1,6 +1,34 @@
|
||||||
// keep it commonjs export
|
// keep it commonjs export
|
||||||
// Data is validated against the following schema https://github.com/wesbos/awesome-uses/blob/master/scripts/utils.js#L53-L68
|
// Data is validated against the following schema https://github.com/wesbos/awesome-uses/blob/master/scripts/utils.js#L53-L68
|
||||||
module.exports = [
|
module.exports = [
|
||||||
|
{
|
||||||
|
name: 'Anh Hoang Nguyen',
|
||||||
|
description: 'Full-stack Developer, DevOps, SysAdmin',
|
||||||
|
url: "https://hoanganh.dev/uses/",
|
||||||
|
emoji: '🥴',
|
||||||
|
country: '🇻🇳',
|
||||||
|
computer: 'apple',
|
||||||
|
phone: 'iphone',
|
||||||
|
twitter: '@yeetusmagus',
|
||||||
|
tags: [
|
||||||
|
'c',
|
||||||
|
'c++',
|
||||||
|
'c#',
|
||||||
|
'python',
|
||||||
|
'javascript',
|
||||||
|
'webdev',
|
||||||
|
'photography',
|
||||||
|
'database',
|
||||||
|
'system design',
|
||||||
|
'devops',
|
||||||
|
'MLOps',
|
||||||
|
'weaboo',
|
||||||
|
'linux',
|
||||||
|
'win32',
|
||||||
|
'arm64',
|
||||||
|
'x86-assembly'
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'Vikash Patel',
|
name: 'Vikash Patel',
|
||||||
description: 'Engineer, Programmer, Web Developer',
|
description: 'Engineer, Programmer, Web Developer',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue