Chris Ramacciotti
chris ramacciotti

chris ramacciotti

Follow
Follow
homebadges
Tag

Python

#python

More content

Read more stories on Hashnode


Articles with this tag

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

Host API Docs in Django

Oct 21, 20227 min read

Generate API docs from an OpenAPI spec and host them in Django · So you've found a reason to maintain an OpenAPI spec in your codebase, maybe to create...

Host API Docs in Django