Projects

Things I’m building — open source tools, deep dives, and side projects. All code is on GitHub.


🐍🔍 Python Patrol

GitHub Action for Python static analysis — with inline PR fix suggestions

Catches performance anti-patterns and common mistakes that ruff and pylint miss. The killer feature: when it runs on a pull request, it posts inline review comments with one-click fix suggestions and real CPython 3.12 benchmark data explaining why each pattern matters.

  • 15 AST-based rules (performance, correctness, security)
  • Auto-fix suggestions for 4 rules
  • Zero dependencies — pure Python ast module

📦 GitHub · 🚀 v1.0.0


🔬 py-deep-dive

CPython internals — how Python actually works under the hood

Deep dives into objects, memory management, dictionaries, lists, and more. Each topic comes with explanations, ASCII diagrams, and runnable explore.py scripts so you can see it yourself.

  • Objects & identity
  • Memory model & garbage collection
  • Dict internals (hash tables, compact dicts, PEP 412)
  • List internals (dynamic arrays, over-allocation)

📦 GitHub


Arc

A minimal CLI tool built in Go

My first Go project — a lightweight command-line utility. Built to learn Go fundamentals: structs, interfaces, error handling, and the standard library.

📦 GitHub


More projects coming soon. Follow me on GitHub to stay updated.