Boost Engineering Agility with Mock Servers
Eliminate network dependencies until the last responsible moment

Search for a command to run...
Articles tagged with #github-actions-1
Eliminate network dependencies until the last responsible moment

An API should operate as intended. This requires both an expressed intent and verification that, indeed, the API fulfills this intent.

In the last article I covered how to Host API Docs in Django. To recap, this included the following: Creating an OpenAPI spec Generating API docs with the redoc-cli Exposing docs in Django at a path of our choice Requiring authentication to acces...

Recently been doing a fair bit of work in GitHub Actions, our chosen tool for CI at Patient Pattern. I've written a few event-based workflows, reusable workflows, manually-triggered workflows, and docker container actions. The next step I'd like to t...
