Reading
- 碎片阅读如何形成知识体系?做笔记,分类阅读材料和个人时间并分配时间到不同分类的阅读材料。
- 使用 pip wheel 实现 Python 依赖包的离线安装。相当于 Ruby 的
bundle package
- How to Use Excel’s Flash Fill and Auto Fill to Automate Data Entry. Flash Fill can fill by guessing extract pattern.
- Here’s The Thing With Free Apps And Services - BuzzFeed News. There is no free lunch. “if you’re not paying for it, you’re not the customer, you’re the product.”
- Create lean Node.js image with Docker multi-stage build. Multiple
FROM
and corresponding build section. The output image is built using the lastFROM
. 类似于 Daocloud 提供的 CI, safe build 功能。 - Troy Hunt: Reckon you’ve seen some stupid security things? Here, hold my beer…How stupid!
References
- Painting with Code : Airbnb Design. Generate Sketchapp document using code with React.
- Timescale. Time seiies database based on PostgreSQL.
- Ctrl+Paint - Digital Painting Simplified. Awesome site providing video courses to learn digital painting.
- Simple calculation to render cheap water effects. An example to study shader.
- Ant Design of React. A React component library.