Merge pull request #100 from tforster/patch-1

Update data.js with Troy Forster
This commit is contained in:
Wes Bos 2020-01-06 17:17:25 -05:00 committed by GitHub
commit a34acaa9a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

42
data.js
View file

@ -28,6 +28,39 @@ const pages = [
'JavaScript', 'JavaScript',
], ],
}, },
{
name: 'Troy Forster',
// Short description
description: 'Consulting Technology Director and CTO for Hire',
// URL to your /uses page
url: 'https: //tforster.com/uses',
twitter: '@tforster',
// An emoji that describes you
emoji: '',
// emoji of your country's flag
country: '🇨🇦',
// apple, windows or linux
computer: 'windows and linux via wsl2',
// apple or android
phone: 'android',
// Tags
// Dev Tags: Engineer, Developer, Designer, Front End, Back End, Full Stack,
// Other: Tags: Entrepreneur, Teacher, Podcaster, YouTuber, Blogger, Speaker,
// Language Tags: JavaScript, PHP, Rails, Ruby, TypeScript...
tags: [
'Engineer',
'Back End',
'Front End',
'Consultant',
'Entrepreneur',
'JavaScript',
'C#',
'PHP',
'Serverless',
'SOA',
'Enterprise'
],
},
{ {
name: 'Kent C. Dodds', name: 'Kent C. Dodds',
description: 'JavaScript Software Engineer, speaker, and trainer', description: 'JavaScript Software Engineer, speaker, and trainer',
@ -58,7 +91,8 @@ const pages = [
country: '🇺🇸', country: '🇺🇸',
computer: 'apple', computer: 'apple',
phone: 'apple', phone: 'apple',
tags: ['Engineer', 'Full Stack', 'JavaScript', 'Ruby'], tags: ['Engineer', 'Full Stack', 'JavaScript', 'Ruby'
],
}, },
{ {
name: 'Andrew Healey', name: 'Andrew Healey',
@ -68,7 +102,8 @@ const pages = [
country: '🇬🇧', country: '🇬🇧',
computer: 'apple', computer: 'apple',
phone: 'apple', phone: 'apple',
tags: ['Software Engineer', 'Full Stack', 'JavaScript', 'Python', 'Writer'], tags: ['Software Engineer', 'Full Stack', 'JavaScript', 'Python', 'Writer'
],
}, },
{ {
name: 'Scott Tolinski', name: 'Scott Tolinski',
@ -78,7 +113,8 @@ const pages = [
country: '🇺🇸', country: '🇺🇸',
computer: 'apple', computer: 'apple',
phone: 'apple', phone: 'apple',
tags: ['Developer', 'FrontEnd', 'Entrepreneur', 'Teacher', 'JavaScript'], tags: ['Developer', 'FrontEnd', 'Entrepreneur', 'Teacher', 'JavaScript'
],
}, },
{ {
name: 'Benjamin Lannon', name: 'Benjamin Lannon',