You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Built a Git-like version control system in Rust with repository initialization, staging, commits, branching, checkout, branch switching, commit logs, and object inspection.
Built a concurrent C HTTP server from scratch, implementing custom routing, request/response handling, task queues, thread pools, and system health metric endpoints.
A 124M-parameter GPT-style language model built and trained from scratch in PyTorch, with optimized attention, mixed-precision training, and interactive text generation.