In this post I am going to cover different options where you can host your MongoDB database using different options such as DBaaS (Database as a Service), Paas (Platform as a Service) and IaaS (Infrastructure as a Service) using Microsoft Azure. Option 1 : Using Infrastructure as a Service...
Monday, 19 October 2015
Saturday, 17 October 2015
Simple CRUD operation using MEAN stack
on October 17, 2015
in AngularJS, CSS, CSS3, Express, express-generator, HTML 5, MEAN, MongoDB, Nodejs
with
No comments

In this post I am going to cover a very basic CRUD operations using MEAN (MongoDB, Express, Angular and NodeJS) stack. You can use this example to kick start your project using MEAN stack. Before I begin, I am assuming that the reader of this post has basic understanding of AngularJS, MongoDB, NodeJS,...
Thursday, 15 October 2015
Best practices for the iOS UIViewController and Firebase
David East Developer Advocate The UIViewController comes with a lifecycle that informs us when important events occur. Events such as viewDidLoad,viewWillAppear, viewDidDisappear, and the always fun "Stop! You're using too much memory!" warning.The UIViewController's lifecycle...
Tuesday, 13 October 2015
Divshot has Joined Firebase!
Michael Bleigh Engineer Today we're excited to announce that front-end web hosting service Divshot has joined Firebase!Both teams share a passion for creating fantastic developer experiences, and now we're moving forward together toward that common goal. Divshot and Firebase...
Google Login and Firebase CLI 2.0.0
Tamal Saha Engineer We have two big feature announcements: Google Login, and an entirely new version of the Firebase command-line interface.Google LoginMany of you have asked for more security on your Firebase account. Starting today, Google Login is the default authentication...
Wednesday, 7 October 2015
Client-side fan-out for data consistency
David East Developer Advocate Fan-out is a great strategy when it comes to Firebase. Fan-out itself is the process duplicating data in the database. When data is duplicated it eliminates slow joins and increases read performance.Not all is perfect with fan-out though. The...
Monday, 5 October 2015
Payment System with BrainTree PayPal using PHP
Are you working for e-commerce project? Then you should have a better and secure payment system. I suggest you setup you project with BrainTree API, it is very powerful and quick. This is accepting most commonly used Cards, PayPal, Android Pay and etc. This post will explain you how to design a cart...