diff --git a/programs/ambassadors/ambassadors.json b/programs/ambassadors/ambassadors.json index 8a93cb54..3a4ec872 100644 --- a/programs/ambassadors/ambassadors.json +++ b/programs/ambassadors/ambassadors.json @@ -171,5 +171,54 @@ "link": "https://github.com/json-schema-org/community/issues/599" } ] + }, + { + "name": "Esther Okafor", + "img": "https://avatars.githubusercontent.com/u/40007659?v=4", + "bio": "I am a QA engineer currently working with Storyblok. I am passionate about quality and making sure software design systems are developed with the highest standards", + "title": "Test engineer at Storyblok", + "github": "https://github.com/Estherokafor05/My-portfolio", + "twitter": "https://x.com/Estherokafor_", + "linkedin": "https://www.linkedin.com/in/okaforesther/", + "company": "Storyblok", + "country": "Nigeria", + "contributions": [ + { + "type": "article", + "title": "Postman Series - writing assertions and validating responses", + "date": { + "year": 2024, + "month": "May" + }, + "link": "https://estherokafor.com/postman-series-writing-assertions-and-validating-responses" + }, + { + "type": "article", + "title": "Beyond Assertions: Data Validation using Cypress with JSON Schema in End-to-End Testing", + "date": { + "year": 2024, + "month": "May" + }, + "link": "https://estherokafor.com/beyond-assertions-data-validation-using-cypress-with-json-schema-in-end-to-end-testing" + }, + { + "type": "article", + "title": "Beyond Basics: Leveraging JSON Schema for API Security Testing", + "date": { + "year": 2024, + "month": "June" + }, + "link": "https://estherokafor.com/beyond-basics-leveraging-json-schema-for-api-security-testing" + }, + { + "type": "talk", + "title": "Beyond Code: A qa's perspective to API design", + "date": { + "year": 2024, + "month": "July" + }, + "link": "https://www.canva.com/design/DAGJgnhNUYA/GLVTP-Yx7wcBVFjOhsN2uQ/edit?utm_content=DAGJgnhNUYA&utm_campaign=designshare&utm_medium=link2&utm_source=sharebutton" + } + ] } ]