Category Archives: App Development

Angular2- Environment Specific Configuration

Angular2- Environment Specific Configuration Angular2 makes development and release workflows a lot easier than other javascript frameworks. One such ease is the ease of environment specific settings and configuration. In this post, we are going to see how we can keep environment specific configurations in an angular2 application developed using Angular CLI. We will be… Continue reading »

Angular 2 CLI – An Introduction

Angular 2 CLI – An Introduction We have seen before how yeoman allows us to write the apps faster by taking care of most of the scaffolding work [HTTP based Rest Service in Angular JS using Yeoman]. Angular-CLI is a similar feature of Angular 2 providing support of different parts of an angular app, giving… Continue reading »

Neo4j – An Introduction

Neo4j – An Introduction A graph database allows data to be saved in terms of nodes and edges and their properties. This type of database suits the business cases where entities and their relationships defines the whole concept. They are faster to query too. In addition to storing data as nodes and relationships, they provide… Continue reading »

Observables in Javascript

Observables in Javascript

Observables in Javascript Observable pattern allows us to execute code blocks when a change happens. There are different implementations to support observables in different programming languages. In ECMAScript 6, Object.Observe() was introduced for the same purpose. It allows us to write functions which get called when an object’s properties are changed. Let’s look at the… Continue reading »

Beacon Configuration – Gimbal

Beacon Configuration After getting the beacons delivered, beacons must be configured with appropriate settings based on the required specification. We cannot directly apply a setting to a Gimbal Beacon but we need to follow certain steps for this purpose. I thought this is a good idea to list them here. Activating Gimbal Beacons When you… Continue reading »

BLE Beacons – Modes of Operation

Beacons are Bluetooth smart devices which transmit signals at regular intervals. These signals can be scanned by an devices. These devices can pass on the info of beacon of interest to an app, which uses it to determine proximity. In order to be recognized, beacons must be configured with certain information. For iBeacon case, they… Continue reading »