Tag
python
aiBuild a Safe Repository Maintenance Agent with GitHub Copilot and Microsoft Agent Framework in Python
Build the permission-gated repository maintenance agent in Python, add OpenTelemetry, and compare it with the .NET implementation.
aiHow I Built an AI-Assisted Dependency Vulnerability Fixer
Most CVE fixes fail on packaging, not on code. What I learned building an agent that upgrades dependencies and proves the build still works.
pythonIntroducing gh-weekly-updates - Automate Your Weekly GitHub Impact Summaries
Use gh-weekly-updates to collect GitHub activity into concise summaries for standups, one-to-ones, and personal progress tracking.
pythonHow Does the Python Virtual Environment Work?
A Python virtual environment is mostly a directory and a path lookup. Here is what venv actually creates and how activation changes resolution.
pythonStreaming APIs with FastAPI and Next.js - Part 2
Build a streaming API with FastAPI's StreamingResponse, send incremental log updates over HTTP, and connect the response to a Next.js frontend.
Updated · originally
pythonStreaming APIs with FastAPI and Next.js - Part 1
Consume a streaming HTTP response in Next.js with Fetch, ReadableStream, and TextDecoder, then render FastAPI updates as they arrive.
Updated · originally