书籍
- HTTP权威指南 <- @Fenng
- Introduction to Information Retrieval <- @陈利人
- Lua 源码欣赏 <- @简悦云风
- The Architecture of Open Source Applications <- @CloudFoundry(已陆续读了部分章节,赞!图灵社区有章节翻译)
- 程序设计实践 <- @寒冬winter 推荐语:薄薄200页,就能让一个掌握一门编程语言基础的人成为一个合格的程序员,其中“算法和数据结构”一章不到30页,我认为细细读过足以应付大多数面试和工作需要。
- 七周七语言 <- @淘宝褚霸
- C语言接口与实现 <- @huangz1990
- The Linux Programming Interface <- @ASTA谢 推荐语:既《Unix网络编程》一二册、《Unix环境高级编程》这三本书之后的最全面最好的一本介绍linux方面的书籍,非常推荐大家读一读
- 代码阅读方法与实践 <- @淘宝褚霸
- JavaScript 设计模式 <- @开源中国
- Learn Vimscript the Hard Way <- @developerWorks
- C++ 的设计与演化 <- @刘鑫Mars 推荐语:无论你对CPP是爱还是恨,只要对它有强烈的感情,就值得读一读
项目
- nmon for Linux <- @淘宝褚霸
- rsync(Go语言实现) <- @ASTA谢
- plan9 <- @CodeBox-腾讯 推荐语:推荐有技术品味的同学都看看plan9的源码,真正世界级大师的作品。plan9的部分代码后来直接用来实现go语言了。 (前年关注过这个项目,哈哈,我的Github头像就是用的plan9的图标)
- maximum-awesome <- @developerWorks
- InFluxDB <- @有点儿欢乐(目前,我们使用InfluxDB来实现一种时间序列数据后备存储方案。官方的文档还不太完善,也还没生产应用案例)
- NSQ <- @夏永锋_SJTU (哈哈,我自己。目前我们使用NSQ来接收服务器上报的各项性能数据)
文章
- A python proxy in less than 100 lines of code <- @程序员的那些事
- Python Module of the Week <- @骆逸 (我翻译过其中argparse)
- What really happens when you navigate to a URL,译文 <- @陈利人
- Readings in Databases <- @程序员的那些事 (数据库相关论文列表,赞!)
- How Browsers Work: Behind the scenes of modern web browsers,译文 <- @方糖气球 (大致读过一遍)
- The Back-to-Basics Readings of 2012 <- @jametong (2014年,我打算跟踪阅读这一系列)
- Go: Share Memory By Communicating <- @ASTA谢
- 对大宋下一代系统软件架构师的七个期望 <- @包云岗
- Scaling Memcache at Facebook,译文 <- @EMC中国研究院, @developerWorks
- goroutine与调度器 <- @高端小混混
- Go Slices: usage and internals <- @ASTA谢
- Baby's First Garbage Collector <- @傅海平ICT
- The Log: What every software engineer should know about real-time data's unifying abstraction <- @何_登成
- Docker介绍: 相关技术 <- @fe-rest
- 面向程序员的数据库访问性能优化法则 <- @何_登成
- Bash Pitfalls <- @火丁笔记
- SOSP 2013 Analysis <- @王威廉 (挺有意思的一篇学术八卦文)
- The Idiomatic Guide to Deploying Django in Production <- @developerWorks
- 学习CSS布局 <- @骆逸 (读过,不错)
- 《码农周刊》用到的一些技术 <- @developerWorks (不错,赞!)
- Redis主从同步源码浅析-Master端 <- @趁着年轻-海文
- Scaling Django to 8 Billion Page Views <- @developerWorks
- ZooKeeper vs. Doozer vs. Etcd <- @ASTA谢
- Linux TCP/IP Tuning for Scalability <- @jametong
- A Journey Into NSQ <- @ASTA谢 (我们已经在项目中使用NSQ了,哈哈)
- Reddit: Lessons Learned From Mistakes Made Scaling To 1 Billion Pageviews A Month <- @developerWorks
- Programmer’s dilemma <- @developerWorks
- 程序语言简史 <- @简悦云风
- Thinking Clearly about Performance <- @jametong
- Scaling Pinterest - From 0 To 10s Of Billions Of Page Views A Month In Two Years <- @developerWorks
图片/Slide/其他
- 图解llinux启动流程图 <- @中国黑客联盟V
- Let's Do A Bunch of Simple Stuff to Make Websites Faster <- @夏永锋_SJTU (哈哈,我自己)
- Messaging Systems - How to make the right choice? <- @jametong
- Stack Overflow 上的*问答电子书汇总 <- @池建强
- Tips and Tricks with Go <- @ASTA谢
- Building Faster Websites <- @developerWorks
- Redis Wiki <- @huangz1990
- Golang Server Design Pattern <- @ASTA谢
- 乔布斯:遗失的访谈(1995) <- @淘宝正明 (推荐,非常赞!)
- 分布式基础理论系列论文翻译集 <- @我在地上数星星 (赞!要花点时间认真读一下)
- High Available computer systems, Why do Computers stop, Why do Internet Services Fail <- @jametong
原文来自于:http://youngsterxyf.github.io/2013/12/28/weibo_tech_resources_summary/