-
-
Notifications
You must be signed in to change notification settings - Fork 774
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: ambassador program page #1123
Changes from 3 commits
8957cf9
143faa5
b958102
d221fd6
ab9c5ac
4c6b9de
32d59c1
1dcf401
55d3139
81a0b1e
17b03ee
04734d4
19fc24e
57b6739
5f6c60b
0ee952a
3fde9bc
25e23b0
ed94184
abc349c
5df6e05
12c8f8b
667e944
63d67ad
3be8127
b9db8b1
67a85f6
c10ba0a
d119d65
bca663d
38850f8
f8c1770
d78343b
8c7e46c
6bd1001
57a8a2f
0a7ec2b
19fe7b1
d76e858
cb36ce3
ba9c496
f5aa617
7083c72
a1bf73d
be844b9
ed927d1
26060ad
df94878
4d99678
f470962
a508d15
2f03c20
c178afe
7568b33
c51c54c
d5c6dcb
1122697
344d630
681c6c6
13234b4
8a7e191
1570818
149390d
115c7b6
09454c6
55134b7
c72634f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,164 +1,179 @@ | ||
[ | ||
{ | ||
"name": "Alejandra Quetzalli", | ||
"github": "alequetzalli", | ||
"twitter": "QuetzalliAle", | ||
"linkedin": "alejandra-quetzalli", | ||
"company": "Postman", | ||
"contributions": [ | ||
{ | ||
"type": "presentation", | ||
"title": "How to contribute to AsyncAPI Dev Docs, AsyncAPI Conference", | ||
"date": { | ||
"year": 2021, | ||
"month": "November" | ||
}, | ||
"link": "https://www.youtube.com/watch?v=xAzbDDEbQ18" | ||
}, | ||
{ | ||
"type": "workshop", | ||
"title": "Workshop on contributing to AsyncAPI, CCOSS", | ||
"date": { | ||
"year": 2021, | ||
"month": "October" | ||
}, | ||
"link": "https://ccoss.org/sessions/2021/taller-contribucion-asyncapi/" | ||
}, | ||
{ | ||
"type": "article", | ||
"title": "Change is coming to our AsyncAPI Developer Documentation", | ||
"date": { | ||
"year": 2021, | ||
"month": "December" | ||
}, | ||
"link": "https://www.asyncapi.com/blog/changes-coming-docs" | ||
}, | ||
{ | ||
"type": "iniciative_driver", | ||
"title": "Driver and promoter of Google Season of Docs at AsyncAPI", | ||
"date": { | ||
"year": 2022, | ||
"month": "December" | ||
}, | ||
"link": "https://www.asyncapi.com/blog/google-season-of-docs-2022" | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "Hugo Guerrero", | ||
"github": "hguerrero", | ||
"twitter": "hguerreroo", | ||
"linkedin": "hugo-guerrero", | ||
"company": "Red Hat", | ||
"contributions": [ | ||
{ | ||
"type": "presentation", | ||
"title": "Speed-Up Kafka Delivery with AsyncAPI & Microcks", | ||
"date": { | ||
"year": 2021, | ||
"month": "July" | ||
}, | ||
"link": "https://www.confluent.io/events/kafka-summit-apac-2021/speed-up-kafka-delivery-with-asyncapi-and-microcks/" | ||
}, | ||
{ | ||
"type": "presentation", | ||
"title": "Automated Apache Kafka Mocking and Testing with AsyncAPI", | ||
"date": { | ||
"year": 2021, | ||
"month": "September" | ||
}, | ||
"link": "https://www.confluent.io/events/kafka-summit-americas-2021/automated-apache-kafka-mocking-and-testing-with-asyncapi/" | ||
}, | ||
{ | ||
"type": "presentation", | ||
"title": "Event-driven APIs & Schema governance for Apache Kafka, Apidays LIVE Hong Kong", | ||
"date": { | ||
"year": 2021, | ||
"month": "August" | ||
}, | ||
"link": "https://www.youtube.com/watch?v=rwlHJkgaRdw" | ||
}, | ||
{ | ||
"type": "presentation", | ||
"title": "Event-driven APIs & Schema governance for Apache Kafka, API Specification Conference", | ||
"date": { | ||
"year": 2021, | ||
"month": "August" | ||
}, | ||
"link": "https://www.youtube.com/watch?v=QZ4cJyTw-U0" | ||
}, | ||
{ | ||
"type": "presentation", | ||
"title": "Getting started with Event-Driven APIs, Apidays LIVE Paris", | ||
"date": { | ||
"year": 2021, | ||
"month": "December" | ||
}, | ||
"link": "https://www.youtube.com/watch?v=_kIE-qtpwTA&t=9s" | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "Jesse Menning", | ||
"github": "jessemenning", | ||
"twitter": "JesseMenning", | ||
"linkedin": "jesse-menning", | ||
"company": "Solace", | ||
"contributions": [ | ||
{ | ||
"type": "article", | ||
"title": "AsyncAPI 2.3 Adds Solace Bindings to Unlock Full Power of PubSub+", | ||
"date": { | ||
"year": 2022, | ||
"month": "January" | ||
}, | ||
"link": "https://solace.com/blog/asyncapi-adds-solace-bindings/" | ||
}, | ||
{ | ||
"type": "article", | ||
"title": "Align Production Reality and Event Documentation with the AsyncAPI Discovery Tool", | ||
"date": { | ||
"year": 2021, | ||
"month": "November" | ||
}, | ||
"link": "https://solace.com/blog/asyncapi-discovery-tool/" | ||
}, | ||
{ | ||
"type": "article", | ||
"title": "AsyncAPI vs. OpenAPI: Answers to Your Burning Questions About the Two Leading API Specs", | ||
"date": { | ||
"year": 2021, | ||
"month": "June" | ||
}, | ||
"link": "https://solace.com/blog/asyncapi-vs-openapi/" | ||
}, | ||
{ | ||
"type": "article", | ||
"title": "AsyncAPI, CloudEvents, OpenTelemetry: Which Event-Driven Specs Should Your DevOps Include?", | ||
"date": { | ||
"year": 2021, | ||
"month": "March" | ||
}, | ||
"link": "https://solace.com/blog/asyncapi-cloudevents-opentelemetry-event-driven-specs-devops/" | ||
}, | ||
{ | ||
"type": "presentation", | ||
"title": "Future of AsyncAPI, Panel discussion, AsyncAPI Conference", | ||
"date": { | ||
"year": 2021, | ||
"month": "November" | ||
}, | ||
"link": "https://www.youtube.com/watch?v=3EeMHhbwyOQ" | ||
}, | ||
{ | ||
"type": "presentation", | ||
"title": "Thinking Out Loud #4 — with Jesse Menning", | ||
"date": { | ||
"year": 2021, | ||
"month": "August" | ||
}, | ||
"link": "https://www.youtube.com/watch?v=eJewFUR-OaM" | ||
} | ||
] | ||
} | ||
{ | ||
"name": "Alejandra Quetzalli", | ||
"img": "/img/avatars/canela-ale.webp", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. we should not go this direction. This will complicate life. Ambassador will not only have to be added to |
||
"country": "🇲🇽 ", | ||
"bio": "Hecha en 🇲🇽 • 📑OSS DevDocs & Community @asyncAPIspec• 📚Autora @Apress(2023) • Canela🐕🦺 es mi #actuallyautistic #ServiceDog • Rebelde🤟🏽• mis opiniones", | ||
"title": "DevRel & DevDocs @AsyncAPI", | ||
"github": "alequetzalli", | ||
"twitter": "QuetzalliAle", | ||
"tags": ["presentation", "workshop", "article", "iniciative_driver"], | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. what are these tags for? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Okay |
||
"linkedin": "alejandra-quetzalli", | ||
"company": "Postman", | ||
"contributions": [ | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. the idea of having a record of contributions was to later show them in UI. Can you do it? I wrote some simple suggestion in #802 (comment) in the past. But I bet you can propose something better There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yeah, I already added a subpage for each ambassador https://deploy-preview-1123--asyncapi-website.netlify.app/community/ambassador-program/alequetzalli Are you suggesting something in line with this? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. oh, ok, subpage is a good appraoch |
||
{ | ||
"type": "presentation", | ||
"title": "How to contribute to AsyncAPI Dev Docs, AsyncAPI Conference", | ||
"date": { | ||
"year": 2021, | ||
"month": "November" | ||
}, | ||
"link": "https://www.youtube.com/watch?v=xAzbDDEbQ18" | ||
}, | ||
{ | ||
"type": "workshop", | ||
"title": "Workshop on contributing to AsyncAPI, CCOSS", | ||
"date": { | ||
"year": 2021, | ||
"month": "October" | ||
}, | ||
"link": "https://ccoss.org/sessions/2021/taller-contribucion-asyncapi/" | ||
}, | ||
{ | ||
"type": "article", | ||
"title": "Change is coming to our AsyncAPI Developer Documentation", | ||
"date": { | ||
"year": 2021, | ||
"month": "December" | ||
}, | ||
"link": "https://www.asyncapi.com/blog/changes-coming-docs" | ||
}, | ||
{ | ||
"type": "iniciative_driver", | ||
"title": "Driver and promoter of Google Season of Docs at AsyncAPI", | ||
"date": { | ||
"year": 2022, | ||
"month": "December" | ||
}, | ||
"link": "https://www.asyncapi.com/blog/google-season-of-docs-2022" | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "Hugo Guerrero", | ||
"img": "/img/avatars/hugo.jpeg", | ||
"bio": "Hecha en 🇲🇽 • 📑OSS DevDocs & Community @asyncAPIspec• 📚Autora @Apress(2023) • Canela🐕🦺 es mi #actuallyautistic #ServiceDog • Rebelde🤟🏽• mis opiniones", | ||
"country": "🇲🇽 ", | ||
"github": "hguerrero", | ||
"twitter": "hguerreroo", | ||
"title": "Chief Software Architect @Red Hat", | ||
"linkedin": "hugo-guerrero", | ||
"company": "Red Hat", | ||
"tags": ["presentation"], | ||
"contributions": [ | ||
{ | ||
"type": "presentation", | ||
"title": "Speed-Up Kafka Delivery with AsyncAPI & Microcks", | ||
"date": { | ||
"year": 2021, | ||
"month": "July" | ||
}, | ||
"link": "https://www.confluent.io/events/kafka-summit-apac-2021/speed-up-kafka-delivery-with-asyncapi-and-microcks/" | ||
}, | ||
{ | ||
"type": "presentation", | ||
"title": "Automated Apache Kafka Mocking and Testing with AsyncAPI", | ||
"date": { | ||
"year": 2021, | ||
"month": "September" | ||
}, | ||
"link": "https://www.confluent.io/events/kafka-summit-americas-2021/automated-apache-kafka-mocking-and-testing-with-asyncapi/" | ||
}, | ||
{ | ||
"type": "presentation", | ||
"title": "Event-driven APIs & Schema governance for Apache Kafka, Apidays LIVE Hong Kong", | ||
"date": { | ||
"year": 2021, | ||
"month": "August" | ||
}, | ||
"link": "https://www.youtube.com/watch?v=rwlHJkgaRdw" | ||
}, | ||
{ | ||
"type": "presentation", | ||
"title": "Event-driven APIs & Schema governance for Apache Kafka, API Specification Conference", | ||
"date": { | ||
"year": 2021, | ||
"month": "August" | ||
}, | ||
"link": "https://www.youtube.com/watch?v=QZ4cJyTw-U0" | ||
}, | ||
{ | ||
"type": "presentation", | ||
"title": "Getting started with Event-Driven APIs, Apidays LIVE Paris", | ||
"date": { | ||
"year": 2021, | ||
"month": "December" | ||
}, | ||
"link": "https://www.youtube.com/watch?v=_kIE-qtpwTA&t=9s" | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "Jesse Menning", | ||
"github": "jessemenning", | ||
"twitter": "JesseMenning", | ||
"bio": "Hecha en 🇲🇽 • 📑OSS DevDocs & Community @asyncAPIspec• 📚Autora @Apress(2023) • Canela🐕🦺 es mi #actuallyautistic #ServiceDog • Rebelde🤟🏽• mis opiniones", | ||
"linkedin": "jesse-menning", | ||
"country": "🇲🇽 ", | ||
"company": "Solace", | ||
"title": "Architect, Office of the CTO at Solace", | ||
"img": "/img/avatars/jesse.jpeg", | ||
"tags": ["article", "presentation"], | ||
"contributions": [ | ||
{ | ||
"type": "article", | ||
"title": "AsyncAPI 2.3 Adds Solace Bindings to Unlock Full Power of PubSub+", | ||
"date": { | ||
"year": 2022, | ||
"month": "January" | ||
}, | ||
"link": "https://solace.com/blog/asyncapi-adds-solace-bindings/" | ||
}, | ||
{ | ||
"type": "article", | ||
"title": "Align Production Reality and Event Documentation with the AsyncAPI Discovery Tool", | ||
"date": { | ||
"year": 2021, | ||
"month": "November" | ||
}, | ||
"link": "https://solace.com/blog/asyncapi-discovery-tool/" | ||
}, | ||
{ | ||
"type": "article", | ||
"title": "AsyncAPI vs. OpenAPI: Answers to Your Burning Questions About the Two Leading API Specs", | ||
"date": { | ||
"year": 2021, | ||
"month": "June" | ||
}, | ||
"link": "https://solace.com/blog/asyncapi-vs-openapi/" | ||
}, | ||
{ | ||
"type": "article", | ||
"title": "AsyncAPI, CloudEvents, OpenTelemetry: Which Event-Driven Specs Should Your DevOps Include?", | ||
"date": { | ||
"year": 2021, | ||
"month": "March" | ||
}, | ||
"link": "https://solace.com/blog/asyncapi-cloudevents-opentelemetry-event-driven-specs-devops/" | ||
}, | ||
{ | ||
"type": "presentation", | ||
"title": "Future of AsyncAPI, Panel discussion, AsyncAPI Conference", | ||
"date": { | ||
"year": 2021, | ||
"month": "November" | ||
}, | ||
"link": "https://www.youtube.com/watch?v=3EeMHhbwyOQ" | ||
}, | ||
{ | ||
"type": "presentation", | ||
"title": "Thinking Out Loud #4 — with Jesse Menning", | ||
"date": { | ||
"year": 2021, | ||
"month": "August" | ||
}, | ||
"link": "https://www.youtube.com/watch?v=eJewFUR-OaM" | ||
} | ||
] | ||
} | ||
] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how are these changes related to https://github.com/orgs/asyncapi/discussions/529
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just removed the country flag part. Ambassadors can add it themselves if they feel like