TO THE NEW Blog PAGES

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

DevOps

Flying into the future: How an airline modernized revenue management with Google cloud

Introduction An airline organization, once operating its Revenue Management Software (RMS) on-premise, has successfully completed the migration of this critical application to the Google Cloud Platform (GCP). RMS is central to helping the airline identify sales opportunities, maximize passenger revenue, and remain competitive by monitoring market fares in real time. The migration aimed to overcome […]

DevOps

Cut admin overhead: Azure SAML-based SSO for SonarQube saves time and risk

Introduction This article will help you through setting up SAML-based SSO between SonarQube and Azure Entra ID. You may simplify access control for your SonarQube instance, increase security, and expedite user authentication by turning on SSO. Additionally, it guarantees centralised identity control and lowers the overhead associated with maintaining local SonarQube accounts. This integration will […]

Deepak
Deepak
Read

DevOps

How Rack Awareness in Amazon MSK Saved $36K/Year for a Leading AdTech Company

Introduction Building and deploying applications that use Apache Kafka for real-time data processing is made simple with Amazon MSK (Managed Streaming for Apache Kafka), a fully managed service by AWS. Rack awareness is one overlooked configuration change that can greatly increase fault tolerance and cost effectiveness, even though MSK takes care of a large portion […]