When I first worked with Meteor, I was very excited by its full-stack(ness). Meteor allowed remote data to be reactive. It bundled MongoDB and has something called optimistic updates. The framework updated the client immediately, then batched updates to the server and if something went wrong with the server, switch back to the server provided value. For any geeky programmer, this feature gave goose bumps.…

Read More

Meteor is a JavaScript framework built on top of NodeJS to create web applications and mobile apps based on Cordova. Bootstrap is a popular stylesheet theme maintained by core developers from Twitter. This article explains how to customise Bootstrap within a Meteor application.

Bootstrap styles are written in Less. Less is similar to SASS. It allows to reuse variables and styles.…

Read More