Spec Driven Development: Beyond the First Feature with API Design First
Explore Contract-Driven Development using API Design First with GitHub Spec Kit and backward compatibility checks to prevent breaking changes across features.
Spec Driven Development: API Design First with GitHub Spec Kit and Specmatic MCP
Explore Specification Driven Development using GitHub Spec Kit and Specmatic MCP for API-first design. Implement structured agentic workflows with practical examples.
Guardrails for API Development: Guiding Coding Agents with Specmatic MCP
Discover how Specmatic MCP guardrails keep AI coding agents aligned with API specifications using contract testing, resiliency tests, and spec-driven mocks.
Contract-Driven Development - Key takeaways from a Real-World Adoption Journey
Key takeaways from an article written by Hari Krishnan and published on InfoQ about contract-driven development adoption, covering collaboration models, testing strategies, and large-scale organizational change.
Refactoring if-else: Either and FlatMap
Advanced guide to Railway Oriented Programming using Kotlin and Arrow-kt library, explaining Either monad, FlatMap, and Fold operators to refactor conditional code.