building stuff that shouldn't work.
breaking stuff that should.
lowkey locked in.building stuff that shouldn't work.
breaking stuff that should.
lowkey locked i
writing commit messages is somehow harder than writing the code 💀
so i built aicomm — an AI CLI that turns your git diff into clean, meaningful commit messages.
if this would've saved you a few minutes, drop a ⭐👇
github.com/madhav9757/aic…
Building MyGit from scratch in Go.
Today I worked on the find command + the first version of tree traversal.
The interesting part: Git doesn’t just compress the whole folder. Files and directories are represented as objects and connected through trees.
#Go#Git#BuildInPublic
Day 2 of rebuilding Git in Go 🚀
initialized the repository structure
implemented object hashing (SHA-1)
started storing blobs inside .mygit/objects
it's kinda wild realizing Git is basically just a content-addressable filesystem.
#golang#buildinpublic#opensource
ngl i've been using Git for years...
but lowkey had no clue what was actually happening under the hood 💀
so instead of watching another tutorial...
i'm rebuilding Git from scratch in Go.
bro why am i rebuilding auth every single time 💀
made AuthSphere so nobody has to.
OAuth 2.0 + PKCE • clean DX • open source.
RT if you've ever rage-coded authentication. ⭐ if you like the project.
github.com/madhav9757/Aut…