-
Today I've decided to check the status on various JS Frameworks: Meteor, Express, Sails.js, MeanJS, AngularJS, Backbone.js, and Ember.js. First of all, I am aware that some of these frameworks are Frontend, while the others are Backend, and some (like Meteor & MeanJS) are full stack. I still wanted to...
-
One of my favorite things with Yii is the Gii (Generator). With a few clicks I could simply add a few Models/Controllers/Views (or all of the above), then build/customize those. MeanJS uses the Yeoman/Yo generator to make this happen. After installing Yeoman generator (which I believe we already installed when...
-
The first thing I’ve noticed with MeanJS is the amazing Documentation. For people familiar with the concepts of MVC (Model, View, Controller), the folder structure of MeanJS should be really easy to understand. Models Mongoose (built in) makes the part of Model building a lot easier, and very easy to...
-
In the early 2000’s, the Web Dev world was pretty Chaotic. There use to be absolutely no frameworks to speak of, and the idea of Content Management Systems was only just starting to catch on. However people needed a way to use some common tools (at the very minimum), so...
-
In the past couple of days, I've been trying to build custom list filters using AngularJS. Little did I know how surprisingly difficult it is to find an example close enough to what I wanted, and how simple it is to solve the problem. I started out with some example...
-
For the past few weeks, I've been building a Web App based on AngularJS. I wanted it to act differently for different configurations, and I wanted to store the configuration in a simple Config file (sounds like standard procedure), but for some odd reason, I couldn't find any example or...