A deep dive into the real pipeline behind CodeAtlas: AST parsing, import resolution, force-directed graphs, and everything in between.
Code is a graph... but every tool we have forces us to read it like a book.
I built CodeAtlas to fix this. It tak...
I expected my first ever full-stack project to end with a sense of completion. my plan was to build the frontend, set up the backend, connect a database, then watch everything come together into a finished product.
Instead, I ran into something far ...
Most people use the Internet every day, without ever thinking about what’s actually happening behind the scenes. You type a URL into your browser, press enter, and within a second a website appears. It feels instant, almost magical.
But underneath t...
Every developer knows this feeling. You’re deep in a build, everything is going well, you’re in flow state… then suddenly you need something you’ve already written before. A snippet, an idea, a fix, a link, anything.
You know you’ve seen it somewher...
I decided to challenge myself in a way that I have been considering for a while now. Build a full-stack application in only 7 days, completely from scratch, to completely real and usable. Not just a tutorial project, a clone of something that already...
I’ve been working on a project called CodeAtlas, something I’m building from scratch while learning, improving, and sharing the process publicly. The goal is simple: build useful software, ship it consistently, and document everything as I go.
Right...