Tag Archives: configuration

Using TypeSafe’s Config In Scala

Using TypeSafe’s Config In Scala Our application behavior is generally defined with a set of configurations. Instead of hard-coding the values in the code, we like to define them separately in a configuration store. In this post, we are going to see how we can define configurations using TypeSafe’s config. Let’s create a SBT project…. 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 »