|
| 1 | +--- |
| 2 | +articles: |
| 3 | + - title: "PHP 7 Virtual Machine" |
| 4 | + link: "http://nikic.github.io/2017/04/14/PHP-7-Virtual-machine.html" |
| 5 | + referrer: "crispgm" |
| 6 | + comment: "PHP 核心开发者讲解 PHP7 虚拟机的内核" |
| 7 | + tags: ["PHP", "PHP7", "vm"] |
| 8 | + - title: "It's The Future" |
| 9 | + link: "https://circleci.com/blog/its-the-future/" |
| 10 | + referrer: "crispgm" |
| 11 | + comment: "一场由反讽 Docker、微服务等概念展开的 PR" |
| 12 | + tags: ["Docker", "Microservice", "CircleCI"] |
| 13 | + - title: "今日头条 Go 建千亿级微服务的实践" |
| 14 | + link: "http://mp.weixin.qq.com/s/CJL0Ttexvh7XT1zoNLOJrA" |
| 15 | + referrer: "crispgm" |
| 16 | + comment: "干货比较多。但有个疑问,就是同为 Python 的 Instagram,日活应该更多,却还在 Python,不知道技术栈上怎么做的。" |
| 17 | + tags: ["今日头条", "Go", "微服务"] |
| 18 | + - title: "Prepack, a tool for making JavaScript code run faster" |
| 19 | + link: "https://prepack.io/" |
| 20 | + referrer: "crispgm" |
| 21 | + comment: "Facebook 出品还没真正可用的静态优化工具,编译之后帮你把能计算的东西都计算好" |
| 22 | + tags: ["Facebook", "JavaScript"] |
| 23 | + - title: "GitHub 项目徽章的添加和设置" |
| 24 | + link: "https://github.com/EyreFree/GitHubBadgeIntroduction" |
| 25 | + referrer: "crispgm" |
| 26 | + comment: "科普一下" |
| 27 | + tags: ["GitHub", "badges"] |
| 28 | + - title: "月活8.89亿背后:微信工程师细数兼容测试经验" |
| 29 | + link: "http://wetest.qq.com/lab/view/306.html" |
| 30 | + referrer: "crispgm" |
| 31 | + comment: "用了自动化但不太知道自动化到什么程度" |
| 32 | + tags: ["WeChat", "WeTest"] |
| 33 | + - title: "Element React 版发布啦!" |
| 34 | + link: "https://zhuanlan.zhihu.com/p/26818433" |
| 35 | + referrer: "crispgm" |
| 36 | + comment: "饿了么 Element UI React 版" |
| 37 | + tags: ["ele.me", "ElementUI", "React"] |
| 38 | + - title: "Microservices – Please, don’t" |
| 39 | + link: "https://blog.komand.com/microservices-please-dont" |
| 40 | + referrer: "crispgm" |
| 41 | + comment: "微服务的一些误解" |
| 42 | + tags: ["Microservices"] |
| 43 | + - title: "Kotlin on Android. Now official" |
| 44 | + link: "https://blog.jetbrains.com/kotlin/2017/05/kotlin-on-android-now-official/" |
| 45 | + referrer: "crispgm" |
| 46 | + comment: "Kotlin 获得 Android 官方支持。Android 开发多了一种更好的选择,但某些大厂短期内没什么希望,就像 Swift 一样。" |
| 47 | + tags: ["Android", "Kotlin", "Google"] |
| 48 | + - title: "Yes, Python is Slow, and I Don’t Care" |
| 49 | + link: "https://hackernoon.com/yes-python-is-slow-and-i-dont-care-13763980b5a1" |
| 50 | + referrer: "crispgm" |
| 51 | + comment: "关于性能和开发效率,我认为中前期大多后者更重要。而我认识的很多人,心思从来都放在性能上,这样是没有必要的。有些环节性能有需求,自然会寻找更好的方法,关键还是提升日常的效率。" |
| 52 | + tags: ["Python", "性能", "效率"] |
| 53 | + - title: "How Basic Performance Analysis Saved Us Millions" |
| 54 | + link: "https://blog.heapanalytics.com/basic-performance-analysis-saved-us-millions/" |
| 55 | + referrer: "crispgm" |
| 56 | + comment: "使用火焰图进行性能分析优化,节约了百万美元 👍" |
| 57 | + tags: ["performance", "analysis", "flamegraph"] |
| 58 | +--- |
0 commit comments