Correlation in JMeter using Post-Processor (Regular Expression Extractor)
Performance testing is sort of testing expected to decide the responsiveness, throughout, dependability, and additionally adaptability of a framework under a given outstanding load or whether the expected performance is...
Dependency Injection in C#
A lot of developers get confused when they hear the term, Dependency Injection. This heavy word brings confusion about its purpose, its usage and its procedures. To understand the term...
Stripe Payment In ASP.NET MVC
This Blog will give you an idea of how stripe allows individuals and businesses to receive payments over the Internet. We have also mentioned a few steps to easily integrate...
Introduction to Dependency Services in Xamarin Forms
In this Blog, we have tried and articulated how to utilize the native feature into the Xamarin application from Shared Code, and that's where DependencyService comes into the picture and...
ASP.Net Web API 2
In this Blog, we have tried and articulated the Basics of ASP.NET Web API., what is the Web API, basic structure of an ASP.NET Web API project, the difference between...
.Net Core vs .Net Framework
It is said that .Net Core is the next big thing in the web development world. In this blog, we have discussed how different is .Net Core from .Net Framework...
Implementation of Android Test Orchestrator
Android Test Orchestrator provides better support to solve the issue of Out of Memory to the instrumentation tests. What, why and how to implement and solve necessary issues is what...
Camera testing for mobile application
We all know camera functionality is very common in today’s Android application and most of the times a lot of crash issues occur around this functionality. Now, the question is...
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.