一些有意思的程序员常去的博客 [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,如需转载请自行联系原作者

目录
相关文章
|
2月前
|
存储 算法 Java
【干货】如何写一篇还算凑活的博客文章
本文从程序员的角度出发,分享了作者参加掘金启航计划并获得奖品的经历,通过实际写作流程,详细介绍了构思、撰写、美化文章及发布到各大平台的技巧与心得,旨在激发博友们的写作热情。文中还推荐了一些实用的辅助工具和博客平台。
28 0
【干货】如何写一篇还算凑活的博客文章
|
5月前
|
Java
HDU-1251-统计难题(未完待续 还有两种方法还没整理)
HDU-1251-统计难题(未完待续 还有两种方法还没整理)
21 0
|
5月前
|
设计模式 芯片 异构计算
FPMM(一):序言
FPMM(一):序言
85 0
|
编译器
自制操作系统日记(一):显示hello world开始旅程
最近看了不少底层方面的东西,但还是得动手才能真正掌握,感觉操作系统也能整整了,于是就有了这系列,惯例的以hello开始
|
机器学习/深度学习 算法 编译器
明天省赛,我都还不太熟悉Dev - C++,怎么切换成C++11了?它的报错看不懂呀,那花八分钟看看这篇文章吧~解决你的困惑。
明天省赛,我都还不太熟悉Dev - C++,怎么切换成C++11了?它的报错看不懂呀,那花八分钟看看这篇文章吧~解决你的困惑。
1004 0
明天省赛,我都还不太熟悉Dev - C++,怎么切换成C++11了?它的报错看不懂呀,那花八分钟看看这篇文章吧~解决你的困惑。
每日一题1055:进制转换(之前写过,又忘了!)
题目描述: 编程,输入一个10进制正整数,然后输出它所对应的八进制数。 输入: 无 输出: 无 样例输入: 10 样例输出:
116 0
|
存储 算法
算法给小码农堆魂器--铁血柔情
数据结构中的堆不同于操作系统中的堆(操作系统中的堆是用来存储动态内存的),数据结构中的堆是数据的存储方式。数据结构中的堆是完全二叉树
118 0
算法给小码农堆魂器--铁血柔情
|
程序员
为什么优秀的程序员都写博客?谈谈我都是如何写作的
我的文章上热榜啦 首先在写之前给大家分享个歌单1 ,歌单二,分享歌单呢,主要是我在哔哩哔哩剪辑视频加的,我写东西不会去听音乐的,因为觉得那样,不利于 我的思维扩展。
110 0
为什么优秀的程序员都写博客?谈谈我都是如何写作的
跟着小码哥一起学习OC语法,都在这里了
OC语法,这里面介绍的有: 1、NSObject对象相关:NSObject的本质、NSObject的内存分配、OC类的底层结构、isa指针和superclass指针。 2、KVO、KVC、分类的实现原理、如何给分类添加属性。 3、block相关:block的本质、block如何捕获变量、block本质对象类型、block与copy的关系、如何在block中修改变量、block的内存管理、以及有何解决block循环应用的问题。
121 0
|
存储 Windows
明明很努力的写博客,为啥没人看?试试这些方法和工具(建议收藏)
明明很努力的写博客,为啥没人看?试试这些方法和工具(建议收藏)
261 0
明明很努力的写博客,为啥没人看?试试这些方法和工具(建议收藏)