Suraj Barman Meta’s Renewed Focus on jemalloc: History, Implementation, and Best Practices Context History of jemalloc at Meta jemalloc began as a high‑performance memory allocation library designed to serve demanding workloads. Meta adopted the allocator early to improve efficiency across ...
Suraj Barman FFmpeg Multi‑Lane Encoding and Real‑Time Quality Metrics at Scale FFmpeg is a versatile open‑source suite for decoding, encoding, transcoding, and filtering multimedia streams. Meta relies on billions of FFmpeg executions daily to generate multi‑resolution DASH asse...
Suraj Barman How to Build Real-Time Programmable Security Policies with Cloudflare One # Cloudflare One Programmability Overview Cloudflare One combines a global network with an extensible policy engine, allowing organizations to inject custom logic directly at the edge. This approach t...
Suraj Barman How Cloudflare Accelerates Zero Trust Adoption with Project Helix (2026) Context & History Zero Trust began as a response to the shortcomings of perimeter‑based security, emphasizing continuous verification of every request. Over the past decade, the model has moved from n...
Suraj Barman Agile SASE Architecture with Cloudflare One: A Technical Overview Agile SASE Architecture Agile SASE combines networking and security into a unified, cloud‑native service that adapts to fluid workspaces. Built on Cloudflare's global edge, it delivers policy enforcem...
Suraj Barman How WhatsApp Secures Media Sharing with Rust at Global Scale WhatsApp's Rust‑based media security layer protects billions of users by replacing unsafe code with a memory‑safe library that validates media files before they reach the operating system. Why Rust wa...
Suraj Barman Cross‑Device Passkey Authentication for Screen‑less XR and IoT Devices Context History Passkeys have become the preferred method for passwordless authentication because they resist phishing and rely on public‑key cryptography. The original cross‑device flow was designed ...
Suraj Barman Backend Aggregation (BAG) Architecture for Meta’s Prometheus AI Cluster # Backend Aggregation (BAG) Overview Backend Aggregation (BAG) is the central Ethernet‑based super‑spine network that interconnects multiple spine fabrics across Meta's data‑center regions. It enables...
Suraj Barman Implement Just-in-Time Tests to Auto‑Generate Change‑Specific Checks Just-in-Time Tests (JiTTests) Automated, Change‑Specific Testing for Agentic Development JiTTests are dynamically created test cases generated by an LLM at the moment a code change is submitted. They ...
Suraj Barman Understanding GitHub Sub‑issues: Context, Implementation, and Best Practices Context History of GitHub Sub‑issues GitHub issues have long served as the core of collaborative development, allowing teams to track bugs, feature requests, and tasks. Over the years, enhancements su...
Suraj Barman Triangular Workflows in Git and the GitHub CLI Triangular workflows extend the classic centralized Git model by allowing a branch to pull from one remote reference while pushing to another. This arrangement keeps feature branches up‑to‑date with u...
Suraj Barman Implementing Terminal Accessibility in the GitHub CLI: A Practical Guide Making the GitHub CLI usable for all developers means adding concrete accessibility features to a plain‑text interface, where no hidden markup exists. Screen Reader Compatibility Screen readers rely o...