Skip to content

Commit 2836047

Browse files
committed
added meteor weekly
1 parent 46f9562 commit 2836047

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
layout: meteor-weekly-post
3+
title: DiscoverMeteor First Anniversary, High CPU Usage, Meteor Expose and More
4+
category: meteorweekly
5+
---
6+
7+
## DiscoverMeteor First Anniversary
8+
9+
DiscoverMeteor has [announced](https://www.discovermeteor.com/blog/discover-meteor-one-year-anniversary-sale/) a special discounted sale for their first anniversary. You also will be able to win some exciting prizes including an awesome T-Shirt.
10+
11+
Don't miss the opportunity - [Buy DiscoverMeteor or Upgrade](https://www.discovermeteor.com/)
12+
13+
## High CPU Usage
14+
15+
If your Meteor app is pretty large, you might be having [High CPU issues](https://groups.google.com/forum/#!topic/meteor-core/z4by8audkVw) when you are developing your app. That's due to issues with the file-watcher which detects the changes of your files.
16+
17+
[David Glasser](https://twitter.com/glasser) did some [initial work](https://groups.google.com/forum/#!msg/meteor-core/z4by8audkVw/7ULi6dEllL4J) with the atom's [file-watcher](https://github.com/atom/node-pathwatcher) recently. Now we can think, this issue will get solved near future.
18+
19+
## Meteor Expose
20+
21+
Meteor is a great frameworks and works for most of us. Sometimes meteor does things, actually we don't like to have in our app.
22+
23+
In order to change them, you need to alter some of the Meteor internals specially in livedata and mongo-livedata package. That's pretty hard since those APIs are private and not generally available.
24+
25+
But now, you can alter most of the livedata and mongo-livedata internals with [expose](https://github.com/arunoda/meteor-expose) smart package. It expose some of the crucial internal Meteor APIs. With those APIs you can jump start your core Meteor hack.
26+
27+
## Featured Discussions on Google Groups
28+
29+
* [Cutting down on memory load server side for non-reactive collection publications](https://groups.google.com/forum/#!topic/meteor-talk/B_Yi81vRiPA)
30+
* [Using jquery plugins and cleaning up after template is destroyed](https://groups.google.com/forum/#!topic/meteor-talk/XJCzctKR-_Q)
31+
* [Do oauth tokens get refreshed on expire?](https://groups.google.com/forum/#!topic/meteor-talk/8P2ohBCENV0)
32+
* [How can I disable DDP requests and enable them only when user reaches a specific page?](https://groups.google.com/forum/#!topic/meteor-talk/LjE9PeJVOBQ)
33+
* [What is the difference of #with and #if in this use case](https://groups.google.com/forum/#!topic/meteor-talk/_5zz_ILGcvo)
34+
* [Access Meteor App from Cordova using InAppBrowser](https://groups.google.com/forum/#!topic/meteor-talk/mmYRi7yzZPM)
35+
* [Pure javascript library or meteor package?](https://groups.google.com/forum/#!topic/meteor-talk/g5G-dI4pWkc)
36+
* [spacejam released, a console test runner for meteor packages](https://groups.google.com/forum/#!topic/meteor-talk/NvW5b8k8rxQ)
37+
* [What's involved to use TokuMX as a MongoDB replacement backend for Meteor?](https://groups.google.com/forum/#!topic/meteor-talk/9Ysxz05dp1A)
38+
* [Meteor-Editable - X-Editable inspired inline editor for Meteor](https://groups.google.com/forum/#!topic/meteor-talk/N_bBpOyeKEI)
39+
* [Alternative to `window.opener` in 0.8.1](https://groups.google.com/forum/#!topic/meteor-core/Ma3XTZk4Kqg)
40+
* [Allow meteor create on the current directory](https://groups.google.com/forum/#!topic/meteor-core/1wlD_X3FoPc)
41+
42+
## Blogs and Other Resources
43+
44+
* [WebStrom9 support for Meteor planned](http://blog.jetbrains.com/webstorm/2014/05/webstorm-9-development-roadmap-discussion/)
45+
* [dok.io - Your team's digital memory](http://dok.io/)
46+
* [Paperless and Tree Hugging in 21 Days with Meteor](http://www.stephentcannon.com/2014/05/paperless-and-tree-hugging-in-21-days.html)
47+
* [Why don't I see meteor.js everywhere?](http://www.reddit.com/r/javascript/comments/24hxfv/why_dont_i_see_meteorjs_everywhere/)

0 commit comments

Comments
 (0)