|
| 1 | +--- |
| 2 | +articles: |
| 3 | + - title: "Why Quip doesn't have platform-specific engineering teams" |
| 4 | + link: "https://quip.com/blog/quip-engineering-team-structure" |
| 5 | + referrer: "crispgm" |
| 6 | + comment: "Quip 的工程团队不按职能划分,没有 iOS Android Windows Web 工程师之说 每个人都负责一个功能的各个端 这样减少了团队之间的隔阂 小团队也能多端同步推出功能" |
| 7 | + tags: ["Quip"] |
| 8 | + - title: "Serving 39 Million Requests for 370ドル/Month, or: How We Reduced Our Hosting Costs by Two Orders of Magnitude" |
| 9 | + link: "https://trackchanges.postlight.com/serving-39-million-requests-for-370-month-or-how-we-reduced-our-hosting-costs-by-two-orders-of-edc30a9a88cd" |
| 10 | + referrer: "crispgm" |
| 11 | + comment: "稍后阅读类应用 Readability 的后端迁移到 serverless,3900万访问量成本从 10000ドル降到了 370ドル。对于一些适合的应用,serverless 成本优势非常明显。PS:还是之前说过的,自建机房你永远没法体会优化后省钱的感觉,而使用云平台这来得就直接得多。" |
| 12 | + tags: ["serverless", "faas", "aws"] |
| 13 | + - title: "What it Means to be a Remote-First Company" |
| 14 | + link: "https://stackoverflow.blog/2017/02/08/means-remote-first-company/" |
| 15 | + referrer: "crispgm" |
| 16 | + comment: "StackOverflow 远程工作的实践" |
| 17 | + tags: ["远程工作", "StackOverflow"] |
| 18 | + - title: "The AWS and MongoDB Infrastructure of Parse: Lessons Learned" |
| 19 | + link: "https://medium.baqend.com/parse-is-gone-a-few-secrets-about-their-infrastructure-91b3ab2fcf71" |
| 20 | + referrer: "crispgm" |
| 21 | + comment: "Parse 是一个 BaaS 服务" |
| 22 | + tags: ["baas", "aws", "mongodb", "parse", "facebook"] |
| 23 | + - title: "Improving Critical Infrastructure Rollouts" |
| 24 | + link: "https://labs.spotify.com/2017/06/22/improving-critical-infrastructure-rollouts/" |
| 25 | + referrer: "crispgm" |
| 26 | + comment: "Spotify 讲述自己每次升级 docker 本身版本都会挂的事,于是搞了套东西可以平滑升级" |
| 27 | + tags: ["Spotify", "Docker"] |
| 28 | + - title: "Making The Move From Scala To Go, And Why We’re Not Going Back" |
| 29 | + link: "https://movio.co/en/blog/migrate-Scala-to-Go/" |
| 30 | + referrer: "crispgm" |
| 31 | + comment: "国外发这种迁移语言的文章一样会引战,何况是自带优越感的函数式语言" |
| 32 | + tags: ["Scala", "Go"] |
| 33 | + - title: "How Etsy Manages HTTPS and SSL Certificates for Custom Domains on Pattern" |
| 34 | + link: "https://codeascraft.com/2017/01/31/how-etsy-manages-https-and-ssl-certificates-for-custom-domains-on-pattern/" |
| 35 | + referrer: "crispgm" |
| 36 | + comment: "Etsy 用 letsencrypt 给用户域名提供 https" |
| 37 | + tags: ["etsy", "https", "letsencrypt"] |
| 38 | + - title: "A brief history of JSON" |
| 39 | + link: "http://blog.sqlizer.io/posts/json-history/" |
| 40 | + referrer: "crispgm" |
| 41 | + comment: "JSON 简史" |
| 42 | + tags: ["JSON"] |
| 43 | + - title: "HashiCorp Vault helps New Relic manage secrets for their digital intelligence platform" |
| 44 | + link: "https://www.hashicorp.com/blog/hashicorp-vault-helps-new-relic-manage-secrets-for-their-digital-intelligence-platform/" |
| 45 | + referrer: "crispgm" |
| 46 | + comment: "只是一个官方 PR 文,但展示了一个 HashiCorp 后端全家桶(Consol, Vault, Terraform)的真实案例" |
| 47 | + tags: ["HashiCorp", "NewRelic", "consul"] |
| 48 | + - title: "One Weird Trick to Lose Size" |
| 49 | + link: "https://blog.halide.cam/one-weird-trick-to-lose-size-c0a4013de331" |
| 50 | + referrer: "crispgm" |
| 51 | + comment: "一篇减少包大少的文章,思路不是很主流:1,减少使用第三方库,尽量用系统的,必要时造轮子。2,没有数据打点分析和 A/B Test。有一段话印象深刻:Say an engineer wants to move up the tech ladder. Shipping features won’t get you a promotion. Building a new layout engine does. The company even gets recruiting-bait for the engineering blog." |
| 52 | + tags: ["App"] |
| 53 | + - title: "提高驾驶技术:用 GAN 去除(爱情)动作片中的马赛克和衣服" |
| 54 | + link: "https://zhuanlan.zhihu.com/p/27199954" |
| 55 | + referrer: "crispgm" |
| 56 | + comment: "社会又进步了。" |
| 57 | + tags: ["GAN"] |
| 58 | +--- |
0 commit comments