What is a Bastion Host?
A bastion host is a special purpose computer on a network that is deliberately exposed to a public network and configured to withstand attacks...
Automatically Scan Cloud Storage Buckets For Sensitive Data
Google Cloud Storage is object storage designed to store large, unstructured data sets and to access your data on Google's infrastructure...
How to Create Custom Annotation in Java and Android
Annotations are one of the small and simple functionalities of the Android/Java development, yet for the majority of developers, it is not clear or they never understand the functionality and...
How to create a test framework for AngularJS applications using Protractor (Jasmine)
AngularJS application framework is gaining in the market because it extends the functionality of HTML and can be used to load applications quickly...
Running dedicated game servers in Kubernetes Engine
In the world of distributed systems, scaling and hosting dedicated game servers for online, multiplayer games is challenging. It’s not surprising that for game server scaling is usually done by...
Insights of Deployment Manager
A Deployment Manager template is just like a decorated REST API call. Deployment manager has various providers which you can check in Supported GCP Type Providers...
What is Deployment Manager?
Deployment Manager is an infrastructure deployment service that automates the creation and management of Google Cloud Platform resources for you...
How to use Google cloud shell?
Google Cloud Shell provides you with command-line access to computing resources hosted on the Google Cloud Platform. Cloud Shell makes it easy for you to manage all the Cloud Platform...
Introduction to R programming
R is a very impressive tool for statistics, graphics, and data science. It is used by thousands of people to perform serious statistical analysis and data science work on a...
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...