August 14, 2019 7:22 pm
Published by Yacine
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.
August 10, 2019 1:25 pm
Published by Yacine
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.
August 3, 2019 6:50 pm
Published by Yacine
Setting up a brand new Meteor app is as simple as running meteor create but setting it up to have... View Article
June 21, 2019 9:18 am
Published by Yacine
Backstory I don’t particularly enjoy handling form submissions but it is a big part of a typical web app project.... View Article