AndroidJava/JVMMobility

Indoor Positioning System(Trilateration)

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 […]

AndroidJava/JVMMobility

Beacon Implementation in Android

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 […]

AWSTechnology

PHP and Nginx monitoring using DATADOG

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 […]

Technology

10 Video Optimization Methods Not Generally Known

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 […]

Technology

Best Ways to Add and Optimize Keywords on YouTube

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 […]

Technology

Users migration from CQ5.6 to AEM 6.0/6.1

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 […]

Jitendra
Jitendra
Read

Technology

Is SnapChat an important social tool for video amplification?

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 […]

Technology

4 YouTube Tips and Tricks Most Creators Are Unaware Of

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. […]

Technology

Registering a Servlet for every Page in AEM

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 […]