Author: admin

Uncategorized

Perf:Wary of the Vary Header !

The Vary header is one of the most critical HTTP response headers when working with CDNs or proxy caches. A misconfigured Vary header can severely impact caching efficiency and, in extreme cases, even overload the origin server, leading to service disruptions. What is the Vary Header? The Vary header instructs CDNs and caching proxies to […]

admin 
Uncategorized

Single Sign-on using SAML – BTS

What is Single Sign-On ? Single sign-on (SSO) is a session and user authentication service that permits users to use one set of login credentials (e.g., name and password) to access multiple applications.  SSO can be used by enterprises, smaller organizations, and individuals to mitigate the management of various usernames and passwords.  It is often accomplished […]

admin 
Uncategorized

Link Previews in Social Media : BTS

Link previews are a crucial feature on platforms like Facebook/Twitter/Whatsapp, offering users a glimpse of the content behind shared links. If you’ve ever shared a URL and seen a rich preview with a title, description, and image, you’ve likely wondered how this works under the hood. In this article, we explore the technical flow of […]

admin 
Uncategorized

Change Management Best Practices for B2C Applications: A TPM’s Approach

As a Technical Project Manager (TPM) working with enterprise B2C customers across industries like OTT, banking, e-commerce, and publishing, managing CDN and cloud configurations is part of daily operations. These platforms rely heavily on CDN as a core component of their architecture, and my team is often involved in feature discussions, development, and rollouts. Every […]

admin 
Uncategorized

SSH Key-Based Authentication

Password Vulnerabilities can compromise the security of the system and pose a huge risk. Brute force attacks aiming to guess passwords are so common and can be easily used.  Password-less Authentication mechanisms are methods of accessing systems or services without the need for traditional password-based authentication. Following are few commonly used methods In this article, […]

admin 
DevOps Uncategorized

Exploring the BFF Architectural Pattern: A Solution to the Challenges of Monolith and Microservices Framework

In today’s digital landscape, delivering a seamless and personalized user experience across multiple platforms with scale is crucial for success across various industries, such as OTT (Over-the-Top) streaming, e-commerce, fintech, and more. However, traditional monolithic and microservices architectures at the backend present their unique challenges, ranging from performance bottlenecks to intricate service interactions. Enter the […]

admin 
SSL

SSL Server Certificate Generation

An SSL (Secure Sockets Layer) certificate is a digital certificate that ensures secure and encrypted communication between a client (such as a web browser) and a server. It plays a crucial role in safeguarding sensitive data transmitted over the internet, including login credentials, personal information, and financial data. Let us look at two ways of […]

admin