Drupal

Building an Event-Driven System in Drupal with Subscribers and Queue Processing

Introduction Modern applications are no longer built around doing everything in a single request. As systems grow, that approach quickly becomes slow, hard to maintain, and difficult to scale. Drupal gives you powerful tools to solve this problem using an event-driven approach combined with background processing via queues. In this article, we’ll walk through a […]

JS

JavaScript Event Loop: The Heartbeat of Asynchronous Programming

JavaScript, despite being a single-threaded language, handles multiple tasks simultaneously through its powerful event loop. Whether you’re fetching data from an API, handling user interactions, or processing large datasets, the event loop ensures that your application remains responsive and efficient. But how does this process work under the hood? In this blog, we’ll find out […]

Drupal

Queue Operations – Manual or Cron Process Item

The drupal queue is for basically any long-running processes or such of any time-consuming task which is taking too much time, so here Drupal core is giving one of the best queue plugins to add items into the queue and process all items later behind the run-time request rather than taking time when loading the […]

Rakesh Kumar
Rakesh Kumar
Read
Services