mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
Add Vadim Smirnov
This commit is contained in:
parent
120c9f4562
commit
4f566f8f59
1 changed files with 24 additions and 0 deletions
24
src/data.js
24
src/data.js
|
|
@ -1,6 +1,30 @@
|
||||||
// keep it commonjs export
|
// keep it commonjs export
|
||||||
// Data is validated against the following schema https://github.com/wesbos/awesome-uses/blob/master/scripts/utils.js#L53-L68
|
// Data is validated against the following schema https://github.com/wesbos/awesome-uses/blob/master/scripts/utils.js#L53-L68
|
||||||
module.exports = [
|
module.exports = [
|
||||||
|
{
|
||||||
|
name: 'Vadim Smirnov',
|
||||||
|
description:
|
||||||
|
'Software engineer and Community Leader at Facebook DevC. Working in React ecosystem.',
|
||||||
|
url: 'https://fuzzyreason.io/uses',
|
||||||
|
twitter: '@vadim__smirnov',
|
||||||
|
emoji: '🌵',
|
||||||
|
country: '🇧🇾',
|
||||||
|
computer: 'apple',
|
||||||
|
phone: 'iphone',
|
||||||
|
tags: [
|
||||||
|
'Developer',
|
||||||
|
'Full Stack',
|
||||||
|
'JavaScript',
|
||||||
|
'React',
|
||||||
|
'Node.js',
|
||||||
|
'CSS',
|
||||||
|
'Gatsby',
|
||||||
|
'Netlify',
|
||||||
|
'Styled Components',
|
||||||
|
'JAMstack',
|
||||||
|
'Remote',
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'Rosie Junghwa Yang',
|
name: 'Rosie Junghwa Yang',
|
||||||
description:
|
description:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue