Workato is a powerful integration platform that enables businesses to connect their various applications and automate workflows. With its user-friendly interface and wide range of connectors, it offers a variety of use cases for organizations of all sizes and industries. One potential use case for Workato using Salesforce and Jira is to create a workflow […]
I’d recommend referring to the following blogs before proceeding further: Step-by-Step Guide to Creating a Controller in Drupal 8/9/10 Step-by-Step Guide to Creating a Custom Module in Drupal 9 You can use controllers to generate dynamic pages and return content in response to user requests. Sometimes, you may need to display content from a custom […]
DrupalFront End DevelopmentReact.js
Setup tailwind with react 1. create your project folder Open the terminal and navigate your created project, and then run the below command npx create-react-app react-demo. Once reactdemo app has been created, >> go to the react-demo folder >> run the “npm start” command 2. Install Tailwind CSS and generate the configuration file >> npm […]
Automation TestingManual TestingMarketing Automation
The debate about whether manual testing has fallen behind automation testing in popularity and demand is common among young QA engineers. However, instead of delving deeper into this topic, it is important to focus on the significance of test automation in today’s era. Undeniably, “Quality at Speed” has become the new mantra for companies and […]
Choose a module name: Choose a unique name for your module that reflects its purpose. For this example, we’ll use “custom_module”. Create the module folder: Create a folder with the same name as your module in your Drupal installation’s “modules” directory. Create the module file: In the module folder, create a file with the same […]
What is API Gateway An API gateway is an API management tool between a client and a collection of backend services. An API gateway acts as a reverse proxy to accept all application programming interface (API) calls, aggregate the services required to fulfill them, and return the appropriate result. Problem Statement How to access a […]
Create a custom module: If you haven’t already done so, create a custom module in Drupal 10. You can refer to the previous question for a step-by-step guide on creating a custom module. Define the routing file: In the module folder, create a new file with the extension “.routing.yml”. This file defines your module’s page’s […]
Mobile Automation TestingMobilityTesting
We don’t need to say, what is Chat GPT? Chat GPT is an AI-based conversational agent developed by OpenAI. It is designed to understand natural language and respond accordingly. While Chat GPT is not specifically an automation testing tool, it can be used in various ways to enhance the testing process. This blog will explore […]
Meta tags are the extract of the page’s content. These HTML tags play a pivotal role in search engine optimization. They do not appear on the page but definitely do on the page’s source code. Drupal provides a metatag module (https://www.drupal.org/project/metatag) to generate meta keywords for your Drupal website. It can be done at the […]
Prerequisite AEM 6.5 installed with Service Pack 11+ or AEMaaCs SDK. What is Apache Sling Sitemap Generator As we all know, one crucial aspect of any website is its Sitemap, a file that provides a roadmap of all the pages of a website for search engines to crawl and index the website. Below is the sample […]
AnayticsIndustry BuzzTechnology
Machine learning (ML) has revolutionized how we live, work, and interact with technology. From personalized recommendations to predictive analytics, ML has become an integral part of our lives. However, with this rise in the use of ML, there have been growing concerns about the ethical implications of this technology. In this blog post I’ll explore […]
The world is continuously amazed by ChatGPT and its applications. Every day multiple people post the applications of ChatGPT in various industries, including marketing, copywriting, sales, operations, and more. While we thought about ChatGPT for software testing, we had mixed opinions. Although we are confident in its advantages for the community of software technicians, we […]