← Back to context Comment by pspeter3 8 hours ago What makes Golang a great fit in your opinion? 5 comments pspeter3 Reply zakirullin 8 hours ago Server setup before the rewrite:docker + php-fpm + php7 + larvel + nginx + redis + cron + worker + certbotServer after the rewrite to Golang:server, a 15MB no-dependencies binary that has everything. lioeters 8 hours ago That's brilliant. Can't beat the convenience of a single-file executable! LinuxAmbulance 7 hours ago That is a pretty strong argument for Go! backscratches 3 hours ago This is the reason I like go and rust so much zakirullin 8 hours ago Since I plan to use it for the rest of my life, I need the code and infrastructure to be radically simple and easy to maintain.Like, I should be able to open it even after a few years, and do some fixes or add some features.Go's ecosystem seems to share this mindset.
zakirullin 8 hours ago Server setup before the rewrite:docker + php-fpm + php7 + larvel + nginx + redis + cron + worker + certbotServer after the rewrite to Golang:server, a 15MB no-dependencies binary that has everything. lioeters 8 hours ago That's brilliant. Can't beat the convenience of a single-file executable! LinuxAmbulance 7 hours ago That is a pretty strong argument for Go! backscratches 3 hours ago This is the reason I like go and rust so much
LinuxAmbulance 7 hours ago That is a pretty strong argument for Go! backscratches 3 hours ago This is the reason I like go and rust so much
zakirullin 8 hours ago Since I plan to use it for the rest of my life, I need the code and infrastructure to be radically simple and easy to maintain.Like, I should be able to open it even after a few years, and do some fixes or add some features.Go's ecosystem seems to share this mindset.
Server setup before the rewrite:
docker + php-fpm + php7 + larvel + nginx + redis + cron + worker + certbot
Server after the rewrite to Golang:
server, a 15MB no-dependencies binary that has everything.
That's brilliant. Can't beat the convenience of a single-file executable!
That is a pretty strong argument for Go!
This is the reason I like go and rust so much
Since I plan to use it for the rest of my life, I need the code and infrastructure to be radically simple and easy to maintain.
Like, I should be able to open it even after a few years, and do some fixes or add some features.
Go's ecosystem seems to share this mindset.