Project Management

Automate Weekly Report on Kanban Project – With Zero Additional Cost

Introduction Every Friday, before sending the weekly status report, I repeated the same routine: open the backlog, scan 60+ rows, identify what changed, extract blockers, update the RAID log, and reformat everything into a professional delivery report. It took 60–90 minutes every week, and almost none of it required real thinking – it was simply […]

DM – Analytics

Real-Time GA4 Dashboard Without Over-Engineering It

When the Dashboard Couldn’t Keep Up I was working on a project where the team wanted to monitor website activity as soon as a campaign went live. They didn’t need detailed attribution reports yet – they simply wanted to know whether users were arriving on the site, key events were firing, and registrations were starting […]

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

Quality Engineering

Playwright AI Agents: Autonomous Planning, Scripting and Self-Healing Tests

Introduction Test automation is a core part of software development. Tools like Playwright make end-to-end testing easier with reliable browser automation, smart waits, and strong support for modern web apps. But even with these tools, a lot of work still feels repetitive. Engineers spend significant time on: Planning what to test Writing test scripts Fixing […]

DevOps

Fixing JVM OutOfMemoryError on ECS (EC2 Based)

Introduction We started seeing repeated OutOfMemoryError exceptions in a Spring Boot service running on Amazon ECS in EC2 mode. The impact of the OutOfMemoryError was serious:- JVM threads crashed, including SQS listeners, HTTP threads, and AWS SDK threads. Messages were retried and eventually sent to SQS Dead Letter Queues. The service became unstable under load. […]

Ahmad Ali
Ahmad Ali
Read

Quality Engineering

Introduction to Mabl

Introduction to Mabl  If you’ve ever been stuck fixing broken Selenium tests at 2 a.m., you know the pain of traditional test automation. A small CSS change or a renamed element ID, and suddenly half your regression suite is red. The team wants to ship. Product is pushing. And QA is caught in the middle.This […]

MSP

Automation of the Future: How n8n and AI are Revolutionizing IT Workflows

Introduction IT teams are constantly confronted with it-itself an indicator of bigger problems: manual incident resolution, repetitive provisioning, rising cloud costs, and compliance needs. Traditional solutions involve custom scripts, cron jobs, or expensive third-party tools. What if you could automate all of it, smartly, in one location? Welcome to n8n: an open-source, AI-powered workflow automation […]

Naveen Pundir
Naveen Pundir
Read

DevOps

From Chaos to Clarity: How We Fixed Jenkins Without Starting Over

Introduction At To The New, we help customers across various industries develop cutting-edge, scalable infrastructure. However, you must first tame the beast before you can scale anything. And in this case, the beast was Jenkins. Jenkins setups that have grown disorganized over time are a problem for many organisations. Engineers spend more time troubleshooting than […]

JS

Automating Cron Jobs & Email Alerts with GitHub Actions + JavaScript

Introduction You probably already know how powerful GitHub Workflows are. They can transform the way you consume software and significantly boost your productivity. With them, you can automate almost anything. If you’re new to GitHub Actions or want to understand them in depth, I highly recommend Sudarshan’s excellent post, “GitHub Actions for Seamless CI/CD,” which […]

Services