I am running a newsletter that sends out 5-10 coding interview problems with detailed solutions in Go. My goal is to build a database of top 100, most frequently appeared problems that I think are the most valuable and effective to spend time on. For each one, I am including my thoughts of process on how to approach and solve it, adding well-documented solutions with test cases, time and space complexity analysis.
Let me know if you're interested in the idea. Here is the link to:
I hope the newsletter is friendly enough for beginners too. I also have https://github.com/hoanhan101/ultimate-go for learning Go better and faster.