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...
Step Towards Customizing Shopify Theme with Liquid Template
We all know how CMS is growing over the era of e-commerce platform. If we think in case of Shopify which is also gearing up to compete with other e-commerce...
Getting started with Spring Cloud
Spring Cloud provides an efficient way for developers to quickly build a number of the common patterns in distributed systems. The interaction between distributed systems leads to boilerplate patterns.
JSCharting: Understanding Bar Charts and Column Charts
These days, bar and column charts have become one of the easiest and most accessible ways to represent your data in a visualized, easy-to-read & understand format.
GUI application development using PyQt in python
PyQt is a GUI module for the Python programming language. It allows users to create programs with a good user interface and simply and easily...
Azure Service Bus Messaging
Azure Service Bus is a multi-tenant cloud messaging service which you can use to send information between applications and services...
Vagrant setup
Vagrant is a tool for building and managing virtual machine environments in a single workflow. It is easy to configure and easy to use...
Building Powerful Mobile Apps Using Scrum and Kanban Methodologies
Traditional methodologies take a stepwise approach to project execution. Thus, the project goes through the requirement gathering...
The Implementation of Nested Forms in Ruby On Rails (Fields For)
Form helpers are designed to make it much easier to work with resources. A form to create or update a resource typically reflects the resource's...
Advanced Caching With RXJS
Caching pronounced as “cashing” is the process of storing the result of a frequently requested operation in a temporary storage area so that the future...
How to sync InfusionSoft’s contacts in a Rails application?
Infusionsoft is a CRM software used to handle the services which are going to be provided to the customers. CRM, Marketing and Sales...
A/B Testing with Google Optimize
A/B testing is important for a website to identify the marketing trends based on user perspective using two variants of the same webpage...
How to Integrate Amazon s3 bucket in PHP: Laravel
To integrate S3 bucket with Laravel application we will go through some basic understanding about S3 bucket and Laravel...