OAUTH 2.0 (A protocol for Authorization in the Applications)
OAuth is an Open Standard protocol designed for authenticating or authorizing the user into the Application. The Protocol is designed to gain access into the application or grant website for...
Process of Using Crashlytics
When your app crashes on the production environment on a user’s device, you need to know. The reason behind the crash is simple – something happened that you did not...
Laravel Queue and running it with Supervisor
A queue data structure is based on FIFO (First In First Out). That is the element that enters first in the queue, leaves first while popping the element from the...
Deploy Rails app with Capistrano
Capistrano is a framework written in Ruby language that provides automated deployment. Similar to Rake tasks in Ruby language, it runs on the remote servers via SSH.
Build a Google Cloud Function in Node
Cloud Functions is a serverless running environment for building and connecting cloud services. With Cloud Functions, you can write single-purpose functions which are attached to an event emitted from your...
JavaScript Dashboards, Gauges, and Sparklines Demystified
The first thing that may come to your mind will be what you usually see in your vehicle just above the steering. However, that isn't the type of dashboard being...
Introduction of Virtual Private Cloud (VPC)
VPC provides you the flexibility to scale and control how workloads connect regionally and globally. You will have global access to your VPCs without needing to replicate connectivity or administrative...
Introduction to Tensorflow
This blog provides insights about Tensors which are multidimensional arrays, categorized in a hierarchy according to their order.
How well do you know Event Loop?
This blog helps your understand how an event-driven programming 'Event Loop' paradigm controls flow determined by the event or change in the state.
Closures In Swift And It’s Related Importance
This blog provides insights of how closures in Swift programming language can help capture and modify variables & constants from the context in which they're defined
Google Cloud Armor Security Policies
This blog emphasizes on Google Cloud Armor (GCA) security policies that are made up of rules that allow or deny traffic from IP addresses defined in rule.
An Interconnection with Google Cloud Dataflow
This blog provides us the necessary insight about how Cloud dataflow allows users to build pipelines, monitor execution, transform and analyze business critical data.
Inheritance in Python
One of the unique selling points of Python, why Python is so famous because Python supports all types of programming paradigms.
Google IoT Core Overview
This blog explains how Google Cloud IoT Core is a fully managed service that easily and securely connects and manages your global device network.
How To Execute Test Cases in Testrail
TestRail is a Web-based test case management tool used to write the test cases. It is efficient to manage the test cases, test plans and Test Runs
SCCM (System Center Configuration Manager)
SCCM (System Center Configuration Manager) is a tool developed by Microsoft to manage systems. It was initially released in 1994 and it was known as SMS (Systems Management Server).
Wowza Streaming Engine user authentication
Discover how the Wowza Streaming Engine keeps the publish.password file to authenticate all source connections to live applications on the server.
Sign Off & Conditional Sign Off
The main aim of a QA is to make sure that the software meets the customer's needs without harming the application. The formal way of declaring this process is Sign...
Introduction to Vue.js
Vue.js is open source and lightweight javascript library for building interactive single page application and user-friendly web applications. When integrated with other libraries it also becomes a “framework”. The word...
Multi-Authentication in Laravel
For any application, we have different numbers of users that have roles and permissions which differentiate the users, we need to have multi-auth functionality in our application Laravel provides the...