Chris Ramacciotti
chris ramacciotti

chris ramacciotti

Follow
Follow
homebadges

Boost Engineering Agility with Mock Servers

Feb 18, 20237 min read

Eliminate network dependencies until the last responsible moment · Most product teams I've worked with are not full-stack. That is, there are backend...

Boost Engineering Agility with Mock Servers

Validating OpenAPI Specs in a CI/CD Pipeline: A Guide to Ensuring API Quality

Feb 3, 20237 min read

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

Validating OpenAPI Specs in a CI/CD Pipeline: A Guide to Ensuring API Quality

Test-Drive Your API with a Validated OpenAPI Spec

Jan 9, 202310 min read

Background When I worked for Arity (an Allstate startup), Allstate had contracted with Pivotal Labs to facilitate its agile transformation. Pivotal's...

Test-Drive Your API with a Validated OpenAPI Spec

JSON Logging with uWSGI

Nov 26, 202210 min read

Setting up JSON logging for a production Django app requires the following steps: Configure JSON logging from the Django app Configure JSON logging...

JSON Logging with uWSGI

JSON Logging with Django

Nov 19, 20227 min read

What is observability? Improving an application's observability can be one of the most empowering endeavors as an engineer. Imagine tiptoeing across a...

JSON Logging with Django

Generate API Docs for Django with GitHub Actions

Nov 7, 202213 min read

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...

Generate API Docs for Django with GitHub Actions