The Internet is overflowing with tons of post on CMS and the latest being Drupal, a content migration platform, which apparently has seen fast adoption by developers within few months of its release. Drupal, an open source, and easy-to-use content management platform builds powerful websites and applications and has been the first choice for any website […]
AWS Lambda is an event-driven compute service using which you can perform actions by executing some set of code on any event. We are using a lambda function to trigger AWS ECS container auto-scaling that is executed on the SNS event. Below is the AWS Lambda code in node.js that will get Cluster Name, Service […]
Zabbix is an Open source distributed monitoring tool. It allows us to monitor integrity and health of the server, network traffic, and applications. Zabbix uses a notification mechanism that allows users to configure e-mail based alerts for virtually any event. Components Used in Zabbix are as follows: Zabbix Server : This is the central component that […]
Log files record all the activity of a program during its execution lifetime. Generally used for diagnosing problems, auditing, debugging, or information gathering. Why Logback? For automatically removing old logs. It also automatically compresses archived log files. Provides a wide array of filtering capabilities. Logback-access, i.e. HTTP-access logging with brains, is an integral part of […]
AWS S3 is a Simple Storage Service provided by Amazon that can store any amount of data, at any time, from anywhere on the web. It is one of the most heavily used AWS Service. It is not just used as a storage service, it is also used for hosting websites with static content. It […]
Every application that you build needs an infrastructure that can be as simple as a server or as complex as a large collection of software and other utilities. Any application in the least would require a server with relevant software configured. Smaller applications can do with a simple setup but it becomes complex for huge […]
Connected TViOSMedia & Entertainment
In my first blog, I talked about how to create client-server based application in tvOS using TVML and TVJS. So, to get started, you can take reference from it. Today, I am talking about how to send/retrieve information from remote server, so our mobile app will show us always updated results. To retrieve any information […]
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 […]
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 […]