Author Archives for Yacine

Meteor Logo

Meteor MVP Boilerplate

August 14, 2019 7:22 pm Published by Leave your thoughts

Meteor is a great MVP framework - it's full-stack and a lot of normally tedious setup tasks are taken care of auto-magically. But there's still some work to be done on almost every project. This project takes care of those tasks.


A Simple Meteor & CircleCI Setup (August 2019)

August 10, 2019 1:25 pm Published by Leave your thoughts

In this post we'll cover a basic continuous integration setup for your Meteor app. The goals are to have CircleCI run your test suite and lint your code every time you push to your GitHub repository. If all the tests pass and there are no linting errors, then CircleCI will deploy your code to Galaxy.