In geometry, trilateration is the process of determining absolute or relative locations of points by measurement of distances, using the geometry of circles, spheres or triangles. In addition to its interest as a geometric problem, trilateration does have practical applications in surveying and navigation, including global positioning systems (GPS). In contrast to triangulation, it does […]
In our previous post we have given a overview of what Beacon is, so here we are with its practical implementation. There are two applications required to create Beacon experience. 1. Transmitter 2. Receiver For Transmitter – 1. Bluetooth should be on getSystemService(Context.BLUETOOTH_SERVICE) 2. BLE supported device hasSystemFeature(PackageManager.FEATURE_BLUETOOTH_LE)) <uses-permission android:name=”android.permission.BLUETOOTH” /> <uses-permission android:name=”android.permission.BLUETOOTH_ADMIN” /> If […]
Continuing with my previous blog on Cloud Infrastructure Monitoring with Datadog, we would now be monitoring the application level with Datadog. My use-case was that I needed to monitor my PHP application, get deeper insights for it and also monitor the various Nginx metrics. So, I decided to try out Datadog Monitoring tool. In this […]
People usually believe that a good content is sure to get clicks. It is true largely but for real success on YouTube knowing how to optimize for the platform is the key. Spend as much time optimizing your video content as you do creating videos. After all what is the purpose of an epic content […]
Every minute, videos of over 100 hours are uploaded on YouTube to tap the limitless potential of the most crowded digital platform. For any content creator, standing out against the tidal wave of daily content is a perpetual battle. Considering the flood of content to compete with, the obvious question that arises is, “how do […]
Businesses want to move whole legacy CQ application to new AEM 6.0/ AEM 6.1. There are different types of migration from legacy to new AEM version and it all depends on the version of legacy application. If it is below than CQ5.6 then there might be lot of efforts needed to make things work. Assets […]
What is SnapChat? SnapChat, the smartphone app that let users send photos and videos with personalized text that disappear shortly after being viewed. The sender decides the length from one to ten seconds. SnapChat is one of social media’s rising stars. SnapChat was developed by Evan Spiegel, Bobby Murphy, and Reggie Brown, all from Stanford University […]
While most of the creators are busy with their daily chores of making videos for YouTube, sometimes they lose out on possible revenue or opportunities because the video was not optimized properly. Search for “YouTube optimization tips” and you will come across thousands of articles and blogs talking about various tools available for doing so. […]
UseCase: – I had a situation in which needed to return custom information corresponding to every page in AEM and also use it via component to display to end user . -Then i have to invoke a Servlet on every page and with the use of selector want to return some information in JSON Format […]