Category Archives: MEAN Stack

How to Build Modern Web Applications with MEAN

MEAN is the famous stack development process achieved by MongoDB, ExpressJS, AngularJS, Nodejs for developing web applications. It allows developers to create both client side and server side development in javascript. MEAN supports Model View Controller architecture for developing application. Each of these components in MVC are build for separated aspects in development phase. To… Read More »

Top 5 AngularJS Mobile Web App Frameworks in 2018

Front-end development in the past has been primarily just a way for user interaction. Actual data processing and logic implementation are done at the back end by the use of complex Server-side technologies and languages. The current trend is to combine both front-end and server-side processing into a single framework. With its powerful set of… Read More »

Building Real-World App with ASP.NET Core and Angular 2

ASP.NET Core and Angular 2(4+) is an ideal combination for building real world modular and cloud-optimized applications. As we know that ASP.NET Core is a complete re-write version from Microsoft for building cross-platform applications. Salary ranges for .NET developer in USA as reported by indeed.com given below but with experience in latest framework version i.e. .NET Core plus exposure to Angular 2 will… Read More »

Hybrid Mobile App Development using Ionic and Cordova

Ionic is basically an open source SDK (Software Development Kit) for developing Hybrid Mobile Applications. It’s a front-end UI framework built on top of AngularJS and Apache Cordova, providing tools and services to build Hybrid Mobile Applications with native look and feel. Step by Step Ionic Mobile App Development You can follow the below steps… Read More »

Learn Angular 5 (formerly Angular 2) — The Complete Guide

Stay hungry, Stay Foolish ~ Steve Jobs AngularJS is an open-source JavaScript Framework based on MV-* design for building new generation web applications. AngularJS has adapted the best approach to web advancement. AngularJS has lots of amazing features that make it different from other JavaScript Frameworks and libraries. Learning Angularjs (especially the latest version of… Read More »

Building your first MEAN Stack Web Application – Part2

This is part-2 in series of developing a basic Web Application using MEAN Stack. MEAN is actually a combination of multiple language platforms to create applications. It is a shorthand wherein M stands for MongoDb, E stands for Express, A stands for Angular.js and N stands for Node.js. In previous part of this MEAN Stack Application, we… Read More »

Building your first MEAN Stack Web Application

MEAN is actually a combination of multiple language platforms to create applications. It is a shorthand wherein M stands for MongoDb, E stands for Express, A stands for Angular.js and N stands for Node.js. First we need to install the packages for Angular, Node and MongoDB. In this MEAN Stack Tutorial we will be creating a simple… Read More »