How I write HTTP services in Go after 13 years
1–10 of 259 posts
Re: How I write HTTP services in Go after 13 years
#2Whose dreams come true in this scenario?
Re: How I write HTTP services in Go after 13 years
#3What is the value making main.go as small as possible? Whose dreams come true in this scenario?
Re: How I write HTTP services in Go after 13 years
#4What is the value making main.go as small as possible? Whose dreams come true in this scenario?
Re: How I write HTTP services in Go after 13 years
#5What is the value making main.go as small as possible? Whose dreams come true in this scenario?
Re: How I write HTTP services in Go after 13 years
#6What is the value making main.go as small as possible? Whose dreams come true in this scenario?
I love this! I will use this as well.
There are so many situations where I have a feeling that people are solving problems that don’t exist. In code I run into at work, code and projects I see online, etc
The “whose dreams are you making come true” really applies here, because dreams are exactly what they are.
I spent quite some time writing an automatic image resizer and optimiser for my blog. Does it matter? No! Should I have spent that time writing blog posts instead? Yes! Still I was chasing some dream.
Thanks for this image
Re: How I write HTTP services in Go after 13 years
#7What is the value making main.go as small as possible? Whose dreams come true in this scenario?
Re: How I write HTTP services in Go after 13 years
#8What is the value making main.go as small as possible? Whose dreams come true in this scenario?
Abstracting things away from main makes it less readable and is general pointless for bespoke services that will be deployed in exactly one configuration.