top of page
Search
Heeth Jain
Apr 15, 20241 min read
Hybrid tenant architecture (multi + single)
A client wanted to build an app tending to organisations with multiple teams and users. They wanted security and privacy like a...
Heeth Jain
Mar 31, 20241 min read
Highly available system with Queue
A client wanted a highly available system while ensuring that no events are lost. My initial solution was to add a queue in between to...
Heeth Jain
Mar 14, 20241 min read
Cron job with Horizontal Scaling
A client needed a cron job in their backend server (with auto horizontal scaling). This makes a cron job complicated. Horizontal scaling...
Heeth Jain
Feb 29, 20241 min read
Scaling MySQL with Vitess
How Slack scaled MySQL to more than 2.3 million queries/second? Slack was using MySQL for their almost all of their core operations, but...
Heeth Jain
Feb 2, 20241 min read
Balancing Load with Queue
A client shared a problem regarding scaling tech infrastructure they faced recently: They had 2 services, where Service AÂ would call a...
bottom of page