Tag: python
All the articles with the tag "python".
-
Open-Telemetry part 1: Instrumenting Python (With profiles + LGTM)
Complete guide to instrumenting Python FastAPI applications with OpenTelemetry. Automatic instrumentation of FastAPI, HTTP clients, asyncpg, and Redis. Plus continuous profiling with Pyroscope that links traces directly to CPU/memory profiles.
-
deploy series 01: deploy your containers with capRover.
a easy way deploy your apis and websites with your domain
-
Introduction to asyncio.gather()
gather(): making Python 100x (or even more) faster.