mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
Merge pull request #1095 from FuzzyReason/vadimsmirnov
Add Vadim Smirnov
This commit is contained in:
commit
4fecee566c
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
|
||||
// Data is validated against the following schema https://github.com/wesbos/awesome-uses/blob/master/scripts/utils.js#L53-L68
|
||||
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: 'Alan Redzepagic',
|
||||
description: 'Front-end development, web native, tech enthusiast',
|
||||
|
|
|
|||
Loading…
Reference in a new issue