https://github.com/bayandin/awesome-awesomeness A curated list of amazingly awesome awesomeness, for example:
Front-end https://github.com/dypsilon/frontend-dev-bookmarks
Dev Env https://github.com/jondot/awesome-devenv
http://mobilewebweekly.co/issues/15
Mobile Web weekly
https://hacks.mozilla.org/2014/07/how-can-we-write-better-software-interview-series-part-1/
How can we write better software? – Interview series, part 1
http://googletesting.blogspot.com/2014/07/measuring-coverage-at-google.html
Measuring Coverage at Google
“For per-commit measurement, we hook into the Google code review process (briefly explained in this article) and display the data visually to both the commit author and the reviewers. We display the data on two levels: color coded lines right next to the color coded diff and a total aggregate number for the entire commit.
Displayed above is a screenshot of the code review tool. The green line coloring is the standard diff coloring for added lines. The orange and lighter green coloring on the line numbers is the coverage information. We use light green for covered lines, orange for non-covered lines and white for non-instrumented lines.
It’s important to note that we surface the coverage information before the commit is submitted to the codebase, because this is the time when engineers are most likely to be interested in improving it.
“
http://ruby-hacking-guide.github.io/intro.html
It has one part to discuss “Technique to read source code“. BTW, you could download kindle file from github.
http://www.infoq.com/cn/news/2014/07/jeff-dean-large-online-service (Chinese)
Jeff Dean谈如何在大型在线服务中做到快速响应
http://www.matheuslima.com/on-retrospective-meetings/
On Retrospective Meetings
http://blog.zhaojie.me/2014/07/how-many-elements-in-your-dictionary.html (Chinese)
你的字典里有多少元素?