Sao Paulo
RSS FeedWelcome to my blog! Here, I share my adventures in coding and life. I'm a software engineer with a focus on Python, though I also code in C#. I also have a passion for DevOps (and yes, this website is hosted on my own server).
This blog is hosted in a docker container managed by portainer, you can also access the K8S HOSTED BLOG in my homelab.
You can read the blog posts or check ABOUT ME for more info.
Featured
-
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.
-
Auth at the Edge: Better Auth + Cloudflare Workers
How to build a complete authentication system on Cloudflare Workers using Better Auth, Drizzle and D1. With session caching via KV that reduces latency from 800ms to 20ms.
-
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.