mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
commit
12ecae1049
1 changed files with 11 additions and 0 deletions
11
src/data.js
11
src/data.js
|
|
@ -1,6 +1,17 @@
|
|||
// keep it commonjs export
|
||||
// Data is validated against the following schema https://github.com/wesbos/awesome-uses/blob/master/scripts/utils.js#L53-L68
|
||||
module.exports = [
|
||||
{
|
||||
name: 'Rameez Khan',
|
||||
description: 'Electrical Engineer turned Software Developer. Trying to build cool things and learning as I go.',
|
||||
url: 'https://rameezkhan.me/uses',
|
||||
twitter: '@RameezKhanSA',
|
||||
emoji: '🚀',
|
||||
country: '🇿🇦',
|
||||
computer: 'apple',
|
||||
phone: 'iphone',
|
||||
tags: ['Python', 'Clojure', 'React', 'Kubernetes', 'Emacs', 'Full Stack'],
|
||||
},
|
||||
{
|
||||
name: 'Seagyn Davis',
|
||||
description: 'Full stack human. Hobby runner. Mainly a husband and dad.',
|
||||
|
|
|
|||
Loading…
Reference in a new issue