Resume Analyzer Code Explanation
A line-by-line walkthrough of a Python Gradio app that uses LangChain, FAISS, and an LLM to answer recruiter questions about a set of uploaded resume PDFs.
Related
Explaining a CRDT-Style Text Merge Algorithm, Then Visualizing It
A walkthrough of a custom three-way text merge system using generation counts and tree ordering, followed by a live Pyodide visualizer built to demonstrate it.
Python Syntax Mastery Study Guide
A reference guide to Python syntax with a clickable table of contents covering slicing, loops, built-in functions, object-oriented programming, and edge cases.
PyLingo: a gamified Python tutor that has Claude grade your code
A single prompt builds a 15-level gamified Python tutor in React, then a follow-up swaps naive string matching for Claude-as-grader to judge code correctness.
Agentic AI Data Platform Architecture
A technical write-up of an agentic AI data platform, walking through its architecture layer by layer with code examples for building the system.