Posts tagged "API"
GitHub Spec Kit Extensions: Incubate, Test, and Distribute Experimental Commands
Explore GitHub Spec Kit Extensions—a framework for incubating, testing, and distributing experimental commands with community feedback before upstream integration.
Spec Driven Development: Analysing Across Features with Systems Thinking
Explore how GitHub Spec Kit's /cross-feature command applies Systems Thinking to detect cross-feature conflicts, feedback loops, and notification storms before implementation.
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.
Inside Out vs Outside In
Comparing Inside Out (database first) vs Outside In (UI first) approaches to implementing features, with insights from supply chain management and the benefits of pull strategy over push.
MicroServices and Traceability
How to trace features across MicroServices using user-centric stories, architecture diagrams, and working backwards from UI to APIs and schema.
Cutting stories for MicroServices
How to write user stories for microservices architecture that maintain business context and traceability across services instead of treating architecture components as personas.
Consume REST webservices in java using rapa
I have been reading about REST webservices for quite a while now. But rails still seems to have the best support for consuming REST webservices...