You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
130 lines
5.7 KiB
130 lines
5.7 KiB
<!DOCTYPE html> |
|
<html lang="en"> |
|
<head> |
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
|
<meta http-equiv="content-type" content="text/html; charset=utf-8"> |
|
|
|
<!-- Enable responsiveness on mobile devices--> |
|
<!-- viewport-fit=cover is to support iPhone X rounded corners and notch in landscape--> |
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, viewport-fit=cover"> |
|
|
|
<title>Julio Biason .Me 4.3</title> |
|
|
|
<!-- CSS --> |
|
<link rel="stylesheet" href="https://blog.juliobiason.me/print.css" media="print"> |
|
<link rel="stylesheet" href="https://blog.juliobiason.me/poole.css"> |
|
<link rel="stylesheet" href="https://blog.juliobiason.me/hyde.css"> |
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface"> |
|
|
|
|
|
|
|
|
|
|
|
</head> |
|
|
|
<body class=" "> |
|
|
|
<div class="sidebar"> |
|
<div class="container sidebar-sticky"> |
|
<div class="sidebar-about"> |
|
|
|
<a href="https://blog.juliobiason.me"><h1>Julio Biason .Me 4.3</h1></a> |
|
|
|
<p class="lead">Old school dev living in a 2.0 dev world</p> |
|
|
|
|
|
</div> |
|
|
|
<ul class="sidebar-nav"> |
|
|
|
|
|
<li class="sidebar-nav-item"><a href="/">English</a></li> |
|
|
|
<li class="sidebar-nav-item"><a href="/pt">Português</a></li> |
|
|
|
<li class="sidebar-nav-item"><a href="/tags">Tags (EN)</a></li> |
|
|
|
<li class="sidebar-nav-item"><a href="/pt/tags">Tags (PT)</a></li> |
|
|
|
|
|
</ul> |
|
</div> |
|
</div> |
|
|
|
|
|
<div class="content container"> |
|
|
|
<div class="post"> |
|
<h1 class="post-title">CoffeeScript Application Development - Ian Young</h1> |
|
<span class="post-date"> |
|
2016-05-07 |
|
|
|
<a href="https://blog.juliobiason.me/tags/books/">#books</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/ian-young/">#ian young</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/reviews/">#reviews</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/javascript/">#javascript</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/coffeescript/">#coffeescript</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/web-development/">#web development</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/it/">#it</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/stars-4/">#stars:4</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/published-2013/">#published:2013</a> |
|
|
|
</span> |
|
<p><a href="https://www.goodreads.com/book/show/18430540-coffeescript-application-development">GoodReads Summary</a>: |
|
What JavaScript user wouldnt want to be able to dramatically reduce |
|
application development time This book will teach you the clean, elegant |
|
CoffeeScript language and show you how to build stunning applications. |
|
Overview Learn the ins and outs of the CoffeeScript language, and understand |
|
how the transformation happens behind the scenes Use practical examples to put |
|
your new skills to work towards building a functional web application, written |
|
entirely in CoffeeScript Understand the language concepts from short, |
|
easy-to-understand examples which can be practised by applying them to your |
|
ongoing project In Detail JavaScript is becoming one of the key languages in |
|
web development. It is now more important than ever across a growing list of |
|
platforms. CoffeeScript puts the fun back into JavaScript programming with |
|
elegant syntax and powerful features. CoffeeScript Application Development |
|
will give you an in-depth look at the CoffeeScript language, all while |
|
building a working web application. Along the way, youll see all the great |
|
features CoffeeScript has to offer, and learn how to use them to deal with |
|
real problems like sprawling codebases, incomplete data, and asynchronous web |
|
requests. Through the course of this book you will learn the CoffeeScript |
|
syntax and see it demonstrated with simple examples. As you go, youll put your |
|
new skills into practice by building a web application, piece by piece. Youll |
|
start with standard language features such as loops, functions, and string |
|
manipulation. Then, well delve into advanced features like classes and |
|
inheritance. Learn advanced idioms to deal with common occurrences like |
|
external web requests, and hone your technique for development tasks like |
|
debugging and refactoring. CoffeeScript Application Development will teach you |
|
not only how to write CoffeeScript, but also how to build solid applications |
|
that run smoothly and are a pleasure to maintain.</p> |
|
<span id="continue-reading"></span><div> |
|
★★★★☆ |
|
</div> |
|
<p>In these days of ECMAScript 6, it's nice to see where a bunch of ideas of it |
|
came from.</p> |
|
<p>Coffee is a lot like the new JavaScript standard (just a bit more brackets). |
|
The book manages to explain and show all the little nice things about it, |
|
keeping a single application from start to finish, which helps a lot in |
|
understanding the flows of it.</p> |
|
<p>I just got a bit miffed with the upbeat tone of the book. It's not a full |
|
Pollyanna, but a lot of "that looks a lot cleaner, don't it?" and "It's even |
|
prettier than normal Javascript" gets into you pretty quick.</p> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
</body> |
|
|
|
</html>
|
|
|