Mrinal Jain
← Back to all talks

January 1, 2025

Building Scalable Systems

Lessons from real-world production systems

system designbackend
Building Scalable Systems

Building Scalable Systems

Introduction

This talk covers scaling strategies.

Key Points

  • Horizontal scaling
  • Caching
  • Load balancing

Image Example

Sample

Video Section

Code Example

function scale(app) {
  return app.optimize();
}