add languages key & default values for all to English

This commit is contained in:
Frédéric Harper
2022-04-22 11:19:33 -04:00
parent b47726160f
commit 011d6410a7
3 changed files with 45 additions and 39 deletions

View File

@@ -30,12 +30,12 @@ I put this up quickly, and don't have more time this week to finalize what I had
- Generate a second list by location (when we'll have more people) - Generate a second list by location (when we'll have more people)
- Generate a third list by discussion topics (when we'll have more people) - Generate a third list by discussion topics (when we'll have more people)
- Add GitHub Action for JSON linting - Add GitHub Action for JSON linting & formating
- Add GitHub Action for automatic README generation - Add GitHub Action for automatic README generation
- Add GitHub Action for links validation - Add GitHub Action for links validation
- Create pull request template - Create pull request template
- Create a CONTRIBUTION.md - Create a CONTRIBUTION.md
- Better formatting of the list including city & country (suggestions welcome here). - Better formatting of the list including languages, city & country (suggestions welcome here).
## Acknoledgements ## Acknoledgements

View File

@@ -6,6 +6,7 @@
"company": "Mindee", "company": "Mindee",
"city": "Montréal", "city": "Montréal",
"country": "Canada", "country": "Canada",
"languages": ["English", "French"],
"linkedin": "https://www.linkedin.com/in/fredericharper", "linkedin": "https://www.linkedin.com/in/fredericharper",
"twitter": "https://twitter.com/fharper", "twitter": "https://twitter.com/fharper",
"scheduling": "https://calendly.com/fharper/coffee", "scheduling": "https://calendly.com/fharper/coffee",
@@ -18,6 +19,7 @@
"company": "Square @ Block, Inc.", "company": "Square @ Block, Inc.",
"city": "Oakland", "city": "Oakland",
"country": "United States of America", "country": "United States of America",
"languages": ["English"],
"linkedin": "https://www.linkedin.com/in/richardmoot", "linkedin": "https://www.linkedin.com/in/richardmoot",
"twitter": "https://twitter.com/wootmoot", "twitter": "https://twitter.com/wootmoot",
"scheduling": "https://calendly.com/moot-square/30min", "scheduling": "https://calendly.com/moot-square/30min",
@@ -54,6 +56,7 @@
"company": "Budibase", "company": "Budibase",
"city": "Rotterdam", "city": "Rotterdam",
"country": "Netherlands", "country": "Netherlands",
"languages": ["English"],
"linkedin": "https://www.linkedin.com/in/wraldpyk/", "linkedin": "https://www.linkedin.com/in/wraldpyk/",
"twitter": "https://twitter.com/wraldpyk", "twitter": "https://twitter.com/wraldpyk",
"scheduling": "https://calendar.google.com/calendar/appointments/schedules/AcZssZ2j2HSqAeHfTXLKLdq5VyE-3lCrbIBLtL7DWAk6VrAkJfC5GVFEFI8cHAhUeIkbqFe1l3hmhm6A", "scheduling": "https://calendar.google.com/calendar/appointments/schedules/AcZssZ2j2HSqAeHfTXLKLdq5VyE-3lCrbIBLtL7DWAk6VrAkJfC5GVFEFI8cHAhUeIkbqFe1l3hmhm6A",
@@ -66,25 +69,27 @@
"company": "AWS", "company": "AWS",
"city": "London", "city": "London",
"country": "England", "country": "England",
"languages": ["English"],
"linkedin": "https://www.linkedin.com/in/ricardosueiras", "linkedin": "https://www.linkedin.com/in/ricardosueiras",
"twitter": "https://twitter.com/094459", "twitter": "https://twitter.com/094459",
"scheduling": "https://calendly.com/ricardo-sueiras/you-are-amazing", "scheduling": "https://calendly.com/ricardo-sueiras/you-are-amazing",
"online-only": false, "online-only": false,
"topics": ["Open Source", "Developer Relations", "Innovation", "Cloud", "Mentoring", "Education"] "topics": ["Open Source", "Developer Relations", "Innovation", "Cloud", "Mentoring", "Education"]
}, },
{ {
"name": "Shannon Lal", "name": "Shannon Lal",
"title": "Director, Journey Technical Lead", "title": "Director, Journey Technical Lead",
"company": "RBC", "company": "RBC",
"city": "Montreal", "city": "Montreal",
"country": "Canada", "country": "Canada",
"linkedin": "https://www.linkedin.com/in/shannonlal", "languages": ["English"],
"twitter": "https://twitter.com/shannondlal", "linkedin": "https://www.linkedin.com/in/shannonlal",
"scheduling": "https://calendly.com/shannonlal/30min", "twitter": "https://twitter.com/shannondlal",
"online-only": false, "scheduling": "https://calendly.com/shannonlal/30min",
"topics": ["Starting in Tech", "Job Searching", "Web", "Dev Ops", "React", "Tech", "NodeJS", "Software Engineering"] "online-only": false,
}, "topics": ["Starting in Tech", "Job Searching", "Web", "Dev Ops", "React", "Tech", "NodeJS", "Software Engineering"]
{ },
{
"name": "Baskar Rao Dandlamudi", "name": "Baskar Rao Dandlamudi",
"title": "Solutions Architect", "title": "Solutions Architect",
"company": "Perficient", "company": "Perficient",
@@ -96,27 +101,28 @@
"online-only": false, "online-only": false,
"topics": ["Application Development", "Starting in Tech", "Job Searching", "Mobile", "Tech", "Software Engineering"] "topics": ["Application Development", "Starting in Tech", "Job Searching", "Mobile", "Tech", "Software Engineering"]
}, },
{ {
"name": "Anthony Dellavecchia", "name": "Anthony Dellavecchia",
"title": "Developer Evangelist, Staff", "title": "Developer Evangelist, Staff",
"company": "Twilio", "company": "Twilio",
"city": "Seattle", "city": "Seattle",
"country": "United States of America", "country": "United States of America",
"linkedin": "https://www.linkedin.com/in/anthonydellavecchia", "languages": ["English"],
"twitter": "https://twitter.com/anthonyjdella", "linkedin": "https://www.linkedin.com/in/anthonydellavecchia",
"scheduling": "https://calendly.com/anthonyjdella/chat", "twitter": "https://twitter.com/anthonyjdella",
"online-only": false, "scheduling": "https://calendly.com/anthonyjdella/chat",
"topics": [ "online-only": false,
"Software Engineering", "topics": [
"Developer Relations", "Software Engineering",
"Developers Documentation", "Developer Relations",
"Community Building", "Developers Documentation",
"Personal Branding", "Community Building",
"Starting in Tech", "Personal Branding",
"Job Search", "Starting in Tech",
"Mental Health", "Job Search",
"Imposter Syndrome" "Mental Health",
] "Imposter Syndrome"
} ]
}
] ]
} }

View File

@@ -22,12 +22,12 @@ I put this up quickly, and don't have more time this week to finalize what I had
- Generate a second list by location (when we'll have more people) - Generate a second list by location (when we'll have more people)
- Generate a third list by discussion topics (when we'll have more people) - Generate a third list by discussion topics (when we'll have more people)
- Add GitHub Action for JSON linting - Add GitHub Action for JSON linting & formating
- Add GitHub Action for automatic README generation - Add GitHub Action for automatic README generation
- Add GitHub Action for links validation - Add GitHub Action for links validation
- Create pull request template - Create pull request template
- Create a CONTRIBUTION.md - Create a CONTRIBUTION.md
- Better formatting of the list including city & country (suggestions welcome here). - Better formatting of the list including languages, city & country (suggestions welcome here).
## Acknoledgements ## Acknoledgements