TO THE NEW Blog PAGES

Digital TransformationSoftware developmentTechnology

Go Pointers! Let’s talk about it…

A pointer, as name suggests, is a variable that points to a location in the memory of your system where a value is stored rather than a value itself. Basically, it is an address to the value stored in memory. The definition is simple but this concept can be a little tricky to wrap your […]

Marketing Automation

B2C Marketing with Hubspot

Introduction The B2C marketing landscape is changed with the introduction of Marketing Automation. So what exactly is marketing automation? Marketing automation enables businesses to automate their marketing procedures. This might involve monitoring client contacts, social media account updates, and email marketing. Companies can save time and money by automating these operations using marketing automation. About […]

Agile

Running Agile At Home

Agile is merely a philosophy of how to change the way we think about delivering value. Powerful ideas have grown from the original philosophy, namely frameworks, like Scrum and Kanban. For Running Agile at Home What you’ll need (it’s that simple): Wall space for a wallboard Stickies Sharpies/Pens Painters tape What you’ll need to decide: […]

Rohit Kumar
Rohit Kumar
Read

Manual TestingTesting

Everything you should know about eCommerce Testing

In today’s world, I bet you won’t find anyone who hasn’t shopped online. E-commerce website testing checks for any issues before you publish your website or web application to the public. Web applications require testing various features such as security, functionality, and databases. The main reason to thoroughly test your e-commerce website is to improve […]

Ansha
Ansha
Read

AWSDevOpsDigital Engineering

Fooling around with Docker CLI commands with PostgreSQL image

Currently, I am developing a side project wherein I wanted to use Postgres as my project database using its docker image. This blog is my brain dump of the docker basics I have learned so far, and I have attempted to break down the CLI commands I used or came across during the course of […]

Drupal

Configuration Split in Drupal

Introduction Drupal has recently introduced one of its greatest features i.e., configuration management. For instance, you need a stage file proxy module on your local, dev and stage environments but not on a production environment. This is where the configuration split module comes into the picture. It helps users to split/divide configurations for different environments. […]

Sunidhi Negi
Sunidhi Negi
Read

Drupal

How To Make Your Drupal Site Multilingual With Auto Translation Functionality

What is Multilingual? As the name suggests, a multilingual website is a website that has content in more than one language. Although they make up most of the global users, English speakers aren’t the only ones using the internet. There are other widely used languages and if you implement them into your website, you’ll be […]

Yash Malviya
Yash Malviya
Read

Marketing Automation

Supercharge Your Business Growth by Making the Most of Your Marketing Automation With Act-On

What is Marketing Automation, and why should your company use marketing automation? According to a Statista report, sales productivity has increased by 14.5% due to marketing automation, and marketing expenses have decreased by 12.2%.  Let’s deep dive into what Marketing automation is about – Marketing automation is the simplification, automation, and measurement of marketing processes […]

Technology

Querying data using PostgreSQL

PostgreSQL comes with so much power which is still unexplored by the developer community. There are so many ways using which you can perform multiple type of operations which are easier and can be very beneficial. Let’s see a few practical examples of them and explore the real power of PostgreSQL.     Inserting Multiple-Row […]

Drupal

Steps of creating Drupal theme

Introduction A theme is a collection of files that implements the look of the site. They simply implement the HTML, the CSS, and JavaScript that will be making our site unique. They also consist of a bit of simple logic that is used to make our website reuse or switch markup in different cases. STEP […]

Asheesh Pal
Asheesh Pal
Read

Digital MarketingWeb Content Management

Chat GPT and SEO: A Match Made in Digital Marketing Heaven

As the world becomes increasingly digital, the importance of search engine optimization (SEO) in driving traffic to websites and improving online visibility continues to grow. In this ever-evolving landscape, chat-based Generative Pre-training Transformer (Chat GPT) has emerged as a game-changing tool for optimizing content and boosting SEO results. GPT was released in 2018 and has […]

DrupalReact.js

Loosely Coupled: Open Drupal Ajax dialog boxes from React via Drupal Behaviour

Dialogs are a quick and easy way to display additional information without reloading the entire page. Dialog boxes can display just some static text, any node or form of your page, a views page, or any custom markup you’ll feed them. In order to open some link/node/page in a modal window, you can add the […]