Abhishek Varshney·Dec 23, 2023Pinning: A pitfall to avoid when using virtual threads in JavaVirtual threads debuted as a preview feature in Java 19 and achieved General Availability with Java 21A response icon4A response icon4
InCRED EngineeringbyAbhishek Varshney·Nov 8, 2023Case Study on Large Scale Re-architecture: Evolution of Order Management System at CRED — Part 1CRED was launched over 4 years back as a platform to track and manage credit card statements and bill payments. Today, it provides a…
InCRED EngineeringbyAbhishek Varshney·Jul 19, 2022QoS through progressive load shedding during high scale events — Part 2In one of the earlier blog posts, we spoke about how QoS through progressive load shedding was built at CRED. Today, we are happy to…A response icon1A response icon1
InCRED EngineeringbyAbhishek Varshney·Apr 9, 2022QoS through progressive load shedding during high scale events — Part 1How CRED implements QoS at the API gateway and handles graceful degradation while servicing API requests during high scale events like IPLA response icon1A response icon1
InCRED EngineeringbyAbhishek Varshney·Jan 9, 2022Lazy loading of snapshot restores and its implications on database performanceThis post talks about snapshot restores in AWS and how does it impact the performance of a database
InCRED EngineeringbyAbhishek Varshney·Jun 26, 2021Head-of-line (HOL) blocking in HTTP/1 and HTTP/2Pipelining and multiplexing, both suffer from head-of-line blocking. But what is head-of-line blocking and how does it impact the…
Abhishek Varshney·May 3, 2021DNS-aware Persistent ConnectionsThis post is about an interesting discussion that came up recently. There was a problem faced to which DNS-aware persistent http…
Abhishek Varshney·Sep 24, 2020Request HedgingLatency from a general point of view is a time delay between the cause and the effect of some physical change in the system being observed.
Abhishek Varshney·Aug 5, 2020Canary Deployment for Queue WorkersCanaries were once regularly used in coal mining as an early warning system. Toxic gases such as carbon monoxide, methane or carbon…