Skip to content

Commit 899ae42

Browse files
committedJan 21, 2014
added meteor weekly
1 parent 92b98ea commit 899ae42

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed
 
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
layout: meteor-weekly-post
3+
title: The MeteorHacks Show, Meteor Sharding and More
4+
category: meteorweekly
5+
---
6+
7+
## The MeteorHacks Show
8+
I have decided to do a [Monthly webinar series](http://meteorhacks.com/announcing-the-meteorhacks-show.html) showcasing some of the development & hacks at MeteorHacks. We had our first webinar yesterday and it was a success with over 50 live attendees. I mainly talked about FastRender and Subscription Optimization. Live Record and slides of the webinar will be available within this week.
9+
10+
## Meteor Sharding - A newer way to scale meteor
11+
Oplog integration is the meteor's main approach for scaling at the moment. But in this case, we are backed by a single MongoDB server. (okay, we can do sharding). But there is a new approach for scaling [discussed in the meteor-core](https://groups.google.com/forum/#!topic/meteor-core/dbZsRXhSuSc) mailing list. With that, you could be able to connect to a different DDP servers depending on the some logic in the client side. There is much work needs to be done, but preliminary work has been [implemented](https://github.com/meteor/meteor/pull/1762).
12+
13+
## Featured Discussions on Google Groups
14+
15+
* [Discussion on hot code reload](https://groups.google.com/forum/#!topic/meteor-talk/sSS9jlyq5wg)
16+
* [Using direct mongo commands](https://groups.google.com/forum/#!topic/meteor-talk/CGk-zMnkXwU)
17+
* [Subscription Manager Preview](http://www.youtube.com/watch?v=xzPg0-_TcXU)
18+
* [Using Cron Jobs with Meteor](https://groups.google.com/forum/#!topic/meteor-talk/hwFL1KbGnG0)
19+
* [MongoDB and Max Pool Size](https://groups.google.com/forum/#!topic/meteor-core/DoDhaRniI7M)
20+
21+
## Blog and Other Resources
22+
23+
* [Using Cloudflare with Meteor](http://meteorhacks.com/cloudflare-meets-meteor.html)
24+
* [DiscoverMeteor: New Year Update](https://www.discovermeteor.com/2014/01/15/the-discover-meteor-new-year-update/)
25+
* [Live Hangout with Discover Meteor and EventedMind](https://www.meteor.com/blog/2014/01/15/live-hangout-with-discover-meteor-and-eventedmind-next-week)
26+
* [There's A Meteor Coming!](http://blog.gopeerio.com/meteor-coming/)
27+
* [Meteor.js: The Perfect Match For Lean Startups](http://manuel-schoebel.com/blog/meteorjs-the-perfect-match-for-lean-startups)
28+
* [Meteor and SEO](http://manuel-schoebel.com/blog/meteor-and-seo)
29+
* [Meteor Podcast Episode 2](http://www.meteorpodcast.com/2014/01/17/episode-2-january-17th-2014/?utm_source=crater.io)
30+
* [Create your own real-time forum with Meteor](http://www.creativebloq.com/javascript/create-your-own-real-time-forum-meteor-11410408)
31+
* [Create A Blog With Meteor In 30 Seconds](http://differential.io/blog/create-a-blog-with-meteor-in-30-seconds)
32+
33+
## New and Noteworthy Packages on Atmosphere
34+
35+
* [Intercom Integration](https://atmosphere.meteor.com/package/intercom)
36+
* [Device Detection](https://atmosphere.meteor.com/package/device-detection)
37+
* [Filter Collections](https://atmosphere.meteor.com/package/filter-collections)

0 commit comments

Comments
 (0)
Please sign in to comment.