May 13, 2023 | 💡 TIL: DNS Resolver in Python
TIL re: Coding
An example toy dns resolver can be implemented in Python. Julia Evans wrote an excellent "Zine": Implement dns in a weekend.
I didnt actually do the tutorial but read through each of the pages and learned a lot thanks to the Julia's very clean and thorough writing style.