The System Design Masterclass


no-fluff and highly practical masterclass that reignites engineering curiosity and helps SDE-2, SDE-3, and above become great at designing, implementing, and shipping scalable, fault-tolerant, and highly available systems at the workplace.


Admissions for the April 2025 Cohort are open and only 22 seats left.

If you are a beginner in System Design then check out my System Design for Beginner course.

Key Details

  • Every single system will be designed in a highly practical manner, something you can ship to production right away
  • We will cover key implementation details and prototype for all the systems we discuss
  • Sessions are brainstorming-heavy allowing us to naturally evolve our solution and not go straight from question to answer
  • We discuss all possible trade-offs and understand the right reasoning behind opting for a particular approach
  • Sessions go on for a minimum 3 hours and do not end until every single question is answered
  • You will have lifetime access to the recordings irrespective of which course you choose
  • The course is language agnostic, the prototypes will be in Go, but nothing very Go specific required to get the most out of it.

April 2025 Cohort

8 weeks course 22 seats left

Starts 19th April, 2025

9:00 am to 12:00 pm IST on Saturdays and Sundays



During the live sessions, you will

  • learn the intuition behind designing, building, and implementing systems
  • brainstorm, interact, and learn from the entire cohort and their experiences
  • build prototypes & understand implementation details and operational challenges of running things in production

Enroll Now

₹49,999 $649

inclusive of all the taxes


YOU'LL GET


50+ hours of Live Classes on Weekends IST

One 30-mins 1:1 Mentorship Session

Lifetime access to the cohort recordings

Lifetime access to the Network and Community

Open forums and interaction with the cohort

Doubt resolution during and post live sessions

7 days no-questions-asked refund policy

Language of communication will be strictly english


Enroll Now

Note: there is no discount on the course pricing; I feel discounts are unfair to the folks who paid the full; the price of the course is subject to a yearly hike.

If you have questions or need any clarifications before enrolling, please reach out to me at arpit.masterclass@gmail.com.

Learn at your own pace

50+ hours

16 session recordings

~28 systems covered



If you opt for recordings, you will

  • get all the benefits of live course (except the live interaction)
  • get instant access to the recordings of one of the past but absolute best cohort
  • get recordings of the best cohort - in terms of depth, brainstorming, and QnA

Buy Now

₹39,999 $599

inclusive of all the taxes


YOU'LL GET


50+ hours of recordings of my best cohort

One 30-mins 1:1 (within 60 days from purchase)

Lifetime access to the cohort recordings

Lifetime access to the Network and Community

Doubt resolution on Discord

3 days no-questions-asked refund policy

Language of communication will be strictly english


Purchase Recordings

Note: there is no discount on the course pricing; I feel discounts are unfair to the folks who paid the full; the price of the course is subject to a yearly hike.

If you have questions or need any clarifications before enrolling, please reach out to me at arpit.masterclass@gmail.com.

The Program

This is a flagship, intermediate-level cohort-based course aimed at providing an exclusive and crisp learning experience. The program will cover most of the topics under System Design and Software Architecture including but not limited to - Architecting Social Networks, Building Storage Engines and, Designing High Throughput Systems.

The program will have a blend of Live Classes happening on Weekends, 1:1 Mentorship sessions, and self-assignments. The program is designed to be intense and crisp to accelerate learning. In the course, we will

  • have in-depth discussions about trade-offs and tech stack
  • discuss the evolution of architecture as the traffic surges
  • be covering key design decisions for efficient implementation
  • be doing a lot of brainstorming just like how it happens in your org
  • be designing cost-efficient architectures, mimicking the real-world design

Program outline

You can find detailed problem statements in this Github repository.


Foundation

Week 1

The first week is about learning the macro and micro components of System Design by taking real examples and issues at scale.


Topics and agenda
  • Designing Online/Offline indicator
  • Connection pool and its internals
  • Caching issues at scale and how to solve them
  • Async processing, Delegation, and Kafka Essentials
  • Communication Paradigms and their trade-offs
Checkout detailed problem statements

Databases

Week 2

This week, we learn everything about databases, from SQL to NoSQL to Embedded, learn how to scale them.


Topics and agenda
  • Pessimistic Locking on Relational DBs
  • Designing a scalable SQL-backed KV Store
  • How to scale relational databases
  • NoSQL Databases and their Trade-offs
  • When to use and not to use Graph Databases
  • Designing Slack's Realtime Text Communication
  • Scaling Websockets
Checkout detailed problem statements

Going Distributed

Week 3

The third week will be about understanding Distributed Systems and the challenges that come while building them.


Topics and agenda
  • Designing Load Balancers - horizontally scalable, and not a SPoF
  • Leader Election and Self-healing Distributed Systems
  • Implementing Remote and Distributed Locks
  • Distribtued ID Generators
  • Handling Hot-Shard problem
Checkout detailed problem statements

Building Social Networks

Week 4

This is when we start modeling and building real-world systems, and we start with Social Networks.


Topics and agenda
  • Designing and implementing Photos Upload at scale
  • Implementing Private Photos for Instagram
  • Designing Gravatar and Dynamic OG Images
  • Designing Concurrenct HashTag Counter
  • Designing Message Indicators
Checkout detailed problem statements

Building Storages

Week 5

This week will be about building ephemeral, persistent, reliable and durable storage engines.


Topics and agenda
  • Implementing Single-node Cache
  • DiceDB Internals and maximizing single-node performance
  • Operational complexities of consistent hashing
  • No downtime data migration
  • Designing a Word Dictionary without a DB
  • Designing Log-Structured KV Store
Checkout detailed problem statements

Building High Throughput Systems

Week 6

This week, we level-up and build systems that are heavily concurrent and required to deliver very high throughput.


Topics and agenda
  • Designing S3
  • Designing Multi-tiered Orders for Amazon
  • Designing LSM Trees Ground Up
  • Ads in Live Streaming
  • Privacy and High Availability in Live Streaming
Checkout detailed problem statements

IR Systems and Adhoc Designs

Week 7

This week is about understanding Information Retrieval Systems and discuss some interesting adhoc systems.


Topics and agenda
  • Designing Recent Searches
  • Designing Cricbuzz's Text Commentary
  • Instagram Live Reactions
  • Designing Distributed Task Scheduler
  • Designing and Implementing Flash Sale
Checkout detailed problem statements

Building Algorithmic Systems

Week 8

The final week will be about exploring systems that are driven by a super-clever algorithm.


Topics and agenda
  • Approach behind GitHub's File Sync
  • Understanding and Scaling GeoSpatial Search
  • Designing and Implementing User Affinity Service
Checkout detailed problem statements

Program pre-requisites

The course operates at an intermediate-level and you would get 100x value out of it if

  • You are SDE-2, SDE-3, and above or have at least 2 years of work experience
  • You have a basic understanding of System Design
  • You have completed System Design Pre-requisite Playlist
  • You are interested in learning how real systems are built and implemented
  • Have watched at least a few System Design videos on YouTube from me or other YouTubers
  • You have a basic knowledge of public cloud offerings like S3, SQS, etc.
  • Have couple of months of time over weekends that you can dedicate towards upskilling

I have created this playlist of videos that would give you a good headstart for this course. Feel free to go down the rabbit hole and explore in detail the tech mentioned in the playlist. You can also choose to enroll in my System Design for Beginners course that is meant to cover system design from absolute scratch.

Wall of Love

Some formal/informal messages I received about this course.


Why a cohort based course?



cohort

/ˈkəʊhɔːt/

noun

A cohort is a small group of students who work through a curriculum together to achieve the same learning objective.



Small and Focussed Group

Each cohort will have close to ~70 people ensuring you have a richer learning experience.

Thrive Together

Unlike MOOCs where the information flow is unidirectional, the cohort here will thrive on interactions and collaborations.

Discuss and Learn

Learning happens when we discuss, and hence everyone is encouraged to speak, put forth opinions, and discuss.

Why should you join?

The primary objective of this program is to make you comfortable at building systems that are scalable, fault-tolerant, and reliable. But here is what you could reap out of it.



Design systems like a pro

The course will make you comfortable at designing any system, no matter how stringent the requirements are.

Know the unknowns

Learn some of the most interesting concepts, super-clever algorithms, and sophisticated architectures. You are bound to have mind-blown moments.

1:1 Mentorship

When in a dilemma about an architectural decision, engineering challenges, career advice, or general mentorship, get your doubts cleared during your 1:1s with Arpit.

Upskill and level-up

Learn the designing paradigms and upskill yourself to accelerate your career growth and stand out.

Network and Community

Perhaps the most interesting takeaway will be your new network, friends, and a lot of memories.

The world is learning

People from all over the world have mastered System Design through this course.


System Desgin Masterclass Demographic
1800+
ENGINEERS

27
COHORTS

28
COUNTRIES

Who took this course?

Folks belonging to some of the best companies and high thriving startups have taken this course, the list includes the likes of


Teaching style

Here are some of the videos that will give you a peek into my teaching style how I teach and the depth I go into




Arpit Bhayani

Hey, I am Arpit

curious, tinkerer, and explorer

I am a software engineer and an engineering leader passionate about Databases, System Architecture, and Advanced Algorithms. I am also the creator and maintainer of DiceDB - an open source in-memory database.

In 2024, I took a leap of faith and co-founded Profile.fyi, which was later acquired by Mercor. Today, I am a Staff Engineer at Google, leading the Ads Forecasting. Before this, I had led the Dataproc India team, where we built a managed big data ecosystem for GCP customers, enabling them to handle data at scale seamlessly. Earlier in my journey, I was part of Amazon's Fast Data Team, where I worked on cold tiering of hot data and developed a seamless query interface across all storage tiers.

I held engineering leadership positions (both IC and management) at Unacademy, where I built, grew, and led Search, Site Reliability Engineering (SRE) teams, and Data Engineering teams. I hold a total of 10+ years of experience in scaling backend services, taking products and teams from 0 to 1, and beyond.

I keep diving deep into engineering details and share my learnings by across my socials and videos on YouTube.

Arpit Bhayani

What worked the best?

From the reviews and feedbacks I gathered, here are a few key things that worked for folks who took this course.


mental models and frameworks

structured and well organised

quality and non-repetitive content

minute implementation-details

open ended discussion

much more than blogs we find

What people say about this course?

Some testimonials from the people who recently took this course.


Atiqur Rahman

Over the years, I have taken several system design courses and read countless blogs, but I often found them overloaded with boxes and arrows, focusing solely on “what” to build rather than “why” and “what problem it solves”. Very few people truly address these fundamental questions, and Arpit Bhayani is one of them.

His highly practical approach to system design goes beyond just diagrams—it cultivates the thinking process and engineering mindset essential for real-world problem-solving. Personally, I have always been obsessed with databases and their internal architecture, and this was the first time I felt a deep connection with someone who shares the same passion.

I highly recommend this course to all my peers who want to go beyond surface-level knowledge and truly understand the principles behind scalable, efficient system design.

harish Sarapalle

I started as a curious developer, but over time, working in the corporate world, I lost my enthusiasm for being a great developer. We often forget why we started on this path in the first place.

This course helped me rediscover my joy in writing programs that solve real problems. It made me realise that by thinking differently and diving deeper into challenges, we can make engineering have a tremendous impact in the workplace.

I highly recommend this course to all curious developers who chose coding because they genuinely enjoyed it. It will take you back to that moment when you decided to pursue coding or computer science. It's equally valuable for those wanting to understand systems at a deeper level and clarify their fundamentals.

This will be my go-to recommended course for anyone I meet who shows true passion for coding.

Abhijeet

First of All, I want to thank you Arpit for creating this course. I made my decision to attend this course after watching your Torrent Videos.

Now About this course, It covers both the long lost basic concepts and complex problems solved by many industry leaders in a way that actually makes sense.

What I really liked is that it’s not just about cracking tech interviews—it goes beyond that. The course helps you develop a design mindset and build a mental model to approach system design logically. Instead of just memorizing patterns, you actually learn how to think through different trade-offs and come up with the right design for a given problem.

Arpit's real-world experience makes a huge difference—the examples are practical, not just theoretical. Plus, the course really pushes you out of your comfort zone and makes you see system design from a broader perspective.

If you’re serious about mastering system design beyond just interviews, this is the course to go for!

Harsh Parekh

I recently completed a System Design course, and I can confidently say it was a game-changer for my professional growth as a software developer. The course provided a perfect balance of theoretical concepts and practical applications, making even complex topics easy to understand.

Arpit's step-by-step approach to breaking down high-level system architecture into smaller, manageable components was remarkable. Concepts such as scalability, fault tolerance, load balancing, and database design were covered in depth, with real-world examples that made the learning process engaging and relatable.

What stood out the most was the focus on problem-solving and hands-on exercises. These not only deepened my understanding of system design principles but also prepared me to tackle real-world challenges with confidence.

Overall, this course exceeded my expectations and has significantly enhanced my ability to design robust and scalable systems. I highly recommend it to anyone looking to strengthen their expertise in system design, whether you’re preparing for interviews or aiming to excel in your current role.

Ankit Kulkarni

I am usually a fan of online courses and have taken several from Coursera/Udemy. Arpit, definitely while being an engineer, is one of the exceptional teachers. We spent ample amount of time on each of the aspects of course (never rushed).

The way he brought first principle thinking for many of the systems and the curiosity to dig deeper into very complex seeming systems was a huge win. He made difficult topics simple.

If you are one of those who has hunger to learn and love to understand things deep down, I would highly recommend this course. It’s not just technical learning, it’s a course which teaches you one of the hardest skills in the computer industry: problem solving. Once you start taking it, it becomes very natural.

At the end, I also want to applaud Arpit for being so patient, humble, open-minded, curious, and super fun throughout the course. I really want to thank him for taking this initiative and being one of the teachers that the world today needs.

Everything was best. Specifically, the course was far more engaging than traditional ones because we were literally discussing and not just theory. Doing discussions gave ample amount of time to think, iterate, rethink, re-iterate, and repeat. This is the very best use of time because the amount of content to consume in limited time becomes less and the critical thinking on it increases, thereby having more output in terms of understanding.

Sitesh Pattanaik

In the world of jargons thrown around to sound smart, drawing boxes instead of going into the depth of implementation, and most importantly, calling those a system design, is absolutely unfair to a computer science engineer and the whole field of computer science.

I can't stress this enough: people boast about passing the 4 years of undergraduate degree without learning much but still get placed in decent to good companies.

The whole point of the lack of passion and enthusiasm to do something creative at a later stage in life stems from the fact that we never learn things from first principles, and the education system never helped. But then, for the most part, we don't know what we don't know.

That being said, the last 8 weeks have been absolutely amusing for understanding how to build highly scalable systems from scratch. Arpit Bhayani has done a fabulous job inspiring curiosity to dig deeper, think about implementation, learn things from first principles, and generate that enthusiasm for core computer science.

I can't love the field any more. Thank you again Arpit for instilling the curiosity at a much deeper level. I look forward to implementing those prototypes to understand the true value of the computer science research over the years.

Aditi

The course was incredibly in-depth and crisp, with a strong focus on hands-on implementation. I really appreciated how practical and application-oriented the sessions were. It wasn’t just about theory; it was about doing the work.

Another unexpected bonus! It made reading Designing Data-Intensive Applications so much easier. Now, flipping through the book feels like a refreshing recap of what was taught in the cohort.

I’m glad I joined this program. I gained invaluable knowledge and skills, and being surrounded by people who knew more than me pushed me to learn even more. Even though I didn’t speak up much during Q&A's sessions, that turned out to be a blessing—I absorbed so much just by listening and doing. It reawakened my curiosity and re-engaged my mind in a way I hadn’t felt in a long time.

Arpit's teaching style made complex topics and papers, easy to digest. He didn’t just focus on the technical aspects but also tied in perspectives from business, product management, and architecture. This holistic view broadens the understanding on what actually creates impact! Get a lot of goals and life-lessons along the way.

Highly recommend this cohort for anyone looking to level up their system design skills!

Sudipta Sen

This course is truly amazing. Before enrolling, I had explored various YouTube playlists and other Udemy courses, but nothing really worked for me. I found myself getting bored as those lectures used a lot of jargon and simply presented the final design without addressing the underlying process.

What stood out in this course is how you break down every detail, especially when it comes to identifying bottlenecks and understanding what could go wrong with an initial design. Many other courses gloss over these critical points, but your approach answers the questions that matter when someone is designing from scratch. You have an incredible ability to explain concepts in a way that’s accessible, even for someone like me who’s relatively early in their career.

With just 1.5 years of experience as an SDE1, I was hesitant at first, wondering if I’d be able to keep up. But every topic you’ve covered has been crystal clear. I may take a bit longer to implement everything, but I’m confident I’ll complete it all at my own pace. Hats off to you for breaking things down so clearly and building up from the basics!

What worked best for me in this course was the way you approached the learning process. Rather than just presenting the final design, you took the time to explain every step, highlighting potential pitfalls and the reasons why a simple, intuitive solution might fail. This level of detail made it much easier to follow along and understand the "why" behind every design choice.

Additionally, your teaching method—starting from a basic design and gradually improving it while explaining each decision—was incredibly helpful. It allowed me to think critically about every phase of system design, something that other courses and resources didn’t offer. I truly appreciated how you broke everything down into digestible pieces, making it easier to grasp even for someone with limited experience. This approach kept me engaged throughout and made the learning experience far more effective.

Bhumika Goyal

I attended Arpit's April Cohort this year in 2024. I was looking out for some resources to help me with developing a good knowledge on designing systems. I was fortunate enough to come across your course. All the systems we discussed have built a solid foundation for me to approach any system going forward.

Be it thinking of the database schema, indexing, scaling, components, etc etc. This course has given a structured approach to my thinking process and for which I am immensely thankful for your efforts. I can see my confidence boosting up after taking this cohort as I am not afraid to tackle any design problem.

Internet has so many resources for designing systems but your course stands out because of the breadth and depth it offers. The course ended months ago but I still go through the Cohort videos and every time I watch it, I end up learning something.

I would 100% recommend and have been recommending this course to my friends. And this course has even helped me during system design interviews. I have been able to crack a few interviews recently and all thanks to you for this.

Thank you so much again for everything!!!!!

Prateek Singh

I had no interviews coming up, I had two months where I took a leap to learn some new stuff. If you are enrolling just to learn and learn how to learn as a software developer, you are in for a ride. The course dives deep into building and highly practical and scalable systems, largely driven by his own personal experience and learning.

From designing distributed systems, managing trade-offs in the CAP theorem, to optimizing performance in high-load scenarios, Arpit's approach breaks down complex topics into understandable, actionable insights from the first principles. If you’re part of decision-making conversations in your organization—whether it's about optimizing performance, scaling architectures, or balancing system trade-offs—this course will equip you with the knowledge to make informed and practical decisions.

I loved the emphasis on pragmatism and the focus on how to get the job done in the most efficient, simple and scalable way possible. You’re surrounded by brilliant engineers from diverse backgrounds, and seeing everyone converge on a solution is truly magical. Whether you're building AI-driven applications or designing large-scale systems, this course will help you grow into a better engineer, help create more impact and rewire your brain.

A few key takeaways for me were:

  • You win some, you lose some.
  • If it works for you, it works for you.
  • Simple systems scale.
  • Framework of opposites, a good solution is often in the middle.
  • Trade-offs aren't just about space and time—sometimes, you can even trade off correctness to build practical, real-world systems.

Uday Chauhan

Arpit is a fantastic mentor who goes beyond just answering technical questions. His deep understanding of complex systems, especially ones I had never worked with, gave me the confidence to tackle unstructured problem statements with ease. He doesn’t just provide textbook answers—his real-world examples make the concepts click.

One thing that stands out is his motivational guidance, which kept me on track even when things got tough. In a market where many are just selling courses for the sake of MAANG preparation, this course stands out because it’s focused on solving real-world problems and building the right mindset.

Attending the sessions is genuinely fun! Especially the Q&A sessions after the course, where I get to hear about other people's challenges and see how those problems can be solved. It's really eye-opening to understand various perspectives and solutions.

Arpit genuinely cares about each student’s growth, and I appreciate how this course is tailored to practical challenges, not just theory. This is hands down one of the best learning experiences I’ve had!

Shahzad Ahamad

Arpit truly puts his heart into this course, dedicating his full effort to make each session as engaging and insightful as possible. He is, without a doubt, one of the best teachers I've ever had, with a natural talent for teaching. He starts with simple problem statements and skillfully guides us to the system design of enterprise-level applications, adding layers of complexity as we go. The entire course and schedule are fantastic, but the brainstorming sessions are the highlight. I never thought I would be so glued to my chair during a technical discussion, much like watching a suspenseful movie.

After following Arpit on social media for some time, I became convinced that I needed to take his master class. Although I was initially hesitant because of the fee, I am so glad I took the plunge. Arpit delivers far more than expected. The most important thing he brings is the spark of curiosity and a new way to approach problems. This course has been worth every bit of investment.

Thank you, Arpit, for an incredible learning experience, for sparking a new way of thinking in all of us, and for the great impact you're making in the developer community!

Dhanya Krishnan

“No fluff engineering” - This was the only quote I saw and I knew that I must join Arpit’s cohort. And trust me, the quote is true!

I know two types of Engineers - one who are passionate about their career and curious to learn and grow, the real doers who has made engineering products so valuable. Then there is this other category - I call them “Diwana’s” of engineering. They have got this love or craze for engineering, digging so passionately into stuff and seek this dopamine hit by engineering! They take engineering to heart. I am not here to categorise you or me in either of them, but I know for sure that both can benefit a lot from this cohort.

The cohort on System Design focuses on almost all the aspects of distributed systems in a very practical way. We have discussions and code examples on scalable design, concurrency, synchronous and asynchronous processing at scale, and also the protocols and design decisions in different scenarios. Arpit first gives a high level perspective and then we dig into the details so flawlessly, ending up designing an LSM tree, without even realising it. How cool is it ? :DTo keep things short, after my Masters in Distributed Systems Engineering, this was the place where I found the most clarified and organised knowledge base on large scale systems design. And, trust me I have grinded almost all the system design resources out there & can benchmark this course as great!

I would highly recommend freshers, mid-level and senior engineers to invest in yourself by joining this cohort.

Engineering is so beautiful. But, for you to see it, you must first look!

Viral Lalakia

Before joining the course, I had been following Arpit on multiple platforms for more than a couple of years. I was already amazed and impressed by the quality content in depth and by Arpit's teaching style. Little did I know that I was in for a huge surprise. The first week was enough for me to realize that I have found the treasure I have been looking for a few years to learn and grow as an engineer. Looking back, I can clearly see that my engineering lenses are more clear than ever before.

Arpit, as a combination of a teacher and an engineer, is exemplary. I have never met an engineer like him before. He is great at keeping things simple and no fluff, and still manages to dive deep into each aspect of the system design. He actually did all of that for each and every design we discussed. His energy and thought process are contagious.

This cohort was the best thing happened to me in the last few years as an engineer. It feels like I have gained a few years of experience in the last 8 weeks only, and I have the roadmap ready for my learning and growth as an engineer for months. The right mix of Arpit's approach for each session, knowledge, explanations, handling of the live sessions and encouraging cohort members to share their experiences makes this course extraordinary. The cherry on the top is, the sessions end only after all questions are answered. The bonus is the recordings, which may not seem like a big deal initially, but are extremely necessary to grasp each concept and every detail Arpit has covered in the 50+ hours.

Now, when the course is completed, I will dearly miss the sessions on weekends. After going on and on for 8 weeks without taking any breaks, this feeling of missing the sessions speaks the volume of the quality and the aftereffect it left on every one of us, especially me.

I would encourage all mid/senior+ engineers to enroll for this course if you are looking to unlock your own potential for the system design and being a better version of yourself as an engineer. Based on this heavenly journey I experienced in the last 8 weeks, I feel that I have received the lifelong return, which is humongous in comparison to the investment made. Totally worth it!

I really loved the course and enjoyed being part of it. My heartfelt gratitude and respect to Arpit for designing this course exceptionally well and delivering much more than what I expected!

Chirag S P

When I signed up for the course I came in with the expectation of learning different System Designs of various companies. Over the past 8 weeks I have come to realize on how to actually approach a problem. The way Arpit approached a System Design problem and how intuition based it can be, was truly eye opening.

Also I have come to realize how wonderful and vast the domain is. Also as Arpit mentions repeatedly in the course its not about drawing boxes, but understanding the context and actually approaching it from first principles.

Overall this course have made me fall in love with Engineering again and put me in a different trajectory that would help solve real world problems at whichever organization I work in.

PS: Arpit answered every question asked during the course and no question were left unanswered. That is truly commendable.

Mrunal

I've taken a few system design courses before, but they never really got into the nitty-gritty of implementation, where the real fun (and struggle) begins. System design is way more than just drawing boxes, and Arpit's course blew my mind :) Shoutout to my friend for recommending it – the cohort setup even got me to be a bit more disciplined (believe it or not)!

Arpit doesn't just talk about systems; he dives into the implementation details, the trade-offs involved, and the reasoning behind it all. It's not just about understanding existing systems; it's about levelling up your problem-solving skills for real-world design challenges.

The course format and Arpit's delivery were top-notch. I'm stoked that I caught every session live. Trust me, investing in this course was the best thing I did for my growth. You are an inspiration Arpit! Big thanks, for an awesome learning journey!

Digvijay

This course is the best investment I have made in my career!

I was looking for something which will actually help me upskill, gain knowledge and go deeper into things rather than talking about surface level things from interview point of view. Undoubtedly I got more than I had thought.

To be honest when I was looking for courses out there to learn System Design and to learn how things actually work in real world, I didn’t see much options and almost all of them were around Interview preparation

When I looked at the price of this course i.e. Rs 50,000 and compared it to other available options I thought it is 3-4 times of it and I asked myself will it be worth it. Today after going through this 2 months journey the answer is YES! it was completely worth it.

“The worth of good knowledge cannot be measured” Thanks a ton Arpit for the Knowledge and the learnings!

Kunal Vats

I didn’t just learn system design, I learned how to think; from 0 to all nuances and trade-offs. Unlike any other course, this one didn’t overwhelm me with jargon or shortcuts - it taught me how to solve real-world problems step by step. Everything is well structured.

Arpit's passion is totally contagious, and the regular prototyping, post-reads built my confidence.

And, I didn't start this course for interview shortcut (it was for learning and taking a leap from my slump); but by the end, I've got 5 good offers. And, I owe it all to this course and Arpit.

Prajwal

Working in the industry for just over three years, I had become complacent about the technologies around me and took their implementation for granted. What worked for me was Arpit reigniting my curiosity to delve deeper into the hows and whys of any system, library, or algorithm and think of them from a first principles perspective.

From high-level system design of "drawing boxes" to diving into SQL-level queries , connecting the tech with real-life business usecases,and then literally jumping into the IDE to code it out and see it run flawlessly. It was a cocktail of learnings.

I'm glad I signed up for this cohort. I will be using the insights and intuitions I've gained in my future endeavors. Thanks again, Arpit, for bringing this quality to the Indian tech space.

Aquib Sayyed

The entire cohort is very well structured and its exactly as what Arpit claims in his posts online, which is no fluff engineering.

It felt extremely good to be learning again and not just for the sake of cracking any interviews but deeply understanding the problems, thinking through the solution step by step and to be extremely aware of each and every trade-off in the system.

It is a must for anyone who is genuinely interested in understanding systems from a fundamental level.

Mutcharla Praveen Kumar

Attending Aprit Bayani’s master class on system design has been a transformative experience for me, both professionally and personally. Before the course, I had a solid understanding of system design, but I often found myself unsure about how to scale systems effectively, especially in high-demand environments. Aprit’s course not only expanded my technical knowledge but completely shifted my mindset on how to approach the design and architecture of complex systems.

The master class was incredibly well-structured, breaking down intricate concepts like scalability, fault tolerance, distributed systems, and data consistency into digestible modules. Aprit’s teaching style was engaging, and he used real-world case studies that made the learning experience relatable and practical. I found myself constantly thinking, ‘This is exactly what I need to solve the problems I’ve been facing at work!’

One of the most impactful aspects of the course was how it addressed designing for scalability from the ground up, ensuring systems could handle growth without compromising performance or reliability. Aprit emphasized the importance of thinking beyond just the technical solution, encouraging us to consider how decisions affect the entire system, both in the short and long term.

What truly stood out for me was the immediate applicability of the knowledge. After completing the master class, I was able to implement several key principles into my work at Lenskart. The lessons I learned allowed me to design more scalable, efficient, and resilient systems, which had a direct impact on improving performance in our operations. It was like being given a new toolkit that I could apply directly to my day-to-day challenges.

Aprit’s insights and practical advice on tackling real-world scaling issues have fundamentally changed how I approach problem-solving in system design. I now feel much more confident in making architectural decisions that account for growth, high availability, and distributed environments. His master class is a must for anyone serious about taking their system design skills to the next level, especially in the fast-evolving tech landscape.

Overall, the course has been a turning point in my career, helping me evolve from just designing systems to thinking strategically about how to scale them for the future. I highly recommend Aprit Bayani’s master class to anyone looking to enhance their expertise in system design at scale.

Padmanabhan

Masterclass on System Design By Arpit was extremely good. It definitely re-ignited the engineering curiosity. It was completely practical where each and every session was packed with extremely good content and lot of hands-on topics were covered. Right from Connection pooling, Load Balancer, LSM Trees, CDNs, Consistent Hashing, Distributed Task Scheduler and so on. I was honestly excited for the weekends mainly for these sessions. Not only with respect to explaining the concepts, Arpit did a great job in clarifying all the questions. Though the sessions were scheduled for 3 hours, there was not even one class which would end at that time :).

Arpit gave a lot of real-time examples for each concept which helped in coming up with more options to solve the problem. Instead of giving the solution directly, he used to probe us which helped us in thinking in the right direction. The ultimate joy came from the fact that individuals tried implementing the prototype and seeing the results.

With the depth at which Arpit covered the concepts, it became really easy to design any systems. Arpit's cohort is a hidden gem among all other youtube videos which simply considers a theoretical approach which may not work in the long run. Few takeaways from this course which I will use in my day to day work are:

  1. Business >> Product >> Engineering
  2. Framework of Opposites - Choosing one option and considering exactly opposite of it.
  3. Design anything considering that ONLY i will be implementing it.
  4. Instead Simply going through a tutorial video or a link, trying to implement it which shows the actual nuances associated.

I would extremely recommend every Senior Engineer/ Architects out there to take up this course.

Frequently asked questions

You can always drop me an email at arpit.masterclass@gmail.com for other questions.


What will be the language of communication and teaching?

I will be teaching the entire course in english and all the brainstorming with participants will be conducted in english.

Is this course right for me?

This course is for any engineer who wants to learn System Design. The program is most suited to someone who has some industry experience, at least 6 months.

Will you be giving teaching for the entire duration?

Yes. I will be teaching the entire course online and live over Zoom and will be providing feedback and 1:1 mentorship.

Will there be a class every day?

The Live Classes will happen on Saturdays and Sundays as per the time mentioned on the webite with a possible extension of 30/45 mins.

Can I get this course reimbursed from my company?

Talk to your manager and check if they can sponsor this course. The invoice that will be issued is a legally valid and sound invoice that can be used for any kind of reimbursement. Note: I will just share the invoice and certificate with you; and I will not be involved in any kind of reimbursement process, communication, or follow-ups from your finance and legal teams, it is between you and your employer.

When will I get the invoice?

The invoice will be issued only after the refund window is over. If you claim a refund, no invoice will be issued. To get an invoice write to me at arpit.masterclass@gmail.com.

What if I want the invoice in the name of my employer?

If you want the invoice in the name of your employer with tax details like GST number, please share them on my email arpit.masterclass@gmail.com within 48 hours of completing the payment; any request after 48 hours will not be entertained.

Will there be reserved slots for 1:1 mentorship?

1:1 mentorship calls will happen on-demand, you can block the slot from the learning portal itself.

What is the validity of 1:1s?

For system design masterclass live cohort, you can schedule 1:1 within 1 month of course completion and if you have purchased the recordings then 60 days from the date of purchase.

Will there be assignments and hands-on projects?

No. I would recommend you implement the core of every single system we discuss ensuring you apply what you learn. I highly encourage you to implement seek help during 1:1 sessions.

Will the course cover LLD?

The course will cover some aspects of Database Design and its internals, but it will not cover writing and designing classes, and low-level design patterns. The course is typically aimed at covering the massive spectrum of System Design and Software Architecture.

Are assignments and projects mandatory?

No. But it is advisable that you complete them to get a better understanding of the system, algorithm, and business logic.

Will we also implement and see the systems in action?

Due to time constraints, it is not possible to implement every system; it is recommended that you self-implement the system and understand the low-level details. The course will definitely cover systems from every aspect.

Will there be a recording available for future reference?

Every single Live Class will be recorded, and you will be given lifetime access to it.

Is there a refund policy?

7 days no-questions-asked refund window from the course commencement date (11:59:59 pm on the 13th day from the course commencement date) on cohort based course. 3 days no-questions-asked refund window from the date of course purchase for 'Learn at your own place' offering.

Can I share my learnings, resources on social media?

No. I hold complete right to cut-off the access to any course material if I find you sharing course material, learning, videos, and notes on social platforms or the internet.

Will I get access to other cohorts?

No. You will get lifetime access to the cohort you are part of and its recordings, or the recordings that you purchased.

Where are the classes conducted?

All Live Classes will be online, over Zoom, and all you need is an internet connection to attend the live sessions.

Will you be the only one teaching this course?

The entire course including Live Classes will be conducted by me, Arpit Bhayani, no external TAs, mentors, etc. You will get to learn everything from the horse's mouth.

What are the programming pre-requisites?

It would help if you had to have work experience of 6 months, plus a basic understanding of one of the cloud providers like AWS, GCP, plus some basic understanding of high-level system design by watching already available YouTube videos. You can also find a few videos on this ppage that I would recommend you through.

How is this course different from free videos on YouTube?

This cohort-based course aims to be live, intense, and interactive. Traditional MOOCs (existing videos on the internet) cannot offer these benefits as they are unidirectional and optimizes for one-to-many. With this course being taught live, you can get instant resolution to your doubts. The discussion, collaboration, and networking will have a major impact on your overall learning as there will be cross-pollination of information.

If I have already watched System Design videos on YouTube, is this course still helpful?

Yes. The kind of depth which is touched in this System Design is unmatched. Even if you have watched all the System Design videos out there, you will still have moments that will blow your mind.

Will I be getting an invoice of Payment?

Yes. An invoice will be issued to you with all the legal and necessary details. This means your employer can choose to process this invoice and provide reimbursement.

Will you issue a course completion certificate?

I do not generate the certificate for every candidate, but if you need it, just drop me a message, and I will issue one right away.

Can I use my Credit Card or avail EMI to make the payment?

Yes, we support Credit Card, Debit Card, UPI, and Credit Card based EMIs having a duration of 3 months, 6 months, 12 months, and 24 months as offered by Razorpay.

Can I share the account with multiple people?

I track the browsers and devices from which the course is being accessed and if I fnd anything suspicious, I hold the complete right to revoke the access of the course and not offer any refund.


Arpit's Newsletter read by 125,000 engineers

Weekly essays on real-world system design, distributed systems, or a deep dive into some super-clever algorithm.