mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
Add @razbakov (#1036)
This commit is contained in:
parent
d6d7664092
commit
169280be61
1 changed files with 26 additions and 0 deletions
26
src/data.js
26
src/data.js
|
|
@ -1,6 +1,32 @@
|
|||
// keep it commonjs export
|
||||
// Data is validated against the following schema https://github.com/wesbos/awesome-uses/blob/master/scripts/utils.js#L6-L21
|
||||
module.exports = [
|
||||
{
|
||||
name: 'Aleksey Razbakov',
|
||||
description: 'Indie Hacker. Web Developer. Salsa Dancer.',
|
||||
url: 'https://razbakov.com/uses/',
|
||||
twitter: '@razbakov',
|
||||
emoji: '🕺🏼',
|
||||
country: '🇺🇦',
|
||||
computer: 'apple',
|
||||
phone: 'android',
|
||||
tags: [
|
||||
'Design Sprint',
|
||||
'Design Systems',
|
||||
'Vue.js',
|
||||
'Tailwind CSS',
|
||||
'Nuxt',
|
||||
'JAMstack',
|
||||
'Serverless',
|
||||
'Netlify',
|
||||
'Full Stack',
|
||||
'UI/UX',
|
||||
'GraphQL',
|
||||
'Full Stack',
|
||||
'PHP',
|
||||
'Symfony',
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'Ayush Gupta',
|
||||
description: 'React & React Native developer, passionate photographer, technical writer and occasionaly designer.',
|
||||
|
|
|
|||
Loading…
Reference in a new issue