Mautic Installation and Configuration
Mautic is an open marketing software platform. It provides a high level of marketing integration with audience intelligence that enables us to make personalized emails, create landing pages...
EarlGrey – IOS UI Testing Framework
With today’s UI testing framework, most of the UI tests are slow and complex to write and Synchronization of UI is the major issue...
Easy JSON parsing with Codable
Swift codable protocol has a combination of Encodable and Decodable protocol that can be used to work with JSON data in both directions...
How to setup KIF for UI testing?
KIF stands for Keep It Functional. It is an iOS integration test framework which is used for UI testing of iOS mobile apps...
How to publish a package in the NPM public registry?
An NPM is a package manager for Node.js which comes bundled with Node.js installer. NPM consists of ‘npm-cli’ and an online repository for the publishing of open-source Node.js projects called...
Why React Saga is better then Thunk?
Redux is basically a state management library for javascript applications and is mainly used with React JS and is also familiar as predictable state container. In React, data flows from...
Migrate from GCM to FCM for Push Notification In React Native
Hello folks as you may know Google is going to remove GCM service support from 11th April 2019. Hence, all the projects which are using GCM service need to be...
Jenkins Configuration and Run Jenkins Jobs using Batch file command
Jenkins is an automation tool written which is open source. This tool is written in Java with plugins built for Continuous Integration purpose. Plugins allow integration of various DevOps stages.
Bug Tracking in EasyQA Test Management Tool
Bug tracking helps our software team to catch, record and manage each issue in our software product. Bug tracking process is divided into multiple stages starting with finding the bug...
Push Notifications to Mobile Platforms using Amazon SNS
Push Notifications are the alert messages that can be sent by the app publishers to the app user even when they are not actively using an app. AWS SNS (Simple...
Integration of Wepay Payment Gateway into the Django Application Using Python
WePay is a fantastic online payment service provider which provides an integrated and customizable payment solution through its APIs to platform businesses such as crowdfunding sites, marketplaces, and small business...
Difference Between LucidChart and Balsamiq
Lucidchart is an online diagram app made to sketch & share flowchart diagrams and Balsamiq Mockup is a rapid wireframing tool that helps to Work Faster.
How to Write Test Cases using C# and VS Tool?
This blog walks you through introduction to unit testing as well as How to Write Test Cases using C# and VS Tool. Click here!
Creating a Custom View in Android App
Android SDK offers a powerful componentized model for building your UI, based on the fundamental layout classes: View and ViewGroup. The view is one of the most general classes in...
How to Configure VM instance using Deployment Manager Templates?
Let's see how to configure a VM instance using Deployment Manager (DM) templates in Google Cloud Platform.
Auto Scaling in AWS vs Auto Scaling in GCP
Auto Scaling is a cloud computing feature that allows users to automatically scale cloud services. Know more about "Auto Scaling in AWS vs Auto Scaling in GCP".
What Do You Need to Know About RBAC Authorization in Kubernetes?
RBAC is one of the Authorization Modules in Kubernetes. Role-based access control is a method to provide access to the API resources running on your cluster based on the roles...
Google Stackdriver: Introduction and Features
It is a monitoring service offered by Google, used to monitor performance data and availability of the application and virtual machines (VMs) running on GCP and AWS public cloud...
How to Setup Custom Domain for Google App Engine Application?
Google’s App Engine is a Platform as a Service (PaaS) that provides features and web frameworks to easily build scalable web applications. App Engine applications are easy to manage your...
IoT Comparison: AWS vs Azure vs Google vs IBM
IoT is the technology that connects ‘things’ to the ‘internet’. These things or devices can be anything like smartphones, washing machines, refrigerators, headphones, air conditioners, and almost everything that you...