-
Notifications
You must be signed in to change notification settings - Fork 0
/
books.html
562 lines (512 loc) · 24.6 KB
/
books.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
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
<!DOCTYPE html>
<html lang="en-us">
<head>
<!-- Meta Data -->
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<title>Bloc Design Library</title>
<meta content="View our recommendations for design theory and front-end development books. Bloc offers structured online training programs in software development and design for career-minded adults with busy lives."
name='description'>
<!-- / Responsive Enabled -->
<meta name='keywords'>
<!-- Google -->
<meta content='z3HPw1Nm4ihrRs_dA0-OZbMNipfhdT0vu3g4s5tRSQ8' name='google-site-verification'>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-27199098-19"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-27199098-19');
</script>
<!-- Twitter Card data -->
<meta content='summary' name='twitter:card'>
<meta content='@trybloc' name='twitter:site'>
<meta content='Bloc Design Library' name='twitter:title'>
<meta content="View our recommendations for design theory and front-end development books. Bloc offers structured online training programs in software development and design for career-minded adults with busy lives."
name='twitter:description'>
<meta content='https://cdn2.bloc.io/assets/logos/bloc-logo-square-500x500-white-aeadf5158e1755bd456884b27b564ef7.jpg' name='twitter:image'>
<!-- Open Graph data -->
<meta content='Bloc Design Library' property='og:title'>
<meta content='website' property='og:type'>
<meta content='https://www.bloc.design/books.html' property='og:url'>
<meta content='https://cdn2.bloc.io/assets/logos/bloc-logo-square-500x500-white-aeadf5158e1755bd456884b27b564ef7.jpg' property='og:image'>
<meta content="View our recommendations for design theory and front-end development books. Bloc offers structured online training programs in software development and design for career-minded adults with busy lives."
property='og:description'>
<meta content='Bloc Design Library' property='og:site_name'>
<meta content='1932106' property='fb:admins'>
<!-- Schema markup -->
<meta content='Bloc | Design Library' itemprop='name'>
<meta content="View our recommendations for design theory and front-end development books. Bloc offers structured online training programs in software development and design for career-minded adults with busy lives."
itemprop='description'>
<meta content='https://cdn2.bloc.io/assets/logos/bloc-logo-square-500x500-white-aeadf5158e1755bd456884b27b564ef7.jpg' itemprop='image'>
<!-- Favicon -->
<link rel="shortcut icon" type="image/x-icon" href="https://cdn2.bloc.io/assets/logos/bloc-logo-square-500x500-white-aeadf5158e1755bd456884b27b564ef7.jpg">
<!-- Stylesheets -->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="fonts/typography.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Questrial:300,400,700">
</head>
<body>
<!-- HEADER -->
<header>
<div class="bloc-header">
<div class="library-mobile-background"></div>
<div class="header-one-half-left">
<a href="https://www.bloc.io/">
<div id="logo">
<img id="bloc-logo" src="assets/bloc-logo.png" alt="Bloc logo">
<img id="bloc-logo-mobile" src="https://cdn1.bloc.io/assets/marketing_pages/logos/logo-86accc4ff12b5e9b217ac7687b84b2ef.svg"
alt="Bloc logo">
</div>
<div class="header-links">
</a>
<a href="https://www.bloc.io/#programs">
<h4>Programs</h4>
</a>
<a href="https://www.bloc.io/alumni">
<h4>Alumni</h4>
</a>
<a href="https://medium.com/newsonthebloc">
<h4>Blog</h4>
</a>
<a href="http://bloc.design/">
<h4 id="blog-link">Design Portfolios</h4>
</a>
</div>
</div>
<div class="header-one-half-right">
<div class="log-in-link">
<a href="https://www.bloc.io/sign_in">
<h4>Log In</h4>
</a>
</div>
<a href="https://www.bloc.io/enroll">
<div class="enroll-button">
<h4>Enroll Now</h4>
</div>
</div>
</a>
</div>
</header>
<!-- TITLE -->
<div class="book-page-content">
<section class="featured-portfolios-section" id="design-library-title">
<div class="featured-portfolios-section-title">
<h1>Bloc Design Library</h1>
</div>
</section>
<!-- BOOK SUBJECTS -->
<div class="book-subjects">
<div class="book-subject" id="theory-title-active">
<a href="books.html">
<h1>Theory</h1>
</a>
</div>
<div class="book-subject" id="front-end-title-inactive">
<a href="books-front-end.html">
<h1>Front-End</h1>
</a>
</div>
</div>
<!-- BOOK LIST -->
<section class="book-list-section">
<div class="book">
<a href="http://atomicdesign.bradfrost.com/" target="_blank" alt="Atomic Design">
<div class="book-cover">
<div class="book-cover-img">
<img src="assets-books/atomic-design.png" alt="image of book cover">
</div>
</div>
<div class="book-title">
<h2>Atomic Design</h2>
</div>
<div class="book-author">
<h4>by Brad Frost</h4>
</div>
<div class="book-description">
<p>Atomic Design details all that goes into creating and maintaining robust design systems, allowing you to roll
out higher quality, more consistent UIs faster than ever before.</p>
</div>
</a>
</div>
<div class="book">
<a href="https://abookapart.com/products/conversational-design" target="_blank" alt="Conversational Design">
<div class="book-cover">
<div class="book-cover-img">
<img src="assets-books/conversational-design.png" alt="image of book cover">
</div>
</div>
<div class="book-title">
<h2>Conversational Design</h2>
</div>
<div class="book-author">
<h4>by Erika Hall</h4>
</div>
<div class="book-description">
<p>How do we make digital systems feel less robotic and more real? Whether you work with interface or visual design,
front-end technology, or content design, learn why conversation is the best model for creating device-independent,
human-centered systems.</p>
</div>
</a>
</div>
<div class="book">
<a href="https://www.amazon.com/Design-Real-World-Ecology-Social/dp/0897331532" target="_blank" alt="Design for the Real World: Human Ecology and Social Change">
<div class="book-cover">
<img src="assets-books/design-for-the-real-world.jpg" alt="image of book cover">
</div>
<div class="book-title">
<h2>Design for the Real World: Human Ecology and Social Change</h2>
</div>
<div class="book-author">
<h4>by Victor Papanek</h4>
</div>
<div class="book-description">
<p>One of the world's most widely read books on design. Victor Papanek examines the attempts by designers to combat
the tawdry, the unsafe, the frivolous, the useless product, once again providing a blueprint for sensible,
responsible design in this world which is deficient in resources and energy.</p>
</div>
</a>
</div>
<div class="book">
<a href="https://abookapart.com/products/design-is-a-job" target="_blank" alt="Design Is A Job">
<div class="book-cover">
<img src="assets-books/design-is-a-job.png" alt="image of book cover">
</div>
<div class="book-title">
<h2>Design Is A Job</h2>
</div>
<div class="book-author">
<h4>by Mike Monterio</h4>
</div>
<div class="book-description">
<p>Co-founder of Mule Design and raconteur Mike Monteiro wants to help you do your job better. From contracts to
selling design, from working with clients to working with each other, this brief book is packed with knowledge
you can’t afford not to know.</p>
</div>
</a>
</div>
<div class="book">
<a href="https://www.amazon.com/Design-Storytelling-Ellen-Lupton/dp/194230319X" target="_blank" alt="Design is Storytelling">
<div class="book-cover">
<img src="assets-books/design-is-storytelling.jpg" alt="image of book cover">
</div>
<div class="book-title">
<h2>Design is Storytelling</h2>
</div>
<div class="book-author">
<h4>by Ellen Lupton</h4>
</div>
<div class="book-description">
<p>Good design, like good storytelling, brings ideas to life. A playbook for creative thinking, showing designers
how to use storytelling techniques to create satisfying graphics, products, services and experiences. This
book will help any designer amplify the narrative power of their work.</p>
</div>
</a>
</div>
<div class="book">
<a href="http://designsystemsbook.com/" target="_blank" alt="Design Systems">
<div class="book-cover">
<img src="assets-books/design-systems.jpg" alt="image of book cover">
</div>
<div class="book-title">
<h2>Design Systems</h2>
</div>
<div class="book-author">
<h4>by Alla Kholmatova</h4>
</div>
<div class="book-description">
<p>Not all design systems are equally effective. Alla Kholmatova shares an approach and the key qualities of effective,
enduring design systems. Based on Alla’s experiences, case-studies, and 18 months of research and interviews
— all attempting to figure out what works and what doesn’t work in real-life products.</p>
</div>
</a>
</div>
<div class="book">
<a href="https://www.designbetter.co/design-systems-handbook" target="_blank" alt="Design Systems Handbook">
<div class="book-cover">
<img src="assets-books/design-systems-handbook.jpg" alt="image of book cover">
</div>
<div class="book-title">
<h2>Design Systems Handbook</h2>
</div>
<div class="book-author">
<h4>by DesignBetter.co</h4>
</div>
<div class="book-description">
<p>A design system unites product teams around a common visual language, accelerates the design process, and builds
bridges between teams. Learn how you can create your design system and help your team improve product quality
while reducing design debt.</p>
</div>
</a>
</div>
<div class="book">
<a href="https://www.amazon.com/Dont-Make-Think-Revisited-Usability/dp/0321965515/ref=sr_1_1?s=books&ie=UTF8&qid=1522017293&sr=1-1&keywords=Don%E2%80%99t+Make+Me+Think+-+A+Common+Sense+Approach+to+Web+Usability+Steve+Krug"
target="_blank" alt="Don’t Make Me Think - A Common Sense Approach to Web Usability">
<div class="book-cover">
<img src="assets-books/dont-make-me-think.jpg" alt="image of book cover">
</div>
<div class="book-title">
<h2>Don’t Make Me Think - A Common Sense Approach to Web Usability</h2>
</div>
<div class="book-author">
<h4>by Steve Krug</h4>
</div>
<div class="book-description">
<p>Since Don’t Make Me Think was first published in 2000, over 400,000 Web designers and developers have relied
on Steve Krug’s guide to help them understand the principles of intuitive navigation and information design.</p>
</div>
</a>
</div>
<div class="book">
<a href="https://www.amazon.com/Draplin-Design-Co-Pretty-Everything/dp/1419720171" target="_blank" alt="Draplin Design Co: Pretty Much Everything">
<div class="book-cover">
<img src="assets-books/draplin-design-co-pretty-much-everything.jpg" alt="image of book cover">
</div>
<div class="book-title">
<h2>Draplin Design Co: Pretty Much Everything</h2>
</div>
<div class="book-author">
<h4>by Aaron James Draplin</h4>
</div>
<div class="book-description">
<p>Aaron James Draplin is one of the new school of influential graphic designers who combine the power of design,
social media, entrepreneurship, and DIY aesthetic to create a successful business and way of life. Pretty Much
Everything is a mid-career survey of work, case studies, inspiration, road stories, lists, maps, how-tos, and
advice.
</p>
</div>
</a>
</div>
<div class="book">
<a href="http://www.danpink.com/books/drive/" target="_blank" alt="Drive: The Surprising Truth About What Motivates Us">
<div class="book-cover">
<img src="assets-books/drive.jpeg" alt="image of book cover">
</div>
<div class="book-title">
<h2>Drive: The Surprising Truth About What Motivates Us</h2>
</div>
<div class="book-author">
<h4>by Daniel H. Pink</h4>
</div>
<div class="book-description">
<p>Forget everything you thought you knew about how to motivate people—at work, at school, at home. It's wrong.
The secret to high performance and satisfaction in today's world is the deeply human need to direct our own
lives, to learn and create new things, and to do better by ourselves and our world.</p>
</div>
</a>
</div>
<div class="book">
<a href="https://abookapart.com/products/just-enough-research" target="_blank" alt="Just Enough Research">
<div class="book-cover">
<img src="assets-books/just-enough-research.png" alt="image of book cover">
</div>
<div class="book-title">
<h2>Just Enough Research</h2>
</div>
<div class="book-author">
<h4>by Erika Hall</h4>
</div>
<div class="book-description">
<p>A brief cookbook of research methods. Learn how to discover your competitive advantages, spot your own blind
spots and biases, identify small changes with huge potential impact, and why you should never, ever hold a
focus group. </p>
</div>
</a>
</div>
<div class="book">
<a href="https://www.amazon.com/Lean-UX-Applying-Principles-Experience/dp/1449311652" target="_blank" alt="Lean UX">
<div class="book-cover">
<img src="assets-books/lean-ux.png" alt="image of book cover">
</div>
<div class="book-title">
<h2>Lean UX</h2>
</div>
<div class="book-author">
<h4>by Jeff Gothelf and Josh Seiden</h4>
</div>
<div class="book-description">
<p>Tailor-made for today’s web-driven reality. Learn valuable Lean UX principles, tactics, and techniques from the
ground up—how to rapidly experiment with design ideas, validate them with real users, and continually adjust
your design based on what you learn.</p>
</div>
</a>
</div>
<div class="book">
<a href="https://www.amazon.com/Rocket-Surgery-Made-Easy-Yourself/dp/0321657292/ref=pd_lpo_sbs_14_t_2?_encoding=UTF8&psc=1&refRID=VY6VJ8Z42R32D342ADBS"
target="_blank" alt="Rocket Surgery Made Easy">
<div class="book-cover">
<img src="assets-books/rocket-surgery-made-easy.jpeg" alt="image of book cover">
</div>
<div class="book-title">
<h2>Rocket Surgery Made Easy: The Do-It-Yourself Guide to Finding and Fixing Usability Problems</h2>
</div>
<div class="book-author">
<h4>by Steve Krug</h4>
</div>
<div class="book-description">
<p>A companion to Don't Make Me Think that spells out an approach to usability testing that anyone can easily apply.
By pairing the process of testing and fixing products down to its essentials, Rocket Surgery makes it realistic
for teams to test early and often, catching problems while it's still easy to fix them.</p>
</div>
</a>
</div>
<div class="book">
<a href="https://shapeofdesignbook.com/" target="_blank" alt="The Shape of Design">
<div class="book-cover">
<img src="assets-books/shape-of-design.jpg" alt="image of book cover">
</div>
<div class="book-title">
<h2>The Shape of Design</h2>
</div>
<div class="book-author">
<h4>by Frank Chimero</h4>
</div>
<div class="book-description">
<p>A concise book that overviews the mental state of a successful designer while they go through their creative
process. The book aims to look at the mindset and worldview that designing develops in order to answer one
big, important question: How can we make things that help all of us live better?"</p>
</div>
</a>
</div>
</section>
</div>
<footer role="contentinfo" class="footer bg--blue-dark p-top--60 p-bottom--60 p-left--30 p-right--30">
<div class="container">
<div class="row">
<div class="c-s--4 c-m--4 c-l--3 m-bottom--30">
<label class="fs--12 tc--yellow-base tt--uppercase ls--2-5 d--block m-bottom--15">Programs</label>
<ul class="m-bottom--30">
<li class="m-bottom--15">
<a class="fs--15 tc--white-base" href="https://www.bloc.io/web-developer-track">Web Developer Track</a>
</li>
<li class="m-bottom--15">
<a class="fs--15 tc--white-base" href="https://www.bloc.io/designer-track">Designer Track</a>
</li>
</ul>
</div>
<div class="c-s--4 c-m--4 c-l--3 m-bottom--30">
<label class="fs--12 tc--yellow-base tt--uppercase ls--2-5 d--block m-bottom--15">About Bloc</label>
<ul class="m-bottom--30">
<li class="m-bottom--15">
<a class="fs--15 tc--white-base" href="https://www.bloc.io/about">Our Team | Jobs</a>
</li>
<li class="m-bottom--15">
<a target="_blank" class="fs--15 tc--white-base" href="https://try.bloc.io/close-the-gap-scholarship/">Bloc's Close The Gap Scholarship</a>
</li>
<li class="m-bottom--15">
<a target="_blank" class="fs--15 tc--white-base" href="http://try.bloc.io/dev-bootcamp-for-veterans/">Bloc's Veterans Scholarship</a>
</li>
<li class="m-bottom--15">
<a target="_blank" class="fs--15 tc--white-base" href="http://try.bloc.io/new-relic-bootcamp-diversity-scholarship/">Bloc's Diversity Scholarship</a>
</li>
<li class="m-bottom--15">
<a class="fs--15 tc--white-base" href="https://www.bloc.io/faq">FAQ</a>
</li>
<li class="m-bottom--15">
<a class="fs--15 tc--white-base" href="https://medium.com/newsonthebloc">Blog</a>
</li>
<li class="m-bottom--15">
<a class="fs--15 tc--white-base" href="https://www.bloc.io/privacy">Privacy Policy</a>
</li>
<li class="m-bottom--15">
<a class="fs--15 tc--white-base" href="https://www.bloc.io/terms">Terms of Service</a>
</li>
<li class="m-bottom--15">
<a class="fs--15 tc--white-base" href="https://www.switchup.org/bootcamps/bloc">Read Reviews of Bloc</a>
</li>
<li class="m-bottom--15">
<a class="fs--15 tc--white-base" href="https://www.bloc.io/catalog">Course Catalog</a>
</li>
</ul>
</div>
<div class="c-s--4 c-m--4 c-l--3 m-bottom--30">
<label class="fs--12 tc--yellow-base tt--uppercase ls--2-5 d--block m-bottom--15">Made By Bloc</label>
<ul class="m-bottom--30">
<li class="m-bottom--15">
<a target="_blank" class="fs--15 tc--white-base" href="http://try.bloc.io/tech-talks/">Tech Talks & Resources</a>
</li>
<li class="m-bottom--15">
<a class="fs--15 tc--white-base" href="https://www.bloc.io/coding-bootcamp-calculator">Coding Bootcamp Calculator</a>
</li>
<li class="m-bottom--15">
<a class="fs--15 tc--white-base" href="https://www.bloc.io/coding-bootcamp-comparison">Programming Bootcamp Comparison</a>
</li>
<li class="m-bottom--15">
<a class="fs--15 tc--white-base" href="https://www.bloc.io/ruby-warrior">Ruby Warrior</a>
</li>
<li class="m-bottom--15">
<a class="fs--15 tc--white-base" href="https://bloc.io/learn-to-code">Bootcamp Selector</a>
</li>
</ul>
<label class="fs--12 tc--yellow-base tt--uppercase ls--2-5 d--block m-bottom--15">Hire Our Grads</label>
<ul class="m-bottom--30">
<li class="m-bottom--15">
<a class="fs--15 tc--white-base" href="mailto:[email protected]">Contact Career Services</a>
</li>
</ul>
</div>
<div class="c-s--4 c-m--4 c-l--3 m-bottom--60">
<!--
<label class="fs--12 tc--yellow-base tt--uppercase ls--2-5 d--block m-bottom--15">Sign up for our newsletter</label>
<label class="fs--12 tc--yellow-base tt--uppercase ls--2-5 d--block m-bottom--15"></label>
<div class="footer-email-form" ng_controller="FooterEmail.controller">
<form class="row m-bottom--15" id="footer_email_capture" name="footer_email_capture">
<input type="email" name="email" id="email" required="required" ng_model="subscription.email" class="c-m--6 c-l--8 br--3 b--1-gray-base b-h--1-blue-base trans--border p-right--15 p-left--15 p-top--10 p-bottom--10 fs--15" placeholder="Email Address">
<input class="c-m--3 c-l--4 bg--yellow-base tc--white-base b--1-yellow-base p-right--15 p-left--15 p-top--10 p-bottom--10 fs--15 fw--bold cr--pointer br--3" id="footer_email_signup_btn" ng_click="submit()" ng_disabled="isSubmitDisabled()" type="submit" value="Submit">
</form>
-->
<div>
<a class="tc--white-base" href="mailto:[email protected]">[email protected]</a>
</div>
<div class="m-top--30 m-bottom--30">
<label class="tc--white-base d--block m-bottom--5">
<b>Considering enrolling?</b>
</label>
<span class="tc--white-base">(415) 723-6238</span>
</div>
<div>
<label class="tc--white-base d--block m-bottom--5">
<b>Partnership / Corporate Inquiries?</b>
</label>
<span class="tc--white-base">(858) 367-3232</span>
</div>
</div>
</div>
<div class="row">
<div class="c-l--9">
<a href="/">
<img alt="Bloc" class="w--100 m-bottom--5" src="https://cdn1.bloc.io/assets/marketing_pages/logos/logo-86accc4ff12b5e9b217ac7687b84b2ef.svg">
</a>
<p class="fs--12 tc--white-base">Copyright © 2018 Bloc</p>
</div>
</div>
</div>
</footer>
<script src="js/jquery-3.2.1.min.js"></script>
<script type="text/javascript">
function hasTouch() {
return 'ontouchstart' in document.documentElement
|| navigator.maxTouchPoints > 0
|| navigator.msMaxTouchPoints > 0;
}
// disable hover states on touch based devices
if (hasTouch()) { // remove all :hover stylesheets
try { // prevent exception on browsers not supporting DOM styleSheets properly
for (var si in document.styleSheets) {
var styleSheet = document.styleSheets[si];
if (!styleSheet.rules) continue;
for (var ri = styleSheet.rules.length - 1; ri >= 0; ri--) {
if (!styleSheet.rules[ri].selectorText) continue;
if (styleSheet.rules[ri].selectorText.match(':hover')) {
styleSheet.deleteRule(ri);
}
}
}
} catch (ex) { }
}
</script>
</body>
</html>