-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
405 lines (353 loc) · 20 KB
/
index.html
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
<!DOCTYPE html>
<html lang="en">
<head>
<title>Engineering Software as a Service (ESaaS)</title>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="Xiaoying Riley at 3rd Wave Media">
<link rel="shortcut icon" href="favicon.ico">
<!-- Google Font -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Days+One&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Quicksand:700|Roboto:400,400i,700&display=swap" rel="stylesheet">
<!-- FontAwesome JS-->
<script defer src="assets/fontawesome/js/all.min.js"></script>
<!-- Theme CSS -->
<link id="theme-style" rel="stylesheet" href="assets/css/theme.css">
</head>
<body>
<header class="header">
<div class="branding">
<div class="container-fluid position-relative py-3">
<div class="cta-holder row gx-md-3 gy-3 gy-md-0">
<div class="logo-wrapper col-3 col-md-auto">
<div class="site-logo"><a class="navbar-brand" href="index.html"><img class="logo-icon me-2" src="assets/images/aqueduct-sm.gif" alt="logo" ><span class="logo-text">ESaaS</span></a></div>
</div><!--//docs-logo-wrapper-->
<div class="col-12 col-md-auto">
<a class="btn btn-primary w-100" target="_blank" href="https://www.amazon.com/Engineering-Software-As-Service-Computing/dp/1735233803">Print/Kindle</a>
</div>
<div class="col-12 col-md-auto">
<a class="btn btn-primary w-100" href="https://drive.google.com/open?id=19dqWms9qUQ2Bi8JfsBhC5Q6zDeJd0s5o">PDF</a>
</div>
<div class="col-12 col-md-auto">
<a class="btn btn-primary w-100" href="https://teach.saasbook.info">
Open Materials, Videos, Instructor Guide
</a>
</div>
<div class="col-12 col-md-auto">
<a class="btn btn-primary w-100" href="archive.html">Archive/About</a>
</div>
</div><!--//cta-holder-->
</div>
</div><!--//branding-->
</header><!--//header-->
<section id="benefits-section" class="benefits-section theme-bg-light-gradient py-5">
<div class="container py-5">
<h2 class="section-heading text-center mb-3">
Engineering Software as a Service: <br>
An Agile Approach Using Cloud Computing
</h2>
<div class="section-intro single-col-max mx-auto text-center
mb-5">
A one- or two-semester course in Agile/XP development using Ruby on Rails and HTML5/JavaScript to develop,
test, and deploy cloud-based and mobile apps. Accompanied by comprehensive instructor and student materials,
including autograded programming assignments, and widely
endorsed by industry practitioners and academic instructors.
</div>
</div>
</section>
<section id="benefits-section" class="benefits-section theme-bg-light-gradient py-3">
<div class="container">
<!--
<h2 class="section-heading text-center mb-3">What Will You Get From This Book?</h2>
<div class="section-intro single-col-max mx-auto text-center mb-5">
Section intro goes here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer blandit consequat consequat. Orci varius natoque penatibus et magnis.
</div>
-->
<div class="row text-center">
<div class="item col-12 col-md-6 col-lg-4">
<div class="item-inner p-3 p-lg-4">
<a target="_blank" href="https://teach.saasbook.info">
<div class="item-header mb-3">
<div class="item-icon">
<i class="fas fa-laptop-code"></i>
</div>
<h3 class="item-heading">
Instructors: <br>Get Started Using Codio™
</h3>
</div><!--//item-heading-->
<div class="item-desc">
All-in-one Web-based IDE, online textbook, autograding, and LMS integration.
</div><!--//item-desc-->
</div><!--//item-inner-->
</a>
</div><!--//item-->
<div class="item col-12 col-md-6 col-lg-4">
<div class="item-inner p-3 p-lg-4">
<!-- <a target="_blank" href="https://www.edx.org/professional-certificate/berkeleyx-mastering-agile-development-of-software-as-a-service"> -->
<div class="item-header mb-3">
<div class="item-icon">
<i class="fa-solid fa-desktop"></i>
</div>
<h3 class="item-heading">
Instructors & individual learners:<br>
Get Started Using EdX
</h3>
</div><!--//item-heading-->
<div class="item-desc">
Online course integrating Codio, autograding, lectures, and quizzes, in a 3-part series that can be taken individually or together for an EdX Professional Certificate. <strong>Note: the edX course is currently being revised and will be back in late 2024.</strong>
</div><!--//item-desc-->
</div><!--//item-inner-->
<!-- </a> -->
</div><!--//item-->
<div class="item col-12 col-md-6 col-lg-4">
<div class="item-inner p-3 p-lg-4">
<a href="https://summer.berkeley.edu" target="_blank">
<div class="item-header mb-3">
<div class="item-icon">
<i class="fa-solid fa-graduation-cap"></i>
</div>
<h3 class="item-heading">
Individual learners: <br>
Take the UC Berkeley class
</h3>
</div><!--//item-heading-->
<div class="item-desc">
Apply to enroll during the academic year or summer
session, get intensive access to course staff and
instructors, and receive UC Berkeley transcript
credit.
</div><!--//item-desc-->
</a>
</div><!--//item-inner-->
</div><!--//item-->
</div><!--//row-->
</div><!--//container-->
</section><!--//benefits-section-->
<section class="hero-section">
<div class="container">
<div class="row">
<div class="col-12 col-md-7 pt-5 mb-5 align-self-center">
<div class="promo pe-md-3 pe-lg-5">
<div class="hero-quotes mt-5">
<div id="quotes-carousel" class="quotes-carousel carousel slide carousel-fade mb-5" data-bs-ride="carousel" data-bs-interval="8000">
<ol class="carousel-indicators">
<li id="b0" data-bs-target="#quotes-carousel" data-bs-slide-to="0"></li>
<li id="b1" data-bs-target="#quotes-carousel" data-bs-slide-to="1"></li>
<li id="b2" data-bs-target="#quotes-carousel" data-bs-slide-to="2"></li>
<li id="b3" data-bs-target="#quotes-carousel" data-bs-slide-to="3"></li>
<li id="b4" data-bs-target="#quotes-carousel" data-bs-slide-to="4"></li>
<li id="b5" data-bs-target="#quotes-carousel" data-bs-slide-to="5"></li>
<li id="b6" data-bs-target="#quotes-carousel" data-bs-slide-to="6"></li>
<li id="b7" data-bs-target="#quotes-carousel" data-bs-slide-to="7"></li>
<li id="b8" data-bs-target="#quotes-carousel" data-bs-slide-to="8"></li>
<li id="b9" data-bs-target="#quotes-carousel" data-bs-slide-to="9"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item" id="c0">
<blockquote class="quote p-4 theme-bg-light">
It is a pleasure to see a student text that emphasizes the production of real useful software. I also applaud the emphasis on getting results early in the process. Nothing stimulates student morale and activity more.
</blockquote><!--//item-->
<div class="source row gx-md-3 gy-3 gy-md-0 align-items-center">
<div class="col-12 col-md-auto text-center text-md-start">
<img class="source-profile" src="assets/images/profiles/ncsu.png" alt="image" >
</div><!--//col-->
<div class="col source-info text-center text-md-start">
<div class="source-name">Prof. Fred Brooks, Turing Award Winner</div>
<div class="source-title">North Carolina State University</div>
</div><!--//col-->
</div><!--//source-->
</div><!--//carousel-item-->
<div class="carousel-item" id="c1">
<blockquote class="quote p-4 theme-bg-light">
Working with your book is a sheer joy for me and for the students. I received so much positive feedback from the students about how knowledge of agile development helped them in getting internships and completing large projects in different fields such as biomedical engineering, finance and music.
</blockquote><!--//item-->
<div class="source row gx-md-3 gy-3 gy-md-0 align-items-center">
<div class="col-12 col-md-auto text-center text-md-start">
<img class="source-profile" src="assets/images/profiles/tulane.jpg" alt="image" >
</div><!--//col-->
<div class="col source-info text-center text-md-start">
<div class="source-name">Prof. Anastasia Kurdia</div>
<div class="source-title">Tulane University</div>
</div><!--//col-->
</div><!--//source-->
</div><!--//carousel-item-->
<div class="carousel-item" id="c2">
<blockquote class="quote p-4 theme-bg-light">
We have gone from teaching about 60 graduate students per year in traditional software engineering to 160 per year using ESaaS. We have similarly seen a large increase in undergraduate students. The local community of non-profits has come to depend on us for software development.
</blockquote><!--//item-->
<div class="source row gx-md-3 gy-3 gy-md-0 align-items-center">
<div class="col-12 col-md-auto text-center text-md-start">
<img class="source-profile" src="assets/images/profiles/tamu.jpg" alt="image" >
</div><!--//col-->
<div class="col source-info text-center text-md-start">
<div class="source-name">Prof. Hank Walker</div>
<div class="source-title">Texas A&M University</div>
</div><!--//col-->
</div><!--//source-->
</div><!--//carousel-item-->
<div class="carousel-item" id="c3">
<blockquote class="quote p-4 theme-bg-light">
A very welcome juxtaposition of theory and practice for any modern beginning to advanced Software Engineering course…in my advanced undergraduate software engineering course, [it] beautifully complements both my lectures and the team project.
</blockquote><!--//item-->
<div class="source row gx-md-3 gy-3 gy-md-0 align-items-center">
<div class="col-12 col-md-auto text-center text-md-start">
<img class="source-profile" src="assets/images/profiles/ucsd.gif" alt="image" >
</div><!--//col-->
<div class="col source-info text-center text-md-start">
<div class="source-name">Prof. Ingolf Krueger</div>
<div class="source-title">University of California, San Diego</div>
</div><!--//col-->
</div><!--//source-->
</div><!--//carousel-item-->
<div class="carousel-item" id="c4">
<blockquote class="quote p-4 theme-bg-light">
I love this course so much. It's such an amazing advancement in [Software Engineering] education, and I've been so proud to offer it for the past 2 years. It is a big learning curve to new instructors and students, but I truly believe it's worth it. My students seem to agree.
</blockquote><!--//item-->
<div class="source row gx-md-3 gy-3 gy-md-0 align-items-center">
<div class="col-12 col-md-auto text-center text-md-start">
<img class="source-profile" src="assets/images/profiles/uccs.jpeg" alt="image" >
</div><!--//col-->
<div class="col source-info text-center text-md-start">
<div class="source-name">Prof. Kristen Justice</div>
<div class="source-title">University of Colorado at Colorado Springs</div>
</div><!--//col-->
</div><!--//source-->
</div><!--//carousel-item-->
<div class="carousel-item" id="c5">
<blockquote class="quote p-4 theme-bg-light">
An excellent book that will have you building SaaS apps progressively in a few short days. The screencasts and the GitHub Gists are invaluable. A very practical approach to Agile software development.
</blockquote><!--//item-->
<div class="source row gx-md-3 gy-3 gy-md-0 align-items-center">
<div class="col-12 col-md-auto text-center text-md-start">
<img class="source-profile" src="assets/images/profiles/delhi.png" alt="image" >
</div><!--//col-->
<div class="col source-info text-center text-md-start">
<div class="source-name">Prof. Rakhi Saxena</div>
<div class="source-title">Delhi University, India</div>
</div><!--//col-->
</div><!--//source-->
</div><!--//carousel-item-->
<div class="carousel-item" id="c6">
<blockquote class="quote p-4 theme-bg-light">
This course brings together many the latest and finest ideas of today's computer science and software engineering.
</blockquote><!--//item-->
<div class="source row gx-md-3 gy-3 gy-md-0 align-items-center">
<div class="col-12 col-md-auto text-center text-md-start">
<img class="source-profile" src="assets/images/profiles/jce.png" alt="image" >
</div><!--//col-->
<div class="col source-info text-center text-md-start">
<div class="source-name">Prof. Reuven Yagel</div>
<div class="source-title">The Jerusalem College of Engineering, Chennai, India</div>
</div><!--//col-->
</div><!--//source-->
</div><!--//carousel-item-->
<div class="carousel-item" id="c7">
<blockquote class="quote p-4 theme-bg-light">
Many congratulations. . . Very proud of including the SPOC in our redeveloped Bachelors’ in Software Engineering degree. . . The book is the best I’ve bought, within minutes of seeing it at ICSE.
</blockquote><!--//item-->
<div class="source row gx-md-3 gy-3 gy-md-0 align-items-center">
<div class="col-12 col-md-auto text-center text-md-start">
<img class="source-profile" src="assets/images/profiles/adelaide.png" alt="image" >
</div><!--//col-->
<div class="col source-info text-center text-md-start">
<div class="source-name">Prof. Ali Babar</div>
<div class="source-title">University of Adelaide, Australia</div>
</div><!--//col-->
</div><!--//source-->
</div><!--//carousel-item-->
<div class="carousel-item" id="c8">
<blockquote class="quote p-4 theme-bg-light">
This novel approach to the teaching of software development paves the way to grasp the agile philosophy…[and] provides students with a practical continuous-delivery exercise that is highly valuable to their future professional career.
</blockquote><!--//item-->
<div class="source row gx-md-3 gy-3 gy-md-0 align-items-center">
<div class="col-12 col-md-auto text-center text-md-start">
<img class="source-profile" src="assets/images/profiles/us.png" alt="image" >
</div><!--//col-->
<div class="col source-info text-center text-md-start">
<div class="source-name">Prof. Antonio Ruiz-Cortés and Prof. Pablo Fernández Montes</div>
<div class="source-title">University of Seville, Spain</div>
</div><!--//col-->
</div><!--//source-->
</div><!--//carousel-item-->
<div class="carousel-item" id="c9">
<blockquote class="quote p-4 theme-bg-light">
Undergraduate Computer Science students often lack experience using difficult-to-teach concepts such as service-oriented architecture and database migration. This book provides much needed structure, materials, and resources to enable individual Software Engineering course instructors to expose students to rich, hands-on experiences within the limit of one course.
</blockquote><!--//item-->
<div class="source row gx-md-3 gy-3 gy-md-0 align-items-center">
<div class="col-12 col-md-auto text-center text-md-start">
<img class="source-profile" src="assets/images/profiles/ohiou.jpeg" alt="image" >
</div><!--//col-->
<div class="col source-info text-center text-md-start">
<div class="source-name">Prof. Chang Liu</div>
<div class="source-title">Ohio University</div>
</div><!--//col-->
</div><!--//source-->
</div><!--//carousel-item-->
</div><!--//carousel-inner-->
</div><!--//quotes-carousel-->
<script>
document.getElementById('b0').classList.add('active');
document.getElementById('c0').classList.add('active');
</script>
</div><!--//hero-quotes-->
</div><!--//promo-->
</div><!--col-->
<div class="col-12 col-md-5 mb-5 align-self-center">
<div class="book-cover-holder">
<img class="img-fluid book-cover" src="assets/images/kindle-internal-cover.jpg" alt="book cover" >
<div class="book-badge d-inline-block shadow">
</div>
</div><!--//book-cover-holder-->
</div><!--col-->
</div><!--//row-->
</div><!--//container-->
</section><!--//hero-section-->
<section id="author-section" class="author-section section theme-bg-primary py-5">
<div class="container py-3">
<div class="author-profile text-center mb-5">
<img class="author-pic" src="assets/images/profiles/fox.jpg" alt="image" >
<img class="author-pic" src="assets/images/profiles/patterson.jpg" alt="image" >
</div><!--//author-profile-->
<h2 class="section-heading text-center text-white mb-3">About The Authors</h2>
<div class="author-bio mx-auto">
<p>
<strong>Armando Fox</strong>
is a Professor of Computer Science, a Diversity and
Equity Officer at both the EECS Department level and Campus level,
and Faculty Advisor for Digital Learning Strategy at UC Berkeley.
He is an ACM Distinguished Scientist, a winner of the ACM Karl V. Karlstrom Outstanding Educator Award, and the winner of numerous teaching and mentoring awards from
Associated
Students of Stanford University, the Society of Women Engineers, and Tau
Beta Pi Engineering Honor Society.
</p>
<p>
<strong>David Patterson</strong>
recently retired from a 40-year career at UC Berkeley. He is
the co-inventor of RISC and RAID; a member of the National
Academy of Engineering, National Academy of Sciences, and Silicon
Valley Hall of Fame; and the winner of the ACM Karl V. Karlstrom
Outstanding Educator Award, the IEEE Mulligan Medal for Education, numerous
teaching awards from UC Berkeley, and most recently, the ACM
A.M. Turing Award, shared with John Hennessy.
</p>
</div><!--//author-bio-->
</div><!--//container-->
</section><!--//author-section-->
<footer class="footer">
<div class="footer-bottom text-center py-5">
<!--/* This template is free as long as you keep the footer attribution link. If you'd like to use the template without the attribution link, you can buy the commercial license via our website: themes.3rdwavemedia.com Thank you for your support. :) */-->
<small class="copyright">Designed with <span class="sr-only">love</span><i class="fas fa-heart" style="color: #fb866a;"></i> by <a class="theme-link" href="http://themes.3rdwavemedia.com" target="_blank">Xiaoying Riley</a> for developers</small>
</div>
</footer>
<!-- Javascript -->
<script src="assets/plugins/popper.min.js"></script>
<script src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/plugins/smoothscroll.min.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>