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...
Introduction to Google Cloud Datastore
Why invest in the physical drive when you can get more virtual storage for much less. Yes, you heard it right. The solution is Google’s cloud storage, your “on the...
Integration of Firebase with Google Cloud Platform (GCP)
Firebase is Google’s mobile application development platform and the fastest way to build your App. Firebase is a complete backend solution that can manage authentication, real-time database and hosting as...
How to Choose between Real-Time Database and Cloud Firestore?
As the name suggests, this Firebase product ensures all the data are synchronized for all the clients in real time. The real-time database is a NoSQL database which...
How to Set up an Instance to Run a Jupyter Notebook in GCP?
The Jupyter Notebook is an open-source web application that allows you to run the live code, embed visualization and explanatory text all in one place. It supports dozens of programming...
Affordable Virtual Machine Instances in GCP
We all know that GCP provides lots of cloud services to reduce our work. Here, we pay only for those services which we use. Don’t you think it would be...
Getting Started With Serverless Using Node.js
A term Serverless refers to the cloud computing model in which cloud service providers manages computing resources dynamically. The pricing for the utilized resources is based on the amount of...
How to Enable Autoscaling in Google Cloud?
Google Cloud platform offers autoscaling capabilities that allow us to automatically add or delete instances from a managed instance group based on increase or decrease in the load. Google Cloud...
Fundamentals of Cloud Network Address Translation (NAT)
An IP address is a basic part that a computer needs in order to communicate with other computers or a web server on the internet. The Internet has grown larger...
Introduction to Azure Storage Account
Azure Storage Account is Microsoft's cloud storage solution for latest data storage scenarios. Azure Storage provides an object store which is a tediously expandable object store for data objects. In...
Launching and Managing an Amazon EC2 Instance using Terraform
Terraform is a tool (IaC) for creating and managing infrastructure. it supports multiple cloud providers including Google Cloud and Amazon AWS. Here you will write configuration files which describe the...
How to Test The Geofencing Application?
A Geofence is a virtual fence set on a real geographical area. This feature uses the Global Positioning System (GPS), Radio-frequency Identification (RFID), WI-Fi or Cellular data to define geographical...