mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
Add Joshua Cerbito (@joshuacerbito)
This commit is contained in:
parent
278fd6882a
commit
dc7b5e3191
1 changed files with 17 additions and 17 deletions
34
src/data.js
34
src/data.js
|
|
@ -1,23 +1,6 @@
|
||||||
// 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: 'Joshua Cerbito',
|
|
||||||
description:
|
|
||||||
'I write code, I train devs, and I play music.',
|
|
||||||
url: 'https://www.cerbito.com/uses',
|
|
||||||
twitter: '@joshuacerbito',
|
|
||||||
emoji: '🎸',
|
|
||||||
country: '🇵🇭',
|
|
||||||
computer: 'windows',
|
|
||||||
phone: 'iphone',
|
|
||||||
tags: [
|
|
||||||
'Full Stack',
|
|
||||||
'Teacher',
|
|
||||||
'Musician',
|
|
||||||
'Gamer'
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: 'Karol Sobolewski',
|
name: 'Karol Sobolewski',
|
||||||
description:
|
description:
|
||||||
|
|
@ -46,6 +29,23 @@ module.exports = [
|
||||||
'Remote',
|
'Remote',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'Joshua Cerbito',
|
||||||
|
description:
|
||||||
|
'I write code, I train devs, and I play music.',
|
||||||
|
url: 'https://www.cerbito.com/uses',
|
||||||
|
twitter: '@joshuacerbito',
|
||||||
|
emoji: '🎸',
|
||||||
|
country: '🇵🇭',
|
||||||
|
computer: 'windows',
|
||||||
|
phone: 'iphone',
|
||||||
|
tags: [
|
||||||
|
'Full Stack',
|
||||||
|
'Teacher',
|
||||||
|
'Musician',
|
||||||
|
'Gamer'
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'Salma Alam-Naylor',
|
name: 'Salma Alam-Naylor',
|
||||||
description: 'Live coding streamer, writer and speaker',
|
description: 'Live coding streamer, writer and speaker',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue