TO THE NEW Blog PAGES

DevOps

RDS Proxy in Production: Real-World Lessons, Limitations, and Why We Use It

Introduction: The Real Problem Ever run RDS PostgreSQL in production? You’ve probably faced connection limit bottlenecks, app crashes during failovers, or unexpected timeouts, often at the worst possible moments. These are real production issues where RDS Proxy proves its value by offering connection pooling, improved failover handling, and secure credential management to keep your services […]

Drupal

How to Create Custom WooCommerce API with Secure JWT Token : A Developer Guide

Introduction If you are working on a mobile app, a headless site, or just want to connect WooCommerce with some external system, then you wll probably need a secure way to access data via API. WooCommerce already gives REST API by default, but it works on API keys, which is a bit old-school now. Not […]

BA

From Intent to Implementation: Writing Complete API Stories

👋 Introduction If you’ve ever hesitated while writing a user story for a backend API, you’re not alone. Many Business Analysts—especially those who come from strong functional backgrounds—aren’t always sure how deep to go, how to frame the story, or what technical details are truly necessary. But here’s the thing: you don’t need to be […]

Quality Engineering

Testing machine learning models: A QA guide to responsible and reliable AI

Introduction: AI and machine learning are becoming a part of our everyday lives, shaping everything from the way we get medical advice to how financial decisions are made. But unlike traditional software, these systems don’t just follow fixed rules, they learn, evolve, and change over time. And that makes testing them a whole new kind […]

Media & Entertainment

Understanding Adaptive Bitrate Streaming (ABR): How OTT Platforms Ensure Seamless Playback

Introduction In today’s era of binge-watching and mobile-first viewing, few things annoy users more than constant buffering or pixelated video playback. To tackle this challenge, OTT (Over-the-Top) platforms leverage a powerful technology known as Adaptive Bitrate Streaming (ABR). But what is ABR, and how does it seamlessly adjust to varying network conditions to deliver smooth, […]

MSP

Deploying Egress Gateway in Kubernetes : Istio

Introduction Nowadays, In microservices architectures we have started using service mesh like Istio for managing and securing the traffic flow inside Kubernetes cluster ,In Istio service mesh we use Ingress and Egress gateways for routing the inbound and outbound traffic. In this blog we will be looking on how we can use Egress gateway to route […]

Adobe

How to Add Clientlibs at Page Level in AEM

Adobe experience manager(AEM) provides Client-Side Libraries which is a mechanism to logically organise and manage CSS and JavaScript files necessary for the sites. AEM by default provides flexibility to the authors to have control of adding Clientlibs at template level and developers have flexibility to add (hard code) Clientlibs up to component level. However, in […]

MSP

Understanding AWS WAF: A Comprehensive guide to protecting your web applications

Web application security has become an essential concern for businesses of all sizes in today’s digital age. The data and user privacy on your platform is badly hindered by cyberattacks like DDoS attack, SQL injection, and cross-site scripting (XSS). Therefore, to counter all of these threats in cloud technology, there are some security systems available in the […]

MSP

Automating Server log mangement: Offloading logs to S3 bucket.

Introduction Server monitoring is one of the crucial task of the overall Infrastructure monitoring and observability whether it is a production, staging or development environment and on the key factor of server monitoring is the disk that has been attached to that server as it contains most of the crucial logs that may play a […]

Drupal

Drupal performance at scale: From milliseconds to millions of requests

Introduction In today’s digital-first world, user expectations are soaring. A delay of just one second in page load time can negatively impact conversions and drive users away. For enterprise-grade platforms like Drupal, performance isn’t just a technical detail—it’s a business imperative. This blog explores how to take your Drupal site from millisecond-fast to massively scalable, […]

DevOps

Modern authentication with Azure workload identity federation

Introduction: Workload identity federation provides secure access to Azure resources from outside systems such as GitHub Actions, Azure DevOps, and Kubernetes without secret management. It utilizes Microsoft Entra ID for a trust-based token exchange, increasing security and making CI/CD flows easier. Problem Statement: An application service or script running outside of azure uses a secret […]

Gaurav
Gaurav
Read

BA

Loan Industry Domain Knowledge | Loan Origination System

Introduction A Loan Origination System (LOS) is a type of application that manages the complete loan application journey from the initial customer inquiry through disbursement or funding to the borrower. An LOS is used by all the types of money lenders like Banks, credit unions, financial institutions and mortgage lenders. An LOS has multiple modules […]

Services