Skip to content

Instantly share code, notes, and snippets.

@benstr
Last active October 1, 2021 11:52
Show Gist options
  • Save benstr/e85dd14c49440e290bc6 to your computer and use it in GitHub Desktop.
Save benstr/e85dd14c49440e290bc6 to your computer and use it in GitHub Desktop.
Meteor Full Stack How To Learn

#How do I become a web app developer - Meteor style

What does an aspiring web developer need to know to develop a Meteor app? Below is a list of languages, frameworks, libraries, packages & more ;) .

The lists that follow are purposely ordered, unless noted. This article does not explain why you need to learn each item (that is up to you to figure out). Instead this article's purpose is to provide a quick roadmap or "thousand mile" view of the technologies a Meteor Dev works with daily.

When you are in the weeds of learning new things it feels good knowing you have a map to reference and measure your progress against.

nemo's escape

Languages, Libraries & Frameworks, oh my!

Ultimately you need to be able to understand Meteor's API. Getting a grasp of the technologies listed below will give you what you need. There is no need to become an expert yet but you need to understand the structure and terminology of each.

Don't know what an API is? Check out this dude's video

Required

  1. Javascript - JS first?! Yes soldier, don't question me again or I will karate chop you!

Optional (learn when needed)

  1. NodeJS

MeteorJS

Now that you know the above you are deemed worthy to tap into the power and awesomeness of Meteor!

meteor powered lawnmower

Why did you need to learn ALL that stuff above before touching Meteor? Because Meteor is considered a Full-Stack platform. Through Meteor you manage the front-end, back-end and all the other ends.

...Okay no more question, lets learn MORE!

Time to become a Meteor nerd, review the docs.

If the sub-projects look intimidating don't worry. At a minimum below are the key packages in the sub-projects you need to know.

  1. Blaze

Good Meteor Tutorials & Courses

Ordered by difficulty & depth. These tutorials, courses, books & videos will walk you through various Meteor projects. Everything you learned above will culminate.

  1. Meteor's official tutorial (FREE)

Meteor Packages (no order)

Yes there is even more to learn. Meteor has a package manager called Atmosphere which allows the community to build packages that deeply integrate into the Meteor platform and expands the APIs available to you, the developer. Below is a list of the standard packages you will find in almost every serious Meteor app so you should get to know them.

Package Name GitHub Atmosphere Website
accounts-password github atmosphere website
useraccounts:core github atmosphere website
reactive-var atmosphere website
reactive-dict atmosphere
iron:router github atmosphere guide website
zimme:iron-router-active github atmosphere
zimme:iron-router-auth github atmosphere
manuelschoebel:ms-seo github atmosphere article
dburles:collection-helpers github atmosphere
matb33:collection-hooks github atmosphere
reywood:publish-composite github atmosphere website
ongoworks:security github atmosphere
alanning:roles github atmosphere website
aldeed:autoform github atmosphere
aldeed:collection2 github atmosphere
aldeed:simple-schema github atmosphere
momentjs:moment github atmosphere website
matteodem:easy-search github atmosphere website
matteodem:server-session github atmosphere
meteorhacks:kadira github atmosphere website
meteorhacks:aggregate github atmosphere
meteorhacks:fast-render github atmosphere website
meteorhacks:subs-manager github atmosphere
meteorhacks:unblock github atmosphere
raix:handlebar-helpers github atmosphere
yogiben:helpers github atmosphere
zimme:collection-softremovable github atmosphere
zimme:collection-timestampable github atmosphere
u2622:persistent-session github atmosphere
tmeasday:publish-counts github atmosphere
percolatestudio:synced-cron github atmosphere
dburles:factory github atmosphere
anti:fake github atmosphere

The rabbit hole goes deeper...

Wow, you must really be committed if you got this far. Ok, so you want my super secret lists?

Service Providers

When you go to deploy your app online there are a huge amount of service providers available to a developer. Below are a few that specifically serve the Meteor community (and do a great job) so I decided to give them a shout.

Blogs, Vlogs, News & more (no order)

Come drink the Meteor cool-aid with me... look we won't be alone.

If I forgot someone let me know @_benstr

Other articles like this one

@antoninadert
Copy link

Perfect Meteor onboarding

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment