John Masse
  • Home
  • About
Subscribe
Tagged

meteor.js

A collection of 3 posts

Contemplating the future of Meteor.js
meteor.js

Contemplating the future of Meteor.js

I have been a huge fan of Meteor.js and the thinking behind the framework for the past couple of years. From the first time I hacked up a small todo's application over a weekend to building a large scale web application like ClassMate.io, I have really appreciated the

  • John Masse
John Masse Jul 30, 2016 • 4 min read
Meteor methods: How to provide a callback for error and success scenerios
meteor.js

Meteor methods: How to provide a callback for error and success scenerios

In this tutorial will make the following assumptions: That we have a document set we are acting upon that is provided the Schedule symbol to be acted against. This is common in Meteor.js applications. We are using ES2015+ The code you are about to see is not optimized for

  • John Masse
John Masse Jul 25, 2016 • 1 min read
Meteor and MongoDB: Dynamically updating properties of objects nested within an array
meteor.js

Meteor and MongoDB: Dynamically updating properties of objects nested within an array

Before we get into some of the code we will make the following assumptions: Our document set is named Schedule We are using ES2015+ Take this example document structure: { _id: '123-456-789', ownerId: '123', schedule: [ { _id: '432-1234-12', sectionTitle: 'Section 1', }, { _id: '222-111-232', sectionTitle: 'Section 2', } ], } The following will update sectionTitle to

  • John Masse
John Masse Jul 25, 2016 • 1 min read
John Masse © 2022
Powered by Ghost