mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
Merge branch 'website' into website
This commit is contained in:
commit
bbab2729ea
2 changed files with 75 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -0,0 +1,2 @@
|
||||||
|
.idea
|
||||||
|
.DS_Store
|
||||||
73
data.js
73
data.js
|
|
@ -113,6 +113,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',
|
||||||
|
|
@ -147,6 +164,62 @@ const pages = [
|
||||||
'TypeScript',
|
'TypeScript',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'Jahir Fiquitiva',
|
||||||
|
description: 'Passionate and Creative Full Stack Developer',
|
||||||
|
url: 'https://jahir.dev/uses',
|
||||||
|
twitter: '@jahirfiquitiva',
|
||||||
|
emoji: '💎',
|
||||||
|
country: '🇨🇴',
|
||||||
|
computer: 'apple',
|
||||||
|
phone: 'apple',
|
||||||
|
tags: [
|
||||||
|
'Developer',
|
||||||
|
'Full Stack',
|
||||||
|
'JavaScript',
|
||||||
|
'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',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'Stefan Zweifel',
|
||||||
|
description: 'Full Stack Web Developer',
|
||||||
|
url: 'https://stefanzweifel.io/uses/',
|
||||||
|
emoji: '🏋️♂️',
|
||||||
|
country: '🇨🇭',
|
||||||
|
computer: 'apple',
|
||||||
|
phone: 'apple',
|
||||||
|
tags: [
|
||||||
|
'Developer',
|
||||||
|
'Front End',
|
||||||
|
'Back End',
|
||||||
|
'Full Stack',
|
||||||
|
'PHP',
|
||||||
|
'JavaScript',
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'Marc Backes',
|
name: 'Marc Backes',
|
||||||
description: 'Full-stack web developer, Freelancer, Blogger',
|
description: 'Full-stack web developer, Freelancer, Blogger',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue