Live tail GitHub Action runs on 'git push'. It's cursed.
-
Updated
Jul 19, 2025 - Python
Live tail GitHub Action runs on 'git push'. It's cursed.
My Python solution to CodeCrafters' Build Your Own Kafka challenge (25 stages)
My Python solution to CodeCrafters' Build your own HTTP server challenge (11 stages).
My Python solution to CodeCrafters' Build your own Interpreter challenge (84 stages).
A POSIX-compatible shell in pure Python — pipelines, redirections, job control, history, tab completion. Built in under 48 hours with Claude Code (CodeCrafters Python rank #13).
A working Redis server clone in pure Python — RESP protocol, transactions, streams, pub/sub, replication, ACL. Built in under 48 hours with Claude Code (CodeCrafters Python rank #13).
A toy Redis clone (solution to codecrafters redis challenge in python)
Simple HTTP server implemented in Python. The server supports basic GET and POST requests, with special handling for paths starting with '/echo/', '/user-agent', and '/files/'. The server is multithreaded, allowing it to handle multiple connections concurrently. It also includes a feature to read and write files to a specified directory.
Python solution to the "Build Your Own Shell" Codecrafters Challenge.
Build my own POSIX compliant shell that's capable of interpreting shell commands, running external programs and builtin commands like cd, pwd, echo and more. Along the way, you'll learn about shell command parsing, REPLs, builtin commands, and more.
A grep clone plus a regex engine written from scratch in Python — groups, backrefs, alternation, quantifiers. Built in under 48 hours with Claude Code (CodeCrafters Python rank #13).
Http Server made with Python - Challenge from Codecrafters platform
My solutions to CodeCrafter's Redis track
My git implementation using Python.
A Lox tree-walk interpreter in pure Python — scanner, parser, AST, evaluator, functions, closures. Crafting Interpreters in Python. Built in under 48 hours with Claude Code (CodeCrafters Python rank #13).
Custom Python shell implementing basic commands and external program execution
A Git client in pure Python — objects, trees, commits, and a real smart-HTTP clone with packfile & delta decoding. Built in under 48 hours with Claude Code (CodeCrafters Python rank #13).
Add a description, image, and links to the codecrafters topic page so that developers can more easily learn about it.
To associate your repository with the codecrafters topic, visit your repo's landing page and select "manage topics."