Building a Simple Web Crawler in Go (and What It Taught Me About Logic)
When learning Go, it’s easy to focus on syntax and libraries. But real bugs rarely come from syntax they come from weak logic.
To improve my reasoning skills, I built a small web crawler in Go. It fetches pages, extracts links, avoids duplicates, and...
nishant21.hashnode.dev3 min read