mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
Merge branch 'website' into patch-1
This commit is contained in:
commit
6a3fb86899
2 changed files with 83 additions and 18 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -0,0 +1,2 @@
|
||||||
|
.idea
|
||||||
|
.DS_Store
|
||||||
99
data.js
99
data.js
|
|
@ -82,6 +82,30 @@ const pages = [
|
||||||
'Blogger',
|
'Blogger',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'Glenn Reyes',
|
||||||
|
description: 'Independent Software Engineer, trainer & speaker. Into sports & music.',
|
||||||
|
url: 'https://glennreyes.com/uses',
|
||||||
|
emoji: '💃',
|
||||||
|
country: '🇺🇸',
|
||||||
|
computer: 'apple',
|
||||||
|
phone: 'apple',
|
||||||
|
// Tags
|
||||||
|
// Dev Tags: Engineer, Developer, Designer, Front End, Back End, Full Stack,
|
||||||
|
// Other: Tags: Entrepreneur, Teacher, Podcaster, YouTuber, Blogger, Speaker,
|
||||||
|
// Language Tags: JavaScript, PHP, Rails, Ruby, TypeScript...
|
||||||
|
tags: [
|
||||||
|
'Developer',
|
||||||
|
'Front End',
|
||||||
|
'Entrepreneur',
|
||||||
|
'Teacher',
|
||||||
|
'JavaScript',
|
||||||
|
'React',
|
||||||
|
'GraphQL',
|
||||||
|
'TypeScript',
|
||||||
|
'Speaker'
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'Adam Jahnke',
|
name: 'Adam Jahnke',
|
||||||
description:
|
description:
|
||||||
|
|
@ -113,6 +137,23 @@ const pages = [
|
||||||
phone: 'apple',
|
phone: 'apple',
|
||||||
tags: ['Developer', 'FrontEnd', 'Entrepreneur', 'Teacher', 'JavaScript'],
|
tags: ['Developer', 'FrontEnd', 'Entrepreneur', 'Teacher', 'JavaScript'],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'Josiah Wiebe',
|
||||||
|
description: 'Designer & developer, lifelong learner.',
|
||||||
|
url: 'https://jwie.be/uses/',
|
||||||
|
emoji: '🚴',
|
||||||
|
country: '🇨🇦',
|
||||||
|
computer: 'apple',
|
||||||
|
phone: 'apple',
|
||||||
|
tags: [
|
||||||
|
'Full Stack',
|
||||||
|
'Developer',
|
||||||
|
'Designer',
|
||||||
|
'Python',
|
||||||
|
'JavaScript',
|
||||||
|
'TypeScript',
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'Benjamin Lannon',
|
name: 'Benjamin Lannon',
|
||||||
description: 'Web Developer, Open Source Contributor, Livestreamer',
|
description: 'Web Developer, Open Source Contributor, Livestreamer',
|
||||||
|
|
@ -174,24 +215,46 @@ const pages = [
|
||||||
'Rails lover',
|
'Rails lover',
|
||||||
'TypeScript enthusiast',
|
'TypeScript enthusiast',
|
||||||
],
|
],
|
||||||
uses: {
|
},
|
||||||
hardware: ['2018 15inch MacBook Pro', 'AirPods', 'iPhone 7', 'Moft Stand'],
|
{
|
||||||
software: {
|
name: 'Jahir Fiquitiva',
|
||||||
editor: ['VScode', 'vim'],
|
description: 'Passionate and Creative Full Stack Developer',
|
||||||
programmingLanguages: ['ruby', 'typescript', 'php'],
|
url: 'https://jahir.dev/uses',
|
||||||
browser: 'Chrome',
|
twitter: '@jahirfiquitiva',
|
||||||
communication: ['Slack', 'Telegram'],
|
emoji: '💎',
|
||||||
terminal: 'iTerm2',
|
country: '🇨🇴',
|
||||||
productivity: ['Better Touch Tool', 'Alfred', 'RescueTime', 'Notion', 'Memory Diag', 'HapticKey', 'Karabiner'],
|
computer: 'apple',
|
||||||
security: ['1Password', 'Sophos'],
|
phone: 'apple',
|
||||||
},
|
tags: [
|
||||||
leisure: {
|
'Developer',
|
||||||
apps: ['twitter', 'TikTok', 'Swarm'],
|
'Full Stack',
|
||||||
games: ['Factorio', 'Two Dots'],
|
'JavaScript',
|
||||||
misc: ['Kindle']
|
'Kotlin',
|
||||||
}
|
'Python',
|
||||||
}
|
'Kotlin',
|
||||||
}
|
'React'
|
||||||
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'Brad Garropy',
|
||||||
|
description: 'Self taught frontender at Adobe, into lifting and country music.',
|
||||||
|
url: 'https://bradgarropy.com/uses',
|
||||||
|
twitter: '@bradgarropy',
|
||||||
|
emoji: '🤠',
|
||||||
|
country: '🇺🇸',
|
||||||
|
computer: 'windows',
|
||||||
|
phone: 'android',
|
||||||
|
tags: [
|
||||||
|
'Developer',
|
||||||
|
'Front End',
|
||||||
|
'Full Stack',
|
||||||
|
'Streamer',
|
||||||
|
'YouTuber',
|
||||||
|
'Blogger',
|
||||||
|
'JavaScript',
|
||||||
|
'Python',
|
||||||
|
],
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
export default pages;
|
export default pages;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue