I’m a last year student at Latvia University of Agriculture and I’ve decided to write my bachelor paper regarding MeteorJS.
I’m trying to figure out the most interesting topics to include, therefore I hope that you might help me and suggest the topics that I might include into my work.
Also I would be very happy to receive some links to the related scientific papers.
Hey, yeah I studied Computer Science, but particularly I’m interested in programming itself, this is basically what I do for living. I develop web applications (usually backend) and this is basically what I will do in my bachelor. Therefore I will write a paper where I will describe the alternative way to develop WebApps, in this case, using MeteorJS.
Since the specifics of instantiated technological paradigms suffer from an inherently high decay rate; it would be more prudent from an academic point of view, in my silly opinion, to choose something more abstract for your topic.
I thought I was the only person to struggle when trying to explain to experienced programmers, new to Meteor, how to use Angular in a Meteor app - the answer being - why? Use Blaze and forget about forcing old paradigms into a well thought out platform. And I totally agree with you about Tracker - it is critical to understand how it fits in to avoid wasting time recreating it.
But you have to admit, DDP is really sweet. Coming from the .Net world of the last decade and such abominations as the dreaded “viewState” moving back and forth on every post, watching DDP in the Chrome>Dev>Network>WebSockets>Frames is a thing of beauty. Makes me wonder why it took so long to get to this point.