|
| 1 | +--- |
| 2 | +articles: |
| 3 | + - title: "Google API Design Guide" |
| 4 | + link: "https://cloud.google.com/apis/design/" |
| 5 | + referrer: "crispgm" |
| 6 | + comment: "Google 出的网络 API 设计指南,比较系统,值得学习和实践" |
| 7 | + tags: ["api", "design", "Google"] |
| 8 | + - title: "The million dollar engineering problem" |
| 9 | + link: "https://segment.com/blog/the-million-dollar-eng-problem/" |
| 10 | + referrer: "crispgm" |
| 11 | + comment: "优化了100万美元的 AWS 成本!云计算的一个好处,可以更容易量化一个产品的技术成本。" |
| 12 | + tags: ["优化", "成本", "aws"] |
| 13 | + - title: "React Native at Instagram" |
| 14 | + link: "https://engineering.instagram.com/react-native-at-instagram-dd828a9a90c7#.y0tn4wupg" |
| 15 | + referrer: "crispgm" |
| 16 | + comment: "Instagram RN 实践过程,主要讲切入点和小流量模式,技术涉及不太多。最后收益简直逆天,85%起跳。" |
| 17 | + tags: ["Instagram", "React-Native"] |
| 18 | + - title: "Docker in Production: A History of Failure" |
| 19 | + link: "https://thehftguy.com/2016/11/01/docker-in-production-an-history-of-failure/" |
| 20 | + referrer: "crispgm" |
| 21 | + comment: "Docker 在作者生产环境中的各种悲剧故事,黑 docker 成 🐶 了" |
| 22 | + tags: ["Docker"] |
| 23 | + - title: "The One Method I’ve Used to Eliminate Bad Tech Hires" |
| 24 | + link: "https://mattermark.com/the-one-method-ive-used-to-eliminate-bad-tech-hires/" |
| 25 | + referrer: "crispgm" |
| 26 | + comment: "科学人性的面试方法:周末回去付费做两天项目,周一来了之后一起讨论,然后决定是否录用。" |
| 27 | + tags: ["面试"] |
| 28 | + - title: "Configuration Management is an Antipattern" |
| 29 | + link: "https://hackernoon.com/configuration-management-is-an-antipattern-e677e34be64c#.oaekoey4v" |
| 30 | + referrer: "crispgm" |
| 31 | + comment: "DevOps 程序本身很科学,让 OP 管理比较稳但不太科学,让 DEV/RD 负责比较科学但很容易被"临时工"因为写错配置 DSL 把整个集群搞挂,因此作者认为这是反模式。黑了半天,最后结论是 Docker 才是王道 😄" |
| 32 | + tags: ["DevOps", "配置管理器", "Docker"] |
| 33 | + - title: "A look inside the Quip engineering team" |
| 34 | + link: "https://quip.com/blog/engineering-at-quip" |
| 35 | + referrer: "crispgm" |
| 36 | + comment: "Quip 不像一家平常的创业公司,更像一家成熟的公司,8小时工作、OnCall 没什么事干、工具链很复杂。但它也不像大公司,CodeReview 不是必须、工程师很少开会、管理扁平。因为,两位创始人给 Quip 带来了很多成熟的智慧的经验。" |
| 37 | + tags: ["Quip", "创业"] |
| 38 | + - title: "How I Work" |
| 39 | + link: "https://medium.com/@taylorotwell/how-i-work-a22010d1ad82#.x9qgxnsya" |
| 40 | + referrer: "crispgm" |
| 41 | + comment: "Laravel 作者 Taylor Otwell 是如何工作的" |
| 42 | + tags: ["Laravel", "工作方式"] |
| 43 | + - title: "What does Unsplash cost?" |
| 44 | + link: "https://crew.co/blog/what-does-unsplash-cost/" |
| 45 | + referrer: "crispgm" |
| 46 | + comment: "维护 Unsplash 这样的免费图片分享网站的成本。文章本身还好,主要强推一波 unsplash.com" |
| 47 | + tags: ["unsplash", "成本"] |
| 48 | + - title: "Windows Subsystem for Linux (WSL)" |
| 49 | + link: "https://github.com/Microsoft/BashOnWindows" |
| 50 | + referrer: "crispgm" |
| 51 | + comment: "重新用回 Windows,安装了 Windows 10,发现了微软的逆天新功能——WSL,也叫 Bash on Windows。这是一种把 Ubuntu Linux 集成在 Windows 10 中的技术,经过简单的安装就可以在 Windows 里用 Linux 了。功能经过2016年的折腾,现在基本可用,可以在 Linux 中读取 Windows 中的数据,Windows 程序读取 Linux 在 Insider 版中已经推出。Mac 得加油了,不是那么不可替代了。" |
| 52 | + tags: ["Windows", "Linux", "Ubuntu"] |
| 53 | + - title: "Open source license descriptions and metadata" |
| 54 | + link: "https://github.com/blog/2335-open-source-license-descriptions-and-metadata" |
| 55 | + referrer: "crispgm" |
| 56 | + comment: "GitHub 的 new feature,提供更直观的 license 信息。license 平时很容易被忽视,但其实非常重要。" |
| 57 | + tags: ["GitHub", "License"] |
| 58 | + - title: "Linus 宣布将替换 git 中的 SHA-1算法" |
| 59 | + link: "http://www.infoq.com/cn/news/2017/03/Linus-Announced-replace-SHA-1-Gi" |
| 60 | + referrer: "crispgm" |
| 61 | + comment: "近日,Google 宣布攻破 SHA-1,所以这次替换就很容易理解了。" |
| 62 | + tags: ["git", "SHA-1", "Linus"] |
| 63 | +--- |
0 commit comments