mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
more people
This commit is contained in:
parent
66096c98bf
commit
033d17281a
1 changed files with 48 additions and 2 deletions
50
src/data.js
50
src/data.js
|
|
@ -1171,8 +1171,8 @@ const pages = [
|
||||||
'Electron',
|
'Electron',
|
||||||
'Python',
|
'Python',
|
||||||
'FPVtips',
|
'FPVtips',
|
||||||
'Developer'
|
'Developer',
|
||||||
]
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Karl Horky',
|
name: 'Karl Horky',
|
||||||
|
|
@ -1286,6 +1286,52 @@ const pages = [
|
||||||
'AWS',
|
'AWS',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'Marek Racík',
|
||||||
|
description: 'Full Stack Developer',
|
||||||
|
url: 'https://racik.info/uses',
|
||||||
|
twitter: '@marek_racik',
|
||||||
|
emoji: '🍍',
|
||||||
|
country: '🇸🇰',
|
||||||
|
computer: 'apple',
|
||||||
|
phone: 'iphone',
|
||||||
|
tags: [
|
||||||
|
'Web Developer',
|
||||||
|
'Full Stack',
|
||||||
|
'Laravel',
|
||||||
|
'Vue',
|
||||||
|
'Tailwind',
|
||||||
|
'Django',
|
||||||
|
'Python',
|
||||||
|
'PHP',
|
||||||
|
'JavaScript',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'Steven van Loef',
|
||||||
|
description: 'Web Developer, App Developer',
|
||||||
|
url: 'https://steven.vanloef.com/uses',
|
||||||
|
twitter: '@ludolphus',
|
||||||
|
emoji: '🎲',
|
||||||
|
country: '🇳🇱',
|
||||||
|
computer: 'apple',
|
||||||
|
phone: 'iphone',
|
||||||
|
tags: [
|
||||||
|
'Developer',
|
||||||
|
'Full Stack',
|
||||||
|
'Entrepreneur',
|
||||||
|
'PHP',
|
||||||
|
'C',
|
||||||
|
'JavaScript',
|
||||||
|
'CakePHP',
|
||||||
|
'MySQL',
|
||||||
|
'Node',
|
||||||
|
'Front End',
|
||||||
|
'Back End',
|
||||||
|
'HTML',
|
||||||
|
'CSS',
|
||||||
|
],
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
export default pages;
|
export default pages;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue