Skip to main content

9 docs tagged with "production"

View all tags

Applied AI by Domain

How AI is deployed across industries - real architectures, domain constraints, and production patterns from finance, healthcare, legal, retail, manufacturing, and education.

Error Tracking

Sentry integration, custom error grouping, breadcrumbs, release tracking, and building production error workflows in Python.

FastAPI in Depth

Dependency injection, lifespan events, background tasks, middleware, custom exception handlers, OpenAPI customisation, and production FastAPI patterns.

Health Checks and Readiness

Liveness vs readiness probes, dependency health checks, health check libraries, SLOs, and building production-grade health endpoints in Python.

Open Source Models

Run, fine-tune, quantize, evaluate, and deploy open source LLMs in production - the complete hands-on guide for engineers who want to own their models.

Python Memory Optimisation

Object memory overhead, __slots__, generators, memory-mapped files, and GC tuning - reducing Python's memory footprint in production.

Structured Logging

Python logging module internals, structlog, JSON logs, correlation IDs, log levels, and log aggregation - from print() to production-grade structured logs.