AI is no longer just a passing trend in UX — it’s a game-changer across the entire design process. From ideation and user research to wireframing and smart prototyping, AI is helping UX professionals work faster, think smarter, and design more intuitively. What once took days of manual effort — analyzing user data, identifying patterns, […]
Imagine you’re an app developer. You’ve worked hard on a new feature, but just before it’s ready, a bug appears. You have a hard choice: either you delay the launch to fix the bug, or you release the feature with the bug and hope it doesn’t cause problems. This happens because usually, when you release […]
Working with enterprise CMS like AEM often means balancing between business requirements and platform limitations. Recently , I encountered a scenario where the client needed support for WebP images in the authoring interface. WebP is a modern image format developed by Google that provides superior lossy and lossless compression for images on the web. The […]
In today’s data-driven world, to manage the sheer volume and variety of information, organizations are constantly looking for smart, scalable ways to wrangle their data, and that’s where the Medallion Architecture really shines. Paired with the powerhouse that is Microsoft Fabric, offers an incredible pathway to build slick, high-performance ETL (Extract, Transform, Load) processes. In […]
A couple of years ago, the idea of a tool helping me write user stories or summarise a 50-page requirements document in minutes would have sounded like wishful thinking. Now, it’s just another Tuesday. Generative AI (GenAI) is no longer some distant “future tech” — it’s quietly becoming part of our daily workflows, whether we’ve […]
Introduction The food delivery space is growing increasingly competitive, and personalisation is now more critical than ever. Our team recently had the opportunity to design and implement a suite of AI-driven features for a food delivery client—each powered by OpenAI’s latest models, intelligent agents, and Python-based apps. These features were crafted to elevate the user […]
Introduction Google is making a quiet but powerful change under the hood of Android: the default memory page size is shifting from 4 KB to 16 KB. At first glance, this may sound like a minor technical adjustment—but in practice, it has wide-reaching effects on performance, battery efficiency, and app compatibility. Let’s break down what’s […]
Imagine this: There is a large mountain of raw data, somewhere within that large data set lies your next breakthrough. You decided not to spend weeks of manual analysis, instead you simply put a prompt in your AI framework and guess what you get amazing insights with immediate action pointers. Does that sound like too […]
Agile Is Not Just for Developers Agile isn’t just for developers or project managers—when applied to design and UX, it becomes a service mindset. The most-loved apps in India and globally don’t succeed because of flashy animations or fancy tech. They succeed because they’re built with empathy, iterated with real feedback, and designed to feel […]
Introduction: What is Terraform State? Terraform doesn’t just apply your infrastructure code and forget about it. It keeps track of what’s been created — every EC2 instance, every S3 bucket, every RDS database, every security group, and many more. That data is stored in a file called terraform.tfstate. This state file is how Terraform knows: […]
Introduction We used to rely on Pingdom for uptime monitoring. It worked well with simple checks, nice UI, and reliable and clean alerts. But one day, someone on our DevOps team casually said: “Hey, why are we paying for something that only pings URLs?” And that kicked off a big conversation. The Cost Wake-Up Pingdom […]
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 […]