Media & EntertainmentTechnology
Introduction Samsung smart Tv is the smart tv which supports the html web application. This blog gives a brief introduction about how to easily build the video application for Samsung smart tv and the problems that are faced by most of the developers while developing the smart tv video application. Here I am focusing mainly […]
When the Social Media craze started, it was all about getting a page starter, getting fans and keeping them engaged. But it is no more a brand Goal. In fact it should not be the brand goal. So Engagement can not be a strategy. In fact it is only a TOOL. Let us discuss a […]
Leaflet is a open source Javascript library that can be used to create interactive maps. It comes with all mapping features that most of us need in any project like adding markers, popups, vector layers, zooming, selecting lat-lng of a place and much more. In this blog, we will learn how to get started with Leaflet maps and […]
AndroidConnected TVMedia & Entertainment
With the recent advancements in Smart TV ecosystems, almost one million Smart TVs are estimated by 2017. Most of these Smart TVS belong to HTML / CSS / Javascript platforms. However, few Android TVs are based on java platforms whereas Roku TVs apps are developed on Brightscript platform. Though all Smart TV‘s provide their own API’s […]
YouTube allows you to play it’s video in your app using the youtube player. It also provides data APIs to put like, dislike, or rate comments on a video. To integrate youtube player you need API key from google console and you can get it using following steps: 1. Get SHA1 fingerprint first by executing “keytool […]
Neo4J is a NoSQL database that stores information in the form of a huge property graphs where tuples/rows (nodes) are connected to each other with relationships (edges) both of which can have variable number of properties associated with them. Traversing data in the form of graphs implies that we can explore highly connected neighbouring data […]
Front End DevelopmentTechnology
Designing an interface is not all child’s play! It’s not just about how good looks and great features! It is more about the overall usefulness and usability of a website or application, which is determined by how well it is performing the desired functions and how easily accessible it is. Every design has unique requirements […]
Connected TVMedia & Entertainment
Introduction Amazon Fire TV, developed and released by AMAZON in April 12, 2014. it’s a powerful streaming media device which helps to enable app and game developers to reach more customers in the living room. Availability The new Amazon Fire TV is mainly available to customers in US, UK, Germany, and Japan. Specifications Amazon Fire TV has […]
Drupal 8 is a fast and widely used enterprise web CMS across the globe. It is flexible and packed with out-of-the-box features that help you manage and deliver web content across various channels and devices efficiently. It has over 200 new built-in features that can be used to streamline work and achieve incredible digital experiences. […]
Docker is a like your mini virtual machine that is very light on your host resources. Unlike virtual machines, which need their own kernel, Docker creates virtualized experience on top of your running kernel. The mini virtual machines provided by Docker are called “containers”. These containers are platform independent and can be reused for deploying […]
Autoscaling is a service in AWS, which is used to launch or terminate an instance based on user-defined policies, health checks, and schedules. There are several ways to configure an auto-scaling group in AWS, here we are focusing on implementing it in python using AWS python module boto. Before Creating an Autoscaling Group we have to […]
Security is of prime importance for any cloud vendor including AWS. AWS follows a Shared Responsibility Model for security. As the name Shared Responsibility Model suggests, security on AWS is not the sole responsibility of either AWS or the customer. It is a combined effort from both parties. The responsibility of AWS includes providing a […]