Log inSign up
Madhav Semwal
6 posts
Madhav Semwal profile banner
@semwal_mad92552

Madhav Semwal

@semwal_mad92552
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
Pune, Maharashtra, India
github.com/madhav9757
Joined January 2024
1
Following
1
Followers
RepliesRepliesRepostsRepostsMediaMedia

Log in or sign up for X

See what’s happening and join the conversation

Continue with phone
or
Log in with username or email
Terms·Privacy·Cookies·Accessibility·Ads Info·© 2026 X Corp.
  • Pinned
    @semwal_mad92552
    Madhav Semwal
    @semwal_mad92552
    Aug 1
    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…
  • @semwal_mad92552
    Madhav Semwal
    @semwal_mad92552
    Aug 11
    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
  • @semwal_mad92552
    Madhav Semwal
    @semwal_mad92552
    Aug 6
    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
  • @semwal_mad92552
    Madhav Semwal
    @semwal_mad92552
    Aug 3
    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.
    GIF
  • @semwal_mad92552
    Madhav Semwal
    @semwal_mad92552
    Aug 1
    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…