一些有意思的程序员常去的博客 [zz]

简介:

General programming blogs


http://blogs.technet.com/MarkRussinovich/  - Mark is a MS Technical Fellow, and the author of the Sysinternals tools, and co-author of Inside Windows. Most of his blog entries are good case studies in how to use tools to track down tough problems that you see.

http://blogs.msdn.com/oldnewthing/ - Raymond Chen's blog - Raymond is a Win32 guru, and he has lots of intersting Win32 how-not-to-do-it tidbits.

http://herbsutter.wordpress.com/ and http://www.gotw.ca - Herb Sutter is the converor of the C++ Standards Committee, and has lots of articles on doing concurrency well.

http://erdani.org/ - Andrei Alexandrescu is the author of Modern C++ Design, which introduced us to Template Metaprogramming.

http://tech.groups.yahoo.com/group/scott_meyers/ - Scott Meyers wrote the Effective C++ books.

http://www.booch.com/architecture/blog.jsp - Grady Booch is the author of Object Oriented Analysis and Design, and one of the inventors of object oriented design

http://www.artima.com/weblogs/index.jsp?blogger=cope

http://schneier.com/blog/ - Bruce Schnieder is a security and cryptography guru, and wrote Applied Cryptography.

http://www.addsimplicity.com/adding_simplicity_an_engi/ - An interesting blog about SOE and server side issues.

C++ blogs


http://www.artima.com/cppsource - This is a source of papers by C++ Luminaries

http://www.nwcpp.org/ - Did you know we have a local C++ User's Group that meets monthly here on campus? This is another way to keep up to date.

C# blogs


http://weblogs.asp.net/Scottgu/ - Scott Guthrie's blog is a good way to keep updated with upcoming C#/.Net/Visual Studio features.

Agile programming


http://www.threeriversinstitute.org/ - Kent Beck is the inventor of XP (eXtreme Programming, not windows XP), and also wrote the book on Test Driven Design

http://martinfowler.com/bliki/ - Martin Fowler is the author of "Refactoring"

http://www.artima.com/weblogs/index.jsp?blogger=mfeathers - Michael Feathers is the author of "Working Effectively with Legacy Code", a book about how to unit test the untestable.

http://seattlexp.org/cgi-bin/wiki.cgi - Seattle has a XP special interest group that meets occasionally

http://tech.groups.yahoo.com/group/extremeprogramming-seattle/ - Seattle has a XP special interest group that meets occasionally

http://www.xpprogramming.com/ - XP site

Other helpful programming links (not blogs)


http://www.netobjectives.com/ -

http://academic.research.microsoft.com/ - This is a site for finding research papers.

http://www.ddj.com/ - Dr Dobbs' Journal still prints relevant articles. Some of their articles are only available online.

http://www.codeguru.com/Cpp/W-P/system/devicedriverdevelopment/article.php/c8035/ - Fun article on how kernel mode transitions work

http://www.reger24.de/processes.php - a list of known processes that are part of the default install of the OS, so you can figure out what they do.

http://technet.microsoft.com/en-us/sysinternals/default.aspx - SysInternals freeware apps (new home)

Interesting, but not directly programming related


http://sanderssays.typepad.com/sanders_says/ - This is about the people side of software. Tim used to work for Yahoo, and wrote "Love is the Killer App", and "The Likeability Factor".







本文转自SoftwareTeacher博客园博客,原文链接:http://www.cnblogs.com/xinz/archive/2010/11/27/1889833.html,如需转载请自行联系原作者

目录
相关文章
|
7月前
|
存储 移动开发 C语言
# C程序设计内容与例题讲解 -- 第三章第一部分(第五版)谭浩强
# C程序设计内容与例题讲解 -- 第三章第一部分(第五版)谭浩强
|
4月前
|
存储 算法 Java
【干货】如何写一篇还算凑活的博客文章
本文从程序员的角度出发,分享了作者参加掘金启航计划并获得奖品的经历,通过实际写作流程,详细介绍了构思、撰写、美化文章及发布到各大平台的技巧与心得,旨在激发博友们的写作热情。文中还推荐了一些实用的辅助工具和博客平台。
39 0
【干货】如何写一篇还算凑活的博客文章
|
7月前
|
自然语言处理 Java C#
C程序设计内容与例题讲解 -- 第一章(第五版)谭浩强
C程序设计内容与例题讲解 -- 第一章(第五版)谭浩强
|
7月前
|
设计模式 芯片 异构计算
FPMM(一):序言
FPMM(一):序言
97 0
|
C语言
对‘\0’的印象深刻----c语言折腾日记3
正题:开始补c实验课的题目了... 输入一行字符,统计其中有多少个单词,单词之间用空格分隔开 从这题中,我使用了gets来输入字符串,如果是一维数组,只要gets(数组名);二维数组,要gets(a[0|...])多话
41 0
|
前端开发
小小问题
小小问题
74 0
|
JSON 移动开发 前端开发
程序员如何用“心“表白(结尾附源码)
程序员如何用“心“表白(结尾附源码)
101 0
|
缓存 Java 数据库连接
Myabtis源码如何阅读,教你一招!!!
Myabtis源码如何阅读,教你一招!!!
|
机器学习/深度学习 算法 编译器
明天省赛,我都还不太熟悉Dev - C++,怎么切换成C++11了?它的报错看不懂呀,那花八分钟看看这篇文章吧~解决你的困惑。
明天省赛,我都还不太熟悉Dev - C++,怎么切换成C++11了?它的报错看不懂呀,那花八分钟看看这篇文章吧~解决你的困惑。
1335 0
明天省赛,我都还不太熟悉Dev - C++,怎么切换成C++11了?它的报错看不懂呀,那花八分钟看看这篇文章吧~解决你的困惑。
|
IDE Linux 开发工具
我想躺着、趴着敲代码
我想躺着、趴着敲代码
182 0
我想躺着、趴着敲代码