Connecting to Cloud SQL from Cloud Run
In this blog, we have explained the process of Connecting to Cloud SQL from Cloud Run and Creating a Cloud SQL instance. Read this blog to know more about Connecting...
Subscribing to Message in pub/sub
A Cloud Pub/Sub is one of the available services in the Google Cloud Platform, that provides a messaging transport system. It takes the data from many senders and transmits it...
Espresso Idling Resources
When we are handling the application we need to wait for the application response and animations. In our blog, we have explained the term Espresso Idling Resources with the reasoning...
Fitbit Device Integration with Mobile and Web applications
Fitbit is a wearable device that tracks daily activities, steps, calories burned, sleep, etc. These are wearable devices like watches. In this blog, we will look into the integration of...
How to Use Kendo UI for Angular
Kendo UI is an open-source framework for building modern web and mobile apps with HTML5 and JavaScript. It provides themes that can be used to style an Angular application. To...
How to integrate eWAY payment in a .Net project ?
eWAY seamlessly integrates with hundreds of leading eCommerce shopping cart platforms and a network of custom integration development partners providing a competitive advantage for any business that wants to grow...
Business Intelligence in Ruby (Blazer Gem)
Blazer - a gem makes business intelligence simpler. It allows one to execute SQL queries on the database from the web panel and visualize the data in a convenient and...
Uploading Builds to Play Store
All of us use some or the other application which we download from play store/ AppStore. In this blog, we have explained the process or the steps to publish these...
Budgeting in Agriculture Product Industries
Budgeting is an invaluable tool for farm managers in the agriculture business. Each and every business should use budgets to project how profitable an enterprise may be or to analyze...
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...