Skip to content
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

Add a contractor bio for Jason #866

Merged
merged 1 commit into from
Jan 24, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions programs/contractors/contractors.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,32 @@
"url": "https://github.com/json-schema-org/JSON-Schema-Test-Suite"
}
]
},
{
"name": "Jason Desrosiers",
"github": "jdesrosiers",
"linkedin": "jason-desrosiers",
"email": "[email protected]",
"type": "tsc",
"incorporatedIn": ["California, USA"],
"bio": "Jason is a recognized expert and active contributor to the JSON Schema community with over a decade of experience. As a member of the Technical Steering Committee (TSC), he has helped shape the specification and establish best practices. In addition, Jason has developed innovative techniques for writing complex schemas that are scalable, maintainable, efficient, and produce error messages that are clear and helpful.\n\nAs the author and maintainer of the `@hyperjump/json-schema` validator, Jason has created an implementation that is widely regarded as a trusted reference for understanding and verifying correct behavior in complex scenarios.\n\nJason is also highly knowledgeable in using JSON Schema and JSON Hyper-Schema to design APIs that are easy to use, well-documented, and adaptable over time. He helps teams build APIs that not only meet immediate needs but also ensure smooth evolution as business requirements change, making it easier to maintain and scale them as the organization grows.\n\nIn addition to his JSON Schema expertise, Jason holds a Master's degree in Software Engineering and brings extensive experience in Pair/Mob Programming, Test-Driven Development, and coaching teams to improve their coding skills and productivity. He specializes in hands-on collaboration, working alongside teams to teach practical skills in the context of their real-world projects.\n\nIf you need expert guidance on JSON Schema, API design, schema development, or improving your team’s development practices, reach out to Jason to discuss your needs.",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great bio!

Jason has created an implementation that is widely regarded as a trusted reference for understanding and verifying correct behavior in complex scenarios

I confirm! I have used the online playground SO much when I was learning JSON Schema :D

"links": [
{
"title": "@hyperjump/json-schema -- A JSON Schema implementation with support for every validation, annotations, bundling, and more in every JSON Schema dialect since draft-04.",
"url": "https://github.com/hyperjump-io/json-schema"
},
{
"title": "Blog post -- Validating OpenAPI and JSON Schema",
"url": "https://json-schema.org/blog/posts/validating-openapi-and-json-schema"
},
{
"title": "Blog post -- Towards a stable JSON Schema",
"url": "https://json-schema.org/blog/posts/future-of-json-schema"
},
{
"title": "API Specifications Conference 2021 - Maintaining JSON Schemas at Scale",
"url": "https://www.youtube.com/watch?v=GjJpRsVffg0"
}
]
}
]
Loading