Michael Shogren's Blog

Creating a MEAN prototype - part 3

In the first post in this series discussed the some of the reasons for building a prototype, and introduced the MEAN stack. Then in the second post I covered what I found when I tried to follow this guide to build a MEAN prototype that is integrated with the StormPath user management service I have decided to use. The guide uses yeoman and in particular the angular-fullstack-generator, to quickly create a working app by generating a lot of boilerplate code.

Read more

0 Comments

Creating a MEAN prototype - part 2

In the first post in this series discussed the some of the reasons for building a prototype, and introduced the MEAN stack. Next I am going to talk about what I found when I tried to follow this guide to build a MEAN prototype that is integrated with the StormPath user management service I have decided to use. The guide uses yeoman and in particular the angular-fullstack-generator, to quickly create a working app by generating a lot of boilerplate code.

Read more

0 Comments

Creating a MEAN prototype - part 1

Once I had finished figuring out how I would provision environments using Ansible and build and test software using Snap-CI as I have over my last few posts, I thought the next step I would take would be to do a small part of the work that needs to be done for the ALSL project - that is design an API. This seemed like a reasonable first step since the API defines the interface between our users and the system. I was all ready to get into talking about Domain Driven Design, and I had started looking at ways to define the API in a technology agnostic language such as RAML when I started talking to a friend about a project he wanted to do.

Read more

0 Comments