TO THE NEW Blog PAGES

BA

Data Privacy in DTH: Building Trust One View at a Time

Introduction Think back to when television was just a box in the living room, offering a handful of channels for everyone.Those evenings spent with family, flipping through channels, were simple—everyone watched the same shows at the same time. Now, with Direct-to-Home (DTH) services, television feels more personal than ever. We get recommendations that seem to […]

JS

Real-time data streaming made simple with Apache Kafka

  Introduction Real-time systems are now central to modern businesses. Payments, order updates, customer activity, telemetry, notifications, and analytics all depend on events moving quickly and reliably between services. The challenge is not just speed. The challenge is preserving correctness and resilience when systems are distributed, traffic is variable, and failures are inevitable. Apache Kafka […]

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 […]

Drupal

AWS for Developers: What DevOps Assume You Already Know

As a developer, I thought that once I pushed the code to the repository, I was done. I thought that things such as deployment, scalability, networking, and monitoring were all handled by the DevOps team. However, this is only true for a short period of time. At some point, when something go wrong in production […]

BA

Safer Gambling in Real Time: How Behavioural-AI Drives Responsibility

Why the Moment Before the Next Bet Matters There is a moment most wagering systems still underestimate. It’s not the payout. It’s not a loss. It’s the brief pause—sometimes only seconds long—before the next wager is placed. In that moment, behaviour can either accelerate or reset. For years, most digital wagering platforms weren’t designed to […]

Project Management

Making Delivery Work Manageable: AI Tools That Actually Help

Introduction A typical day as a Delivery Manager is… rarely predictable. Some days feel planned, but most are a mix of shifting priorities, follow-ups, stakeholder conversations, and last-minute escalations. There’s always something that needs attention, and it doesn’t take much for things to get messy – one missed update or unclear communication can quickly snowball […]

MSP

Patching Azure Virtual Machines from AWS Systems Manager using Hybrid Activation

Patching Azure VMs from AWS Systems Manager using Hybrid Activation Each cloud platform provides its own native tools, which can lead to fragmented processes and increased administrative overhead. To address this challenge, AWS Systems Manager (SSM) offers a powerful solution through its Hybrid Activation feature. This capability allows non-AWS machines, such as Azure Virtual Machines […]