-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
94 lines (65 loc) · 4.1 KB
/
index.html
File metadata and controls
94 lines (65 loc) · 4.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Secrets of the Rockstar Programmers by Ed Burns</title>
<link rel="stylesheet" type="text/css" href="rockstar.css"/>
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="rockstarie.css" />
<![endif]-->
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<a rel="me" href="https://mastodon.social/@edburns"></a>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-92196982-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div id="wrapper">
<div id="header">
<h1>About the Book</h1>
</div><!--header-->
<div id="navigation">
<ul class="nav">
<li><a href="index.html">Home</a></li>
<li><a href="blog">Blog</a></li>
<li><a href="author.html">The Author</a></li>
<li><a href="theshow.html">The Show</a></li>
<li><a href="interviews.html">The Rock Stars</a></li>
<li><a href="calendar.html">Calendar</a></li>
<li><a href="press.html">Press</a></li>
<li><a href="purchase.html">Buy the Book</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="otherContent.html">Other Content by Ed Burns</a></li>
</ul>
</div><!--navigation-->
<div id="main">
<h2>Riding the Crest: Secrets of the Rockstar Programmers</h2>
<div id="description">
<p><img src="cover.jpg" alt="" /> With the rise of blogging, many of the world’s most talented programmers have become celebrities in the field of IT. These “rock star programmers” are bellwether icons for their legions of readers: IT professionals trying to stay current. </p>
</div>
<p><strong>SECRETS OF THE ROCK STAR PROGRAMMERS: Riding the IT Crest</strong> (McGraw-Hill; March 2008; Original paperback: $24.99) by Ed Burns is a unique collection of incisive interviews with A-list programmers centering on the themes of “spotting trends,” “staying current,” “how to avoid becoming obsolete,” and “work/life balance.”</p>
<p>Ed Burns spoke with some of today’s best programmers and gained access to their thoughts and insights. They are software technology, software pedagogy, and software development experts, as well as one actual rock star, the programmer’s rock star, and a personal favorite of Ed’s, Weird Al Yankovic. Each programmer interviewed is asked a common set of questions, and responses can be easily found in a “by-question” index.</p>
<p>Programmers interviewed include James Gosling, the father of Java; Max Levchin, co-founder of PayPal; Chris Wilson, Lead Architect of Microsoft Internet Explorer; Hani Suleiman, of <em>The Bile Blog;</em> and Rod Johnson, inventor of the Spring Framework.</p>
<p><em>Secrets of the Rock Star Programmers</em> is a valuable career-enrichment resource for millions of software developers and their managers. Readers will learn from the best in the world how to spot the next big thing in programming and leverage it to their advantage.</p>
<p>Read <a href="http://www.itworld.com/article/2813501/careers/andy-hunt--secrets-of-a-rock-star-programmer--part-1-.html">Chapter 11: Andy Hunt</a>, at ITWorld.</p>
</div><!--main-->
</div><!--wrapper-->
<div id="footer">
© 2008 - 2019 by Ed Burns | Site design by <a href="http://www.xoxiety.com">Xoxiety.com</a>
</div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-3968444-1");
pageTracker._initData();
pageTracker._trackPageview();
</script>
</body>
</html>