Tag
python
aiBuild a Safe Repository Maintenance Agent with GitHub Copilot and Microsoft Agent Framework in Python
In the .NET tutorial, we built a repository agent that could inspect a checkout, propose a one-line repair, run its tests, and report the result…
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
If you're anything like me, you've probably spent a Friday afternoon trying to remember everything you did that week. Maybe it's for a standup, a 1:1…
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
In Part 1, we explored how to stream data into a React component using modern browser APIs. Now it's time to build the other half: the FastAPI backend…
pythonStreaming APIs with FastAPI and Next.js - Part 1
Streaming data in the browser is one of those things that feels magical the first time you see it: data appears live - no need to wait for the full…