Connected TVMedia & EntertainmentMobility
When developing a web, mobile app or a Smart TV app – login with Facebook is used for user authentication and conveniently capturing the user’s social information from Facebook itself. This blog describes the steps to have a clear and consistent user experience for device login on a Smart TV. Flow for Login With Facebook […]
Apache JMeter, an open-source product developed in Java used to perform load testing of web applications and simulate user load with various parameters like a real-life scenario. There were few use cases that I came across while performing load testing on my project. These are simple and often very helpful in performing tests on daily […]
Web analytics is an integral part of every application. It is a process to gather useful information to measure the behavior of the visitors on a website, levels of traffic, the most popular pages etc. These analytics provides various insights about the visitor such as: The audience: No. of visits on your website; know if […]
Automation TestingMobilityTesting
Introduction Appium is an unreservedly distributed open source tool used for User Interface as well as functional testing of Android and iOS mobile applications. Appium permits native, hybrid and web application testing and backing automation test on physical gadgets as well as on emulator or simulator both. It offers cross-platform application testing i.e. the same API […]
Python is readable, dynamic, pleasant, fast, flexible and powerful language. It is a programming language which helps you work quickly and integrate systems more easily. LANGUAGE FEATURES Interpreted It executes instruction directly without any compilation like in C, C++, Java. Python converts the source code into bytecode which is then translated into computer specific language […]
Container service is not new, it was built around ten years ago in Linux environment also known as Linux container (LXC). But today, docker is most popular and has become synonymous to containers. So before talking about some container technologies like Docker, Kubernetes, we have to understand what container service is, and what is the difference between VMs […]
Logs are very useful as it monitors and provides important information about the program such as activities, executions, real-time data etc. Log.io is a log management tool that monitors the system and provides real-time information on the system logs. It is a simple and effective application built on top of Node.js and Socket.io. Log.io is not […]
Manual TestingMobilityTechnology
Mobile app testing is a crucial and time-consuming task as it exposes the flaws of the app and unique challenges. The results of a good mobile app testing enable you to deliver a high-quality app that provides a great mobile experience to your customers. However, in this fast-paced market, mobile app testing poses quite a […]
CircleCI is the continuous integration & delivery platform that helps development teams to release code rapidly and automate the build, test, and deploy process using Docker container. CircleCI is a reliable platform that works well with languages like Ruby, Python, NodeJS, Java and Clojure. Steps to Signup with CircleCI Signing up with CircleCI using GitHub […]
Even before I start, I would like to shed some light on what is Composer and how we can build a website using Drupal 8. Let’s start with point to point introduction and usage of each key component while managing/developing Drupal 8 Website: What is Composer? What is Packagist? Composer and Drupal 8 Commit composer.json […]
Through this blog, I would be explaining how to automate Docker deployments in AWS ECS using a Use Case. Prerequisite: Basic understanding of how Docker and AWS ECS works would be helpful. In the given use case, we have used microservices architecture, and earlier deployments were done manually. It used to take 15-20 minutes per service […]
In modern user facing and real-time applications, performance is the top concern with usually having data at its core. What if you were able to offload some work from the database and at the same time increase the performance and response times of your application? Most of the time data handling is done by relational databases […]