头条
头条是个人用来分享在互联网上看到的好文或者好站的 :)
- 2018-01-02 http://www.ardendertat.com/2012/01/11/implementing-search-engines/ 自己写一个搜索引擎。搜索引擎最核心的数据结构就是倒排索引。当然还涉及很多其他知识点。
- 2017-12-31 https://book.douban.com/subject/1261560/ 2017年最后一天,分享一本非常好的书籍:《国富论》
- 2017-12-21 https://neil.fraser.name/writing/sync/ Google Doc如何完成协同编辑的?
- 2017-12-20 http://repository.cmu.edu/cgi/viewcontent.cgi?article=2112&context=compsci 一篇关于CDN的论文,主要是概览了一下
CDN咋工作的,不过可能论文有点老 2017-12-19
- https://12factor.net/ 算是一些最佳实践吧
- https://engineeringblog.yelp.com/2017/11/code-review-guidelines.html 代码review指南,如何review代码,需要注意什么
- 2017-12-18 http://horicky.blogspot.jp/2010/10/scalable-system-design-patterns.html 可扩展性系统设计模式,值得一看 :)
- 2017-12-17 https://support.google.com/webmasters/answer/7451184 Google官方SEO教程
- 2017-12-16 https://dev.mysql.com/doc/refman/5.7/en/explain-output.html 看懂EXPLAIN的输出,就已经踏出SQL优化的一大步了 :)
- 2017-12-15 https://www.hiredintech.com/courses/system-design 教你如何应对系统设计类题目,事实上也可以应用到实际开发过程
-
2017-12-14 今天是第一天,分享一些自己存在书签和RSS里的网站:
- https://tech.meituan.com/ 经常会有一些架构类、性能类、设计类文章,值得一看
- https://coolshell.cn/ 这个就不多说了,注要偏向C/C++/Java/Go/Unix/Linux这一块
- https://blog.codingnow.com/ 云风的博客,注要偏向游戏开发方面,Lua等
- http://aosabook.org/en/index.html The Architecture of Open Source Applications主要是一些牛人写的大型软件架构的文章
- https://blog.golang.org/ Golang官方Blog
- http://open.163.com/special/opencourse/algorithms.html 公开课
算法导论
- http://open.163.com/special/opencourse/paradigms.html 公开课
编程范式
- http://www.geeksforgeeks.org/ 大多是算法和数据结构相关的内容