Хабр Курсы для всех
РЕКЛАМА
Практикум, Хекслет, SkyPro, авторские курсы — собрали всех и попросили скидки. Осталось выбрать!
And the best part is that not only is the workshop itself free, but you’ll also get free acccess to the first 6 chapters of the book (see the full table of contents).
Read Discover Meteor For Free
I feel bad about the lack of newsletters lately. I've simply been too busy to write here, especially now that I'm also trying to come up with content for the Discover Meteor and Telescope blogs.
But today, I've got a special announcement to make: on Saturday, December 14th, we'll open up free access to the full book for the whole day!
Discover Meteor Day
We're calling it “Discover Meteor Day”, and the event is for anyone who wants to learn to build their own web apps with the Meteor JavaScript framework. No prior coding experience is required, although being familiar with HTML/CSS/JS basics will definitely help.
If you want to participate, you've got two options: you can come in person to our workshop in San Francisco (the meetup is full but we'll probably add some more spots, so you should join the waitlist), or you can join online (we'll keep the book free long enough to accomodate all timezones).
You’ll have free access to the online HTML version of the book’s 14 chapters and 11 sidebars (special chapters focused more on theory) for all day Saturday, December 14th. (Note: we had initially said that free access would be limited to the first 6 chapters, but we then decided we might as well go all in :)
var Messages = new Meteor.Collection("messages");
if(Meteor.isServer) {
Meteor.publish("messages", function() {
return Messages.find({});
});
}
if(Meteor.isClient) {
Meteor.subscribe("messages");
}
Недавно вы перевели пост Саши Гриф о бесплатной раздачи книги на один день. Мы обновили блог-пост, сделали меньше упор на сбор в Сан Франциско и больше на бесплатную книгу. По-идеи, можно будет зайти на сайт book.discovermeteor.com в гостевом режиме (не нужна регистрация) и просто читать книгу, смотреть коммиты и другое. Не могли бы вы обновить свой пост на хабре с отсылкой на наш блогпост пожалуйста? Ссылка на блог Метеора: www.meteor.com/blog/2013/12/09/read-discover-meteor-for-free-on-discovermeteorday-this-saturday
Лучший учебник по Meteor — «Discover Meteor» — один день бесплатно