A Critique of MeteorJS

MeteorJS is an opinionated and evolving framework for building web applications. Meteor is an ambitious and opinionated framework that spans both the server and the client with a unique focus on enabling real-time applications where individuals browser is reactive to changes. That is, if I am a user and I am viewing some data stored in the database which is updated, I should see the updates to that data immediately, without having to reload the page.

Hello, World

Welcome to my tech blog. At this point there isn’t much here, but in the future I hope to being documenting some of my thoughts on various tech related things. In particular, I would like to use this space to look at some different things that come up while architecting, designing, and building systems in software.