Program With Erik

About

Blog

This site is my tutorials, rantings and musings on software development, with a focus on JavaScript, Ember.js, Vue.js and Node.js.

May 07 2015 on Sails.js

Adding New Posts With Sails.js, Mongo and SANE CLI

In our last post we discussed creating a one-to-many relationship using Ember and Sails.js. In that post I went over how to create a post using Postman and then display it in Ember using the Ember-data REST adapter. What if we wanted to create those posts using Ember instead…

continue reading →
Apr 27 2015 on Sails.js, SANE-CLI, Sails

Creating a One-To-Many Relationship with Sails.js, Mongo and SANE-CLI

In a previous post I explained the basics of SANE and created a simple application. In this post I'll be going one step further and adding a relationship between two tables, using Sails.js, Mongo and Ember. Relatonships occur when one foreign key references the primary key of another. Since…

continue reading →
Apr 02 2015 on Sails.js, SANE-CLI

Five Tips When Working With Routes On Sails.js

Sails.js is a Node based web framework that you can use to easily generate your back-end. If you're not familiar with Sails check out my Sails.js Tutorial before we begin. We'll be looking at using routes with Sails.js as well as how it works with the SANE…

continue reading →
Mar 13 2015 on Sails.js, SANE

How To Connect Sails.js To One Or More Databases Using SANE-CLI

Sails.js is a web framework used to create enterprise-grade Node.js applications. If you're new to Sails check out my getting started tutorial. When using Sails you can easily hook up different models to different data stores. For example you can build a user model that maps to a…

continue reading →
Page 1 of 1