mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
Merge pull request #1226 from mkuehb/add-marco-kuehbauch
add marco kuehbauch
This commit is contained in:
commit
36b29b51d3
1 changed files with 20 additions and 0 deletions
20
src/data.js
20
src/data.js
|
|
@ -1,6 +1,26 @@
|
|||
// 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: 'Marco Kuehbauch',
|
||||
description: 'Web developer from southern germany who loves to make fast and accessible websites and write about it.',
|
||||
url: 'https://marcokuehbauch.com/uses/',
|
||||
twitter: '@mkuehb',
|
||||
emoji: '🌳',
|
||||
country: '🇩🇪',
|
||||
computer: 'apple',
|
||||
phone: 'iphone',
|
||||
tags: [
|
||||
'JavaScript',
|
||||
'Developer',
|
||||
'React',
|
||||
'Node.js',
|
||||
'TypeScript',
|
||||
'Gatsby',
|
||||
'Freelancer',
|
||||
'Blogger',
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'David Torralbo',
|
||||
description: 'Backend developer. Focused in Web Performance',
|
||||
|
|
|
|||
Loading…
Reference in a new issue