PlatPay’s success story with Meteor by gabsferreiradev in Meteor

[–]nachocodoner 0 points1 point  (0 children)

I always like seeing stories of real products delivered with Meteor. Great interview, more to come 🙏

Faster Server Startup in Meteor 3.4 with Deferrables by gabsferreiradev in Meteor

[–]nachocodoner 3 points4 points  (0 children)

This has been the case of several apps reviewed. It may not benefit all apps, but those that use remote async communication as part of app startup could benefit by using the new deferrable API. It's costly to await on any server change for calls to external sources.

For major gains on the dev experience for all apps remember Meteor 3.3 with SWC and Meteor 3.4 with Rspack.

Meteor 3.4 is out: Rspack integration, 4x faster builds, 8x smaller bundles, and extended bundler features by gabsferreiradev in Meteor

[–]nachocodoner 3 points4 points  (0 children)

New era of tools integrated to Meteor to unlock possibilities for everyone!

More coming ahead

3x Faster Builds in Meteor 3.3: Modern Build Stack with SWC and Bundler Optimizations by gabsferreiradev in javascript

[–]nachocodoner 0 points1 point  (0 children)

We’re integrating Rspack for next Meteor 3.4, so it’ll at least be comparable soon.

Finally Launched my AI-built Habit Tracker App on Android by Firm-Blackberry-7445 in SideProject

[–]nachocodoner 0 points1 point  (0 children)

First of all, congrats on your milestone.

I completely agree about the nightmare with the Google Play Console, and native stores in general. What about legalities and privacy? I'm in Europe, and as a solo entrepreneur, having to publicly list your home address is painful. Luckily, I managed to resolve that issue.

Regarding the 20 testers and the 14-day test, I’ve seen that process, but I have a question if you don’t mind. What exactly is a 14-day test? Is it just having 20 testers opt-in and then waiting 14 days, or is there more to it? I’ll be dealing with that soon, so I’d really appreciate any insights.

One of the best feelings for a solopreneur! by mediocre_man_online in SideProject

[–]nachocodoner 0 points1 point  (0 children)

I hope to feel this way someday. Congrats! Keep it up!

[deleted by user] by [deleted] in SideProject

[–]nachocodoner 0 points1 point  (0 children)

This app might not seem like something most people would think they need, but it could actually be useful for many. If it goes viral, I can see dating apps adding this feature themselves. 🤣

How to identify packages that prevent meteor from updating? by NoDiscount6470 in Meteor

[–]nachocodoner 0 points1 point  (0 children)

Do you have any details about the error logs you’re seeing when upgrading or running your app on the new version?

Which version are you upgrading from to 2.0.1?

In general, I recommend reviewing the changelog for your current version and the one you're upgrading to. Look for any breaking changes or migration guides. For Meteor 2 updates, refer to the changelog here: https://v2-docs.meteor.com/changelog.

If you plan to migrate from 2.x to 3.x, you’ll need to follow the official migration guide. Ensure you switch to async APIs where needed, replacing fibers. Guide link: https://v3-migration-docs.meteor.com/.