Crisp Minimal Weekly
#20190625
Go: Is the encoding/json Package Really Slow?
Go 1.12 encoding/json 速度已经很快了 可以击败其它第三方库
Simple techniques to optimise Go programs
Go 性能优化的一些小点
Kubernetes Failure Stories
有好事者创建了 k8s 失败案例 Repo
Creating a Collaborative Editor
协同编辑器的工作原理
The cost of JavaScript in 2019
JS 的耗时2019版
Now or Never: Migrating 300k LOC from Flow to TypeScript at Quizlet
非常简短没啥干活的文章,但真是够能折腾了佩服这种毅力
Relearn CSS layout
不是真正的 CSS 技术文章,但可以学到一些 layout 的名字
Making Tables Responsive With Minimal CSS
响应式 table 的小 tips
5 Programming Patterns I Like
5条小的编程模式,都是小点
Pointers in Python: What's the Point?
其实就是介绍 Py 底层变量数据结构,跟 PHP 等十分类似
A Failed Experiment with Python Type Annotations
有些情况下,类型推导写起来会比较蛋疼;比如说函数变量支持多类型,类似 C++ template 那些函数,这样的话类型是无法确定的
In defence of the technical interview
为什么代码面试有必要,作者思路是机器当场写最靠谱
why "do thing with linked list" is an interview question in the first place
链表总出现在面试题的原因:为了考察是否会 C 语言,会 C 语言一定得会链表
AT LEAST ONE VIM TRICK YOU MIGHT NOT KNOW
一个零碎的 vim 进阶文章
Minimal Project Management
最简项目管理实践
Publishing Simple Books With Jekyll
用 Jekyll 确切的说是用 Jekyll 的一个主题出版一本书
[Guest Post] Why we chose Rust as our programming language
选择 Rust 的原因:性能好、并发强、内存安全、开发体验好
Without a GUI--How to Live Entirely in a Terminal
完全使用 terminal 工作,提到了一些很冷门的工具