mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
commit
a6317f3c85
1 changed files with 19 additions and 0 deletions
19
src/data.js
19
src/data.js
|
|
@ -1068,6 +1068,25 @@ const pages = [
|
||||||
'Docker',
|
'Docker',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'Mike Williamson',
|
||||||
|
description:
|
||||||
|
'Into IoT, BLE, node.js, Android and iOS native apps',
|
||||||
|
url: 'http://dikuw.com/',
|
||||||
|
twitter: '@dikuw',
|
||||||
|
emoji: '💻',
|
||||||
|
country: '🇺🇸',
|
||||||
|
computer: 'windows',
|
||||||
|
phone: 'iphone',
|
||||||
|
tags: [
|
||||||
|
'Developer',
|
||||||
|
'Full Stack',
|
||||||
|
'Entrepreneur',
|
||||||
|
'JavaScript',
|
||||||
|
'Node',
|
||||||
|
'CSS',
|
||||||
|
],
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
export default pages;
|
export default pages;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue