Crisp Minimal Weekly
#20170815
The Stack That Helped Medium Scale To 2.6 Millennia Of Reading Time
难得自己主动找文章 Medium 的技术栈 这是一家起点很高的“创业公司” 一上来体验就堪称完美 基本达到最佳实践
微信广告引擎与播放节奏算法实践
准备的很充分讲的也不错,就是没啥数据,了解下不错
Principles of Sharding for Relational Databases
数据库分片选择 key 的原则
Replace RESTful APIs with JSON-Pure
JSON Pure 就是不用 HTTP Verb 的 RESTful,只是基于 JSON 作为 API 传输格式
A Checklist for Website Reviews
网站前端 checklist,这不是优化,而是必须?
浅谈 Node.js 安全
文中介绍了几个常见的 Http 安全问题在 node.js 中的触发场景
我用了两个月的时间才理解 let
js 中的变量作用域是谜一样的存在
GET READY: A NEW V8 IS COMING, NODE.JS PERFORMANCE IS CHANGING.
Node 优化指南 各种用法 benchmark
Workspaces in Yarn
"Yarn Workspaces is a feature that allows users to install dependencies from multiple package.json files in subfolders of a single root package.json file, all in one go."
The Garden: Instacart’s Physical Staging Environment
实体版线上 staging 环境
分布式 ID 生成器 | 架构师之路
分布式唯一 ID 生成
How To Package Your Python Code
打包发布 Python 模块到 pip 的教程