Crisp Minimal Weekly
#20190408
Why I Believe Rails is Still Relevant in 2019
总体来讲,Rails 还是靠得住的选择
Why We Moved from Heroku to Google Kubernetes Engine
从 Heroku 转到 GKE,原因是 DB 太大和 Heroku 太贵,比较 reasonable。感慨是在成熟的云上搭建基础架构,成本还是很高的。
What causes Ruby memory bloat?
Ruby 内存爆炸的分析,方法和深度值得学习
How I reduced my Jekyll build time by 61%
Jekyll 在易用性和生态方面,在静态博客生成器中是比较好的,但性能的确有些糟糕,也算是间接助力了 hugo 和 hexo。相信再重视了构建性能优化后,能够吸引更多的用户
Using the iPad Pro as my development machine
本质上并没有使用 iPad 开发,而是用远程机器使用 vim,同理其实有个网页也可以 webshell 开发
Ruby On Rails or Laravel, which do you use?
没啥意义的比较,但对于两种语言和框架的了解还是不错的
In Defense of YAML
简单的说,就是作者认为拿 yaml 作为 CI/CD/devops 配置,从而写入各种 shell 的方式不太合理
Rebuilding My Personal Infrastructure With Alpine Linux and Docker
个人项目基础架构,这位作者 k8s docker lb http 缓存都上了,架构堪比公司级
Native image lazy-loading for the web!
Web 标准的原生懒加载支持