Learning to Crawl - Building a Bare Bones Web Crawler with Elixir I’ve been cooking up a side project recently that involves crawling through a domain, searching for links to specific websites. While I’m keeping the details of the project shrouded in mystery for now, building out a web crawler using Elixir sounds like a fantastic learning experience. Let’s roll up our sleeves and dig into it! Let’
