mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
Merge pull request #100 from tforster/patch-1
Update data.js with Troy Forster
This commit is contained in:
commit
a34acaa9a5
1 changed files with 150 additions and 114 deletions
42
data.js
42
data.js
|
|
@ -28,6 +28,39 @@ const pages = [
|
|||
'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',
|
||||
description: 'JavaScript Software Engineer, speaker, and trainer',
|
||||
|
|
@ -58,7 +91,8 @@ const pages = [
|
|||
country: '🇺🇸',
|
||||
computer: 'apple',
|
||||
phone: 'apple',
|
||||
tags: ['Engineer', 'Full Stack', 'JavaScript', 'Ruby'],
|
||||
tags: ['Engineer', 'Full Stack', 'JavaScript', 'Ruby'
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'Andrew Healey',
|
||||
|
|
@ -68,7 +102,8 @@ const pages = [
|
|||
country: '🇬🇧',
|
||||
computer: 'apple',
|
||||
phone: 'apple',
|
||||
tags: ['Software Engineer', 'Full Stack', 'JavaScript', 'Python', 'Writer'],
|
||||
tags: ['Software Engineer', 'Full Stack', 'JavaScript', 'Python', 'Writer'
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'Scott Tolinski',
|
||||
|
|
@ -78,7 +113,8 @@ const pages = [
|
|||
country: '🇺🇸',
|
||||
computer: 'apple',
|
||||
phone: 'apple',
|
||||
tags: ['Developer', 'FrontEnd', 'Entrepreneur', 'Teacher', 'JavaScript'],
|
||||
tags: ['Developer', 'FrontEnd', 'Entrepreneur', 'Teacher', 'JavaScript'
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'Benjamin Lannon',
|
||||
|
|
|
|||
Loading…
Reference in a new issue