Hello everyone, I am Wolf at the End of the Desert.
During the 7-day National Day holiday, I used my free time while taking care of my child to learn Go and built a not-so-perfect blog frontend website.
Website URL: https://go.dotnet9.com

Source Code
I uploaded it to GitHub as I built it. A native Go language blog frontend, a practice-level project source code:
Repository URL: https://github.com/dotnet9/Dotnet9/tree/develop/src/Dotnet9.Web.Go

Features
I learned Go Web development by following a Bilibili Up主's video (link provided below). It only includes homepage display, category display, blog article list, category article list, article detail display, blog comments, etc. Other features will be added later when I refactor (using Razor Pages).
Homepage

Category article list

Article detail

Article comments

Learning Resources
Thanks to Bilibili Up主 [码神之路] for the tutorial. Links are as follows:
- 《[Code God's Path] Native Go Language Blog Practical Tutorial, Practice-Level Project Tutorial, No Framework Used, Easy to Understand, Taught by a 10-Year Senior Programmer from a Big Company》
- Go Blog Practice-Level Project Tutorial
Next Plan
Let's pause Go learning for now. I'll continue to refactor the frontend using Razor Pages. Personally, I feel .NET suits me best, but who knows, maybe one day I'll get the urge to maintain this Go web frontend again.
Summary
Life is about tinkering, let's do it!!!