Jolt Awards: The Best Books
Jolt大奖素有“软件业界的奥斯卡”之美誉,共设通用类图书、技术类图书、语言和开发环境、框架库和组件、开发者网站等十余个分类,每个分类设有一个“震撼奖”(Jolt Award)和三个“生产力奖”(Productivity Award)。一项技术产品只有在获得了Jolt奖之后才能真正成为行业的主流,一本技术书籍只有在获得了Jolt奖之后才能真正奠定经典的地位。赞助商Jolt可乐的广告词是“震撼全世界”,Jolt奖就让我们看到,是谁在震撼着我们今天的世界。虽然Jolt并不起决定作用,但代表了某种技术趋势与潮流。
2014 Jolt Awards: The Best Books
Jolt Award(震撼奖):
Jolt Productivity Award(生产力奖):
- Programming: Principles and Practice Using C++, 2nd Edition
- Single Page Web Applications: JavaScript End-to-End (单页Web应用:JavaScript从前端到后端)
Jolt Finalist(入围):
2013 Jolt Awards: The Best Books
Jolt Award(震撼奖):
- Lean UX (精益设计 : 设计团队如何改善用户体验)
Jolt Productivity Award(生产力奖):
Jolt Finalist(入围):
2012 Jolt Awards: The Best Books
Jolt Award(震撼奖):
- Specification by Example: How Successful Teams Deliver the Right Software (实例化需求:团队如何交付正确的软件)
Jolt Productivity Award(生产力奖):
Jolt Finalist(入围):
- How Google Tests Software
- Running Lean, Iterate from Plan A to a Plan That Works, Second Edition
- Elemental Design Patterns
2011 Jolt Awards: The Best Books
Jolt Award(震撼奖):
- Continuous Delivery: Reliable Software Releases through Build, Test, and Deployment Automation, by Jez Humble and David Farley (持续交付:发布可靠软件的系统方法)
Jolt Productivity Award(生产力奖):
- Mining the Social Web: Analyzing Data from Facebook, Twitter, LinkedIn, and Other Social Media Sites, by Matthew A. Russell
- Seven Languages in Seven Weeks: A Pragmatic Guide to Learning Programming Languages, by Bruce Tate
Jolt Finalist(入围):
- The Joy of Clojure: Thinking the Clojure Way, by Michael Fogus and Chris Houser
- The Art of Computer Programming, Volume 4A: Combinatorial Algorithms, Part 1, by Donald Knuth
- Domain-Specific Languages by Martin Fowler with Rebecca Parsons
2010 Jolt Awards: The Best Books
Jolt Award(震撼奖):
- Masterminds of Programming: Conversations with the Creators of Major Programming Languages, by Federico Biancuzzi and Shane Warden
Jolt Productivity Award(生产力奖):
- Hello World! Computer Programming for Kids and Other Beginners, by Warren D. Sande and Carter Sande
Jolt Finalist(入围):
- SDLC 3.0: Beyond a Tacit Understanding of Agile, by Mark Kennaley
【参考文献】Jolt官网:http://www.drdobbs.com
Jolt Awards: The Best Books的更多相关文章
- 代码比较器 Araxis Merge
Araxis Merge 是一个可视化的文件比较.合并和同步的软件,能够方便的被软件工程师和 web 站点开发者使用快速精确地比较.了解和联合不同版本的源文件:进行版本和质量控制,创建 HTML 或是 ...
- 编程语言教程书该怎么写: 向K&R学习!
原文地址:Lax Language TutorialsAndrew Binstock 每年在评审Jolt Awards图书的时候,我都会被一些语言教程类图书弄得心力交瘁.从这些年的评审经验来看,这些语 ...
- 7 Must Read Python Books
7 Must Read Python Books I started learning Python just two years ago. Coming from a C++ and Java ba ...
- TCP/IP BOOKS
TCP/IP Fundamentals for Microsoft Windows: Overview https://technet.microsoft.com/en-us/library/bb72 ...
- 模糊测试——强制发掘安全漏洞的利器(Jolt 大奖精选丛书)
模糊测试——强制发掘安全漏洞的利器(Jolt 大奖精选丛书) [美]Sutton, M.Greene, A.Amini, P. 著 段念赵勇译 ISBN 978-7-121-21083-9 2013年 ...
- 关注经典:CSS Awards 获奖网站作品赏析《第一季》
每天都有很多新的网站推出,其中不乏一些设计极其优秀的作品.这个系列的文章,我为大家挑选了2012年赢得 CSS Awards 大奖的50个最佳网站.这些鼓舞人心的网站作品代表了网页设计的最高水平,相信 ...
- UVa 714 Copying Books(二分)
题目链接: 传送门 Copying Books Time Limit: 3000MS Memory Limit: 32768 KB Description Before the inventi ...
- LightOJ1283 Shelving Books(DP)
题目 Source http://www.lightoj.com/volume_showproblem.php?problem=1283 Description You are a librarian ...
- 抄书 Copying Books UVa 714
Copying Books 题目链接:http://acm.hust.edu.cn/vjudge/contest/view.action?cid=85904#problem/B 题目: Descri ...
随机推荐
- PAT 天梯赛 L1-036. A乘以B 【水】
题目链接 https://www.patest.cn/contests/gplt/L1-036 AC代码 #include <iostream> #include <cstdio&g ...
- LVS基本介绍
一.LVS概念 LVS是Linux Virtual Server的简称,也就是Linux虚拟服务器.这是一个由章文嵩博士发起的一个开源项目,它的官方网站是http://www.linuxvirtual ...
- 给IT男推荐一款车
标题是为了吸引人,其实这里要推荐的不是汽车而是自行车,确切的说是电动自行车(也有叫锂电自行车),见下图! (备注:淘宝截图,有便宜的2K就能搞定,好点的像这一款3K吧!) 码农这个词真不是瞎叫的,做这 ...
- javascript 中的比较大小,兼 typeof()用法
javascript中的排序: 1.不同类型 比 类型 (字符串 > 数字) 2.同类型:(字符串 比 按字母顺序 )(数字 比 大小) 测试: <!DOCTYPE html> ...
- Python3:Django连接Mysql数据库时出错,'Did you install mysqlclient or MySQL-python?'
Python3:Django连接Mysql数据库时出错,'Did you install mysqlclient or MySQL-python?' 一.原因 因为Python版本问题,MySQLdb ...
- Nginx 限制php解析、限制浏览器访问
限制php解析 1.有时候会根据目录来限制php解析: location ~ .*(diy|template|attachments|forumdata|attachment|image)/.*\.p ...
- jQuery多层级垂直手风琴菜单
在线演示 本地下载
- cnetos升级内核玩docker
最近在学习docker容器.在阿里云上的服务器内核版本比较低.所以,需要先升级. 查看内核命令:uname -r 升级内核,网上也有很多种方式.一般都是下载内核包,然后自己编译.不过这种方式需要注意的 ...
- gulp前端构建工具的搭建
我的机器: 3.13.0-32-generic #57-Ubuntu SMP Tue Jul 15 03:51:08 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux 1 ...
- PHP学习之路(一)
先前对PHP的学习研究,今总结写下心得!!