<p>Hello,</p>
<p>I'm currently learning Go, I finished tour.golang.org and now I'm reading the "The Go programming language" book.</p>
<p>My plan is to complete at least 5-10 small projects in the upcoming months using Go. </p>
<p>So that I could later put them on my CV/Portfolio.</p>
<p>Could you recommend what types of small projects would look good on a back-end web developer's CV?</p>
<p>One thing I have in mind is a dummy login/registration system. But need some more good ideas. Thanks.</p>
<hr/>**评论:**<br/><br/>j0holo: <pre><p>Not really a web back-end project but my first reall program in Go was a UFW (firewall) log reader that reads a ufw.log file and displays the amount of block port scans. Not really complicated but I learned a lot about the language just by building something I thought was interesting.</p>
<p>The advice I give you is to just start building something that interest you. You can start really simple like I did an expand it into a complex program.</p>
<p>For example I'm looking for a way now to hook my program into the ufw logging system to parse the data more easily and save it in a database.</p></pre>snippet2: <pre><p>Not sure if you saw this already but I just made this post yesterday to help with the language, DB, DB drivers, and the server. Also, it's online so when you go for your interview its environment is already setup. Which actually is a login. Let me know if you need help.</p>
<p><a href="https://www.reddit.com/r/golang/comments/5lcnhb/found_an_amazingly_beginner_resource_for/" rel="nofollow">https://www.reddit.com/r/golang/comments/5lcnhb/found_an_amazingly_beginner_resource_for/</a></p></pre>