Technology

Infographic – Comparing Drupal, AEM and Sitecore? 7 Key Features to Consider!

We have witnessed a drastic technological transformation in the recent years. Companies are adopting various digital technologies to stay ahead in the competition including Cloud, Mobile, Data, Analytics and more. Out of the multiple advances, content management is also quickly gaining traction. Traditionally, without a Web Content Management System businesses used to find it extremely […]

CloudDevOpsTechnology

How to Create Plugin in Nagios Using Bash Script?

Nagios is an open source computer software application that monitors systems, networks, and infrastructure. With Nagios, we can monitor host and configure alerts on the services for servers, switches, applications. It sends alert messages to relevant people through emails when things go wrong and then sends another alert message when things get rectified. In this post, […]

Automation TestingTechnologyTesting

API Testing Using SoapUI

API testing is crucial to companies. In this blog, we will share the basic procedure of working with SoapUI. Let us start by understanding the basic requirements and how to set up a SoapUI in the machine. Once done, we will navigate towards a sample project structure. Basic Requirements Before starting with the SoupUI tool, consider […]

Richa Kala
Richa Kala
Read

AndroidJava/JVMProduct Engineering

7 Cool Android O Features That Will Blow Away Your Mind!

The big news is here! As some of you might have been reading, Google had recently launched Android O’s developer preview before the product release on Google I/O, a tradition being followed by them for quite some time. Though a lot is still not known about the new update, we would list down some of the […]

Application SecurityProduct EngineeringSoftware development

XSS (Cross Site Scripting) Blog Series I Blog 1: Overview, Vulnerabilities and Types of Attacks

Have you witnessed a scenario where a trusted site gets injected with a malicious script attack? Well, commonly people refer this as a “‘Cross Site Scripting’ attack. The XSS scripts injected into a site can leak out sensitive data and information including cookies, session tokens, and auth tokens. The vulnerability of the XSS attack is […]

AgileCloudDevOps

How Convergence of Cutting-Edge Digital Technologies Helps To Achieve Business Agility?

A business’s ability to leverage digital technology and innovate in a rapidly changing business environment is crucial for success. Digitally mature companies are growing at a rapid pace. Leveraging cutting-edge digital technologies, they are able to transform business models and operational processes. Legacy companies have the fear to lose out against these mature players if […]

AgileProduct EngineeringSoftware development

How to Estimate Story Points in Agile?

A story point is an abstract measure of effort required to implement a user story. In simple terms, it is a number that tells the team about the difficulty level of the story. Difficulty could be related to complexities, risks, and efforts involved. In most cases a story point uses one of the following scales […]

DrupalTechnology

How to Programmatically Replace the Content in the Custom Block in Drupal 8?

Replacing the content in the custom block is often challenging. In Drupal 8, the best way to replace the content in the custom block programmatically is to use module_preprocess_block alter. We have created a custom block and now we want to replace the value of the placeholder programmatically. For eg. On http://example.com/, we have created a […]

DevOpsTechnology

How to Setup Consul Multinode Cluster with Docker?

Consul is a service discovery and a configuration system tool used to discover the services running on multiple nodes. It is both distributed and highly available. It provides a powerful interface to get a better picture of infrastructure and services running on them. Consul gives us a variety of features that help to determine our […]

Services