Monday, 19 October 2015

NodeJS connectivity to MongoDB on Cloud - Microsoft Azure and mongolab

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...
Share:

Saturday, 17 October 2015

Simple CRUD operation using MEAN stack

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,...
Share:

Thursday, 15 October 2015

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...
Share:

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...
Share:

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...
Share:

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...
Share: