How I Built Git From Scratch (And You Can Too!)
Yes, I did in fact build git from scratch using Python3!
Aug 23, 202511 min read

Search for a command to run...
Yes, I did in fact build git from scratch using Python3!

A few months ago, while diving into open-source for GSOC, I discovered MetaCall. This fantastic library lets you execute code across different programming languages, building truly "polyglot" applications. Imagine running Python's BeautifulSoup from ...

Linux Kernel Mishap

Exploring Asynchronous Operations and the Event Loop in Node.js
