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

目录
相关文章
|
数据采集 存储 JSON
基于网络爬虫的天气数据分析
本文介绍了一个基于Python网络爬虫的天气数据分析项目,详细阐述了爬虫的设计原理、程序架构、整体执行流程及相关技术,包括数据爬取、解析、存储以及反爬虫策略,并展示了爬虫程序框架和流程图。
266 1
基于网络爬虫的天气数据分析
|
资源调度 大数据 调度
【大数据技术干货】阿里云伏羲(fuxi)调度器FuxiMaster功能简介(三) 针对在线服务的资源强稳定
转载自xingbao各位好,这是介绍阿里云伏羲(fuxi)调度器系列文章的第三篇,今天主要介绍针对在线服务的资源强稳定 一、FuxiMaster简介 FuxiMaster和Yarn非常相似,定位于分布式系统中资源管理与分配的角色:一个典型的资源分配流程图如下所示: 作为调度器,目前FuxiMas
4827 0
|
存储 开发工具 芯片
第四章 FPGA 开发平台介绍(上)
第四章 FPGA 开发平台介绍
746 0
第四章 FPGA 开发平台介绍(上)
|
域名解析 存储 JSON
移动端APP 常用测试用例(二)
大家好,我是阿萨。今天总结下常见APP测试场景。新手测试,直接照搬即可。完全涵盖日常所有测试场景
615 1
|
存储 算法 Java
虚拟机中的经典垃圾收集器及常用参数解析(Serial、ParNew、Parallel Scavenge、Serial Old、Parallel Old、CMS、G1)
这里说的经典垃圾收集器,并不是说这些垃圾收集器多么的优秀,因为随着JDK版本的不断更新,新的垃圾收集器越来越多,这些在JDK9及之前使用的垃圾收集器自然就成为了相对经典的版本。说到垃圾收集器,就必须说垃圾收集算法 点击查看垃圾收集算法详解 ,因为垃圾收集算法是收集收集器的方法论,正是因为有了垃圾收集算法,才有了各种各样的垃圾收集器,下面认识下这些经典的垃圾收集器吧。
1083 0
虚拟机中的经典垃圾收集器及常用参数解析(Serial、ParNew、Parallel Scavenge、Serial Old、Parallel Old、CMS、G1)
|
数据挖掘
数据分析——RFM模型
RFM模型是网点衡量当前用户价值和客户潜在价值的重要工具和手段。
652 0
数据分析——RFM模型
|
存储 缓存 NoSQL
微服务架构四大金刚利器
概述 互联网应用发展到今天,从单体应用架构到SOA以及今天的微服务,随着微服务化的不断升级进化,服务和服务之间的稳定性变得越来越重要,分布式系统之所以复杂,主要原因是分布式系统需要考虑到网络的延时和不可靠,微服务很重要的一个特质就是需要保证服务幂等,保证幂等性很重要的前提需要分布式锁控制并发,同时缓存、降级和限流是保护微服务系统运行稳定性的三大利器。
11086 0
|
弹性计算 运维 Dubbo
微服务治理解密:EDAS 是什么?
EDAS 是什么 有很多读者问我在阿里是做什么的,我一般会回答:“我在阿里主要负责 Dubbo、HSF、SpringCloud Alibaba 这几个微服务框架研发和商业化相关的工作”,这样回答,如果对方是 Java 开发,一般都能知道个大概。
4692 0
微服务治理解密:EDAS 是什么?
|
Java Maven SDN
带你读《ODL技术内幕:架构设计与实现原理》之一:阅读源代码前的准备
ODL不仅仅是一个SDN控制器平台,它还是一个优秀的模型驱动架构实现,以及一个典型的分布式系统设计范例。通过ODL,我们能学习的不仅仅是SDN,也能学到其通用的编程技术及软件架构设计,其分布式系统设计实现也非常值得我们借鉴。
|
弹性计算 Linux 数据安全/隐私保护
云服务器从入门到使用教程合集
您在使用云服务器 ECS 的时候,可能会遇到各种问题,例如远程连接、更换操作系统、扩容、升降配、使用快照和镜像等。本文介绍了以下资源的最常用操作,方便您参考,包括: 实例 磁盘 快照 自动快照策略 镜像 安全组 2 分钟视频,了解常用操作。
16280 0