TO THE NEW Blog PAGES

Drupal

Embracing the Future: The Drupal Starshot Initiative

Introduction Drupal has been a leading open-source content management system (CMS) for over two decades. In a transformative move, Dries Buytaert, the creator of Drupal, has introduced the Drupal Starshot initiative. Announced 23 years after the original launch of Drupal, this initiative aims to make Drupal’s powerful features more user-friendly and accessible. This blog explores […]

MSP

Introduction to Control-M: Efficient Workload Automation Tool

Introduction In the fastest-growing IT industry, tech companies are generally looking for the best tools to automate all their workflows So that all the tasks get completed on time automatically without any human interference. So for doing all these kinds of work in organizations the best preferable tool will be ‘Control-M’. Control-M generally comes up […]

Python

PDF Utilities using Python

Overview PDF (Portable Document Format) stands out for it’s ability to preserve formatting across different devices and platforms. Whether for business reports, academic papers, or e-books, PDF has become a de-facto standard of document sharing in today’s world. Python, a versatile and robust programming language, offers a suite of libraries that make working with PDFs […]

Quality Engineering

Shadow DOM Automation with Selenium 4

What is DOM ? The Document Object Model (DOM) is a programming interface for web documents. It represents the page so that programs can change the document structure, style, and content. The DOM represents the document as nodes and objects; that way, programming languages can interact with the page. A web page is a document […]

DevOps

Accelerate Your Development with Buildkite Pipelines

Introduction In today’s fast-paced digital landscape, efficient and reliable software delivery is paramount for businesses to stay competitive. Buildkite, a powerful cloud-native CI/CD platform, offers a robust solution to streamline the development process. Buildkite is a modern cloud-native CI/CD platform that empowers development teams to build, test, and deploy software efficiently. At its core, a […]

Project Management

The Art of Negotiation

Introduction Have you ever been in a situation where your emotions influenced your decision, and later you realized that it wasn’t the conclusion you wanted? Let’s deep dive and understand why Negotiation is an important skillset, needed by everyone which can help us prevent landing in the situation you thought of while reading the above […]

DevOps

Pro Jenkinsfile: Avoid These Common Mistakes – Part 2

Introduction Hello again, DevOps Engineers! Uncle Jenkins is back, ready to dive deeper into the world of Jenkinsfiles. Our previous blog covered some important tips to avoid common CI/CD pitfalls. If you missed it, check out Part 1 of this series to catch up on those crucial points. In this blog, we’ll explore more advanced […]

DevOps

Enabling a TV Ad Firm to Reduce Risk and Boost Reliability with Canary Deployments

Introduction In today’s fast-paced software development landscape, ensuring that new features and updates are delivered reliably and without disruption is crucial. Canary deployments, a critical strategy within the DevOps toolkit, offer a powerful method to achieve this goal. One such great journey is the story of a Global Advertising Management Platform client, a powerhouse in […]

Java/JVM

JPA Criteria Api – A code alternate to raw SQL queries

Introduction JPA is a hibernate specification that helps us in managing, accessing & persisting data between RDBMS and Java objects & one of its main features is Criteria API, which is a pre-defined API and was introduced in JPA 2.0. It defines platform-independent criteria queries written in Java and enables us to achieve the same […]

Drupal

How to Enhance Schema.org Metatag Module in Drupal with Custom Fields

Introduction Schema.org is a system designed to enhance how search engines interpret your website’s content. The Schema.org Metatags module in Drupal simplifies the process of incorporating this information, thereby improving your site’s search engine rankings and increasing the likelihood of displaying rich, informative snippets in search results. In this blog, we’ll explore how to expand […]

Android

Screenshot testing with jetpack compose

What is Screenshot testing Screenshot or snapshot testing is a way to automate the validation of the UI components and widgets. It prevents regressions when updating any existing screen or component. A screenshot testing tool helps render a piece of UI (a screen or component), takes a snapshot of it, and then compares it with […]

Adobe

Streamlining Analytics: Leveraging ListVars in AEP Web-SDK

ListVar is the most powerful variable in Adobe Analytics. So, we have eVars and props as well to store the data but due to their character limit 100 char for prop and 250 char for eVar,  there might be chances of value truncation in case of large data.  ListVars are custom variables that you can […]

Services