mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
Add Pablo Obando (#898)
This commit is contained in:
parent
75dc2e19fa
commit
bc0cc9d3fc
1 changed files with 20 additions and 0 deletions
20
src/data.js
20
src/data.js
|
|
@ -1,5 +1,25 @@
|
||||||
// keep it commonjs export
|
// keep it commonjs export
|
||||||
module.exports = [
|
module.exports = [
|
||||||
|
{
|
||||||
|
name: 'Pablo Obando',
|
||||||
|
description:
|
||||||
|
'A software engineer who enjoys programming and good beers 🍻',
|
||||||
|
url: 'https://pabloobando.dev/uses',
|
||||||
|
twitter: '@pabloobandodev',
|
||||||
|
emoji: '🧙',
|
||||||
|
country: '🇨🇷',
|
||||||
|
computer: 'apple',
|
||||||
|
phone: 'iphone',
|
||||||
|
tags: [
|
||||||
|
'JavaScript',
|
||||||
|
'React Js',
|
||||||
|
'React Native',
|
||||||
|
'Next Js',
|
||||||
|
'Gatsby',
|
||||||
|
'GraphQl',
|
||||||
|
'Node Js',
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'Simon Fish',
|
name: 'Simon Fish',
|
||||||
description:
|
description:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue