Grunt Vs Gulp – Javascript front end Build Tools
As you know, both grunt and gulp are tools used in the front-end development to build the javascript projects. Each tool has its own syntax and guidelines but at the end their main goal is to create...
View ArticleBower – A Package Manager for Front-End Web development
In a WEB Application we often deal with lot of third party libraries and dependencies, maintaining them would a a pain process. So to solve this problem, there are many Package Manger tools introduced,...
View ArticleYeoman Angular-Gulp-Bower generator
Yeoman – The web’s scaffolding tool for modern webapps: Its basically a tool which combines the ‘Build System’ and the ‘Package Manger’. Popular options for build system are: ‘Gulp’ and ‘Grunt’. And...
View ArticleCreate and publish Yeoman Generator
In the previous tutorials we learnt what Gulp and Bower are and how they simplify WEB development process. Often with these tools installed in the project, we can only focus on writing the business...
View ArticleSimple Todo App using AngularJS
Angular Simple Todo app is a tiny Task manager, which allows you to add a new task, provide a note to it, edit a task and delete it once done. In this tutorial we will see how we can build a simple...
View ArticleSimple Todo App using Google Polymer
Polymer – Everything an Element. Polymer is a framework used to build Modern Mobile First Web Apps. If you are familiar with AngularJS, where we use Directives to create re-usable Components, similar...
View ArticleGetting started with Ionic framework
You just started a great journey towards Hybrid Mobile App Development. I have explored many frameworks and libraries for building a Mobile first WEB App, which has to work seamlessly on a Mobile and...
View ArticleIonic Custom and Dynamic Theming
Welcome to the second tutorial in Ionic series. In the first tutorial we learnt how to setup Ionic and starting out first Project. In this Tutorial we will learn how to setup a Custom theme to your...
View ArticleFacebook and Google OAuth with IONIC and AngularJS
OAUTH gives a flexibility to choose the some of the Largest Data providers Example: Facebook and Google to Authenticate our Application user on our behalf. Other cool things are not just Authentication...
View ArticleSeat Reservation System using AngularJS
Its pretty often, we come across seat reservation systems when we are booking movie tickets or show tickets etc. If you wonder how to create one for yourself, its pretty easy with AngularJS. Demo...
View Article