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.
107 lines
4.1 KiB
107 lines
4.1 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">Getting Started with Meteor.js JavaScript Framework - Second Edition - Isaac Strack</h1> |
|
<span class="post-date"> |
|
2016-03-25 |
|
|
|
<a href="https://blog.juliobiason.me/tags/books/">#books</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/isaac-strack/">#isaac strack</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/meter-js/">#meter.js</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/javascript/">#javascript</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/reviews/">#reviews</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-2015/">#published:2015</a> |
|
|
|
</span> |
|
<p><a href="https://www.goodreads.com/book/show/25903452-getting-started-with-meteor-js-javascript-framework---second-edition">GoodReads Summary</a>: |
|
Learn one of the most up-to-date JavaScript platforms, with easy to follow, |
|
step-by-step instructions Familiarize yourself with Meteor’s new and improved |
|
features Create dynamic, multi-user applications in JavaScript.</p> |
|
<span id="continue-reading"></span><div> |
|
★★★★☆ |
|
</div> |
|
<p>I must say, I'm confused about something: Either the book is really shallow or |
|
there are no "gotchas" with Meteor. 'Cause the book goes all the way from |
|
creating a single application from start to end, keep it straight, doesn't add |
|
any bullshit, add external dependencies, packages it and then deploys either |
|
on the meteor structure or in custom server.</p> |
|
<p>So, again, either Meteor is so simple that everything is already packaged or |
|
the book is shallow and doesn't go deep into problems you may find. I can't |
|
really know, after reading it, which one (although I'd bet my money on the |
|
first).</p> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
</body> |
|
|
|
</html>
|
|
|