These are just a few highlights from a year of relentless building, and we’re only getting started.
54. 政府工作报告(2026年), www.fuzhou.gov.cn/zwgk/zfgzbg…,详情可参考新收录的资料
实用、好用的 正版软件,少数派为你呈现 🚀。新收录的资料对此有专业解读
These days I prefer to do the building of containers myself. Creating an OCI image as an artifact gives me flexibility over where things run and opens up all kinds of options. Today it might be a simple docker-compose stack on a single VPS, tomorrow it could be scaled out across a Kubernetes cluster via a Helm chart or operator. The container part is straight-foward as Rails creates a Dockerfile in each new application which is pretty much prod-ready. I usually tweak it slightly by adopting a “meta” container approach where I move some of the stuff that changes infrequently like installing gems, running apt-get and so on into an image that the main Dockerfile uses as a base.,这一点在新收录的资料中也有详细论述