The gap between outsourcing and partnership isn’t skill, it’s proximity and ownership. In this article, I am sharing my journey of how an onshore delivery presence helped transform a traditional outsourcing setup into a trusted, long-term partnership across geographies. Three years ago, when I decided to move to Australia, I assumed it would also mean […]
For many Scrum teams, sprint planning feels like a negotiation marathon – long meetings, overloaded backlogs, and unrealistic commitments. It is often treated as a 2 to 4 hour meeting that simply kicks off the sprint, and teams still struggle to deliver the committed scope. Not all activities required for sprint planning need to be […]
GenAI is everywhere today; in boardroom discussions, client pitches, internal roadmaps, and strategy decks. There is excitement, curiosity, and sometimes anxiety. As leaders, many of us are suddenly expected to “lead GenAI initiatives” even when we are not the most technical person in the room. I’ve been there. In several Gen AI discussions, I found […]
Over the past year, I’ve been exploring how AI can assist in test automation. After working with various LLM-powered assistants and code-generation tools, I recently built a complete Selenium framework using the Model Context Protocol (MCP). In this post, I’ll share my technical insights, what worked, and what challenges I faced. Context: Where AI-Assisted Testing […]
Introduction Keeping your app users up-to-date instantly is easier than ever with Stallion, a powerful tool for Over-the-Air (OTA) updates in React Native. Forget waiting for app store approvals; push updates directly to your users with zero friction. 🙌 Why Use Stallion? ✅ Built-in Testing Framework to validate updates before production 🔁 Switch Between App […]
Automation plays a crucial role in modern websites by reducing manual work and improving efficiency. In Drupal 7, automation was primarily handled by the Rules module, which allowed site builders to define event-based actions. However, with the transition to Drupal 8 and its new Symfony-based architecture, the Rules module faced technical challenges and could not […]
Introduction Managing MongoDB users through command-line can be complex and time-consuming. Our MongoDB User Management Console provides a modern web-based GUI that makes database user administration simple and accessible for teams. What It Does This Node.js web application offers a complete solution for MongoDB user management with an intuitive interface that replaces complex command-line operations. […]
Introduction When you work with AWS infrastructure for some time, you realise that not all problems announce themselves with alerts or outages. Some problems stay quiet, blend into the background, and only reveal themselves later-usually when someone asks a question you can’t answer clearly. This is one such experience from my early days of working […]
Introduction In modern data platforms, ETL pipelines are rarely independent. They are deeply interconnected—one pipeline’s output becomes another pipeline’s input. In one of our production projects, we faced a classic orchestration challenge. Pipelines were scheduled based on time rather than actual completion i.e real-time problem with predictable execution time of pipelines. This article will walks […]