Thank you so much for this video! I had a system design interview for a junior software engineer role and this really helped me! I got the job :D
@putinkhuilo43152 жыл бұрын
Congrats!
@0xfps Жыл бұрын
Congratulations 🎉🎉!
@Alyw144 жыл бұрын
This is the most straight-forward & helpful video I've found on architecture & design interviewing. Please do more systems design interview prep.
@spago5552 жыл бұрын
I am a non-tech PM and this video was the best most easy to follow video out there on system design. Thank you!
@belindamarionk3 жыл бұрын
First system design video that hasn't given me headache✔️ highly recommend 💯
@kevintiba7195 Жыл бұрын
This is a formidable presentation to understand the key takeways from a system design interview. From the notes I took, this can be apply to any type of problems (with caveats), but is definitely a great starting point
@zipbullbear76933 жыл бұрын
Best presentation, short, sweet and to the point...great job!
@ahmetbcakici2 жыл бұрын
It is really so clear to understand especially for beginners, thanks!
@sayak2 жыл бұрын
seems you have read "grokking the system design interview". this was a good revision.
@tobiwobikun2 жыл бұрын
Really straightforward but valuable content, great job!
@RanjuRao3 жыл бұрын
Thanks for contributing the knowledge :) Teaching is an art and this video is an example of that :)
@rakshith35473 жыл бұрын
So true
@paulolopes9612 жыл бұрын
Really clear and useful, brilliant!
@sergebyusajabo21383 жыл бұрын
This is so useful, it helped me to learn a lot. Thank you
@acla32322 жыл бұрын
5:27 kinda confuse is it supposed to be kilobyte not byte? I mean 1 mb is 1 million bytes
@geoffl3 жыл бұрын
I loved the blackboard format
@josephwong28324 жыл бұрын
Love your videos bro! more short system design videos would be great
@KeepOnCoding4 жыл бұрын
Thanks Joseph! I'll try to make more!
@jaimel67622 жыл бұрын
Great example, thanks!👊
@asankasiriwardena33832 жыл бұрын
Could someone please explain why micro services architecture is not suitable here? Or is it an overkill due to the functional simplicity of the system, since we have to worry about the load of requests and amount of data?
@thazapo2 жыл бұрын
thank you for your good explanation.
@aditya49744 жыл бұрын
Thanks. Looking forward to more System Design videos!
@98930111114 жыл бұрын
superb video man! looking for some system design tutorial / video which can teach with generalize way and implement same theories in most of the products.. & here it is .. thank you so much man, appreciate it :)
@cloud154874 жыл бұрын
LRU does not mean you kick out the oldest, it means you kick out whatever was not used recently (Least Recently Used). Only because 1 has an old timestamp, doesn't mean we kick it out, if we used it recently. That was kinda misleading, also I missed consistent hashing. A good video to get your feet wet though!
@talebsouli47674 жыл бұрын
Thank you very much brother!
@KeepOnCoding4 жыл бұрын
Thanks for watching brother!
@ArtyomPalvelev5 жыл бұрын
But would it use SQL or NoSQL? :) And why?
@maratmkhitaryan97234 жыл бұрын
kzbin.info/www/bejne/mGOpXnd_qb2nkNU
@maanickp2 жыл бұрын
Why do we use MySQL to store tweets instead of a NoSQL database like Cassandra? NoSQL databases offer better scalability, and we have to store millions of tweets every day.
@ajisaputrars3 жыл бұрын
Just curious, is there any database and/or API section in the interview if you are applying for front-end web/mobile position?
@henryquillin37332 жыл бұрын
curious about this too
@putinkhuilo43152 жыл бұрын
Out of all the systems design videos and sites I am on, you make much more sense than others. Seriously. Your approach with the blackboard and writing what you say is the best format to learn faster. I am a big fan! My Amazon SA interview is in two days. Thank you for this!
@SHADOW54875 жыл бұрын
Hello bro, just found your great channel:!) Pls, keep it up u'r helping a lot of people.
@KeepOnCoding5 жыл бұрын
Thanks for the support brother!
@MohammedBakheet4 жыл бұрын
Thank you so much for this very informative and useful video 😇
@jeffpeng11184 жыл бұрын
I wonder what would happen if the interviewer asks me to design Twitter and I be like I don't know how twitter works because I don't use it
@icarodlima3 жыл бұрын
Awesome! Thank you!
@drewstan3 жыл бұрын
Super helpful, thank you.
@jonasliao37802 жыл бұрын
This is too high level for senior level interviews... useful for interns or juniors I feel.
@bostonlights27494 жыл бұрын
How are you generating the timeline service?
@TheMinino1234 жыл бұрын
Thank you so much, man. This is really helpful! =)
@adipratapsinghaps4 жыл бұрын
Can use zookeeper to get list of servers for A-M and N-Z
@henryquillin37332 жыл бұрын
8:40 you forgot to add the tweet content to the tweet table
@japanboy314152 жыл бұрын
i really hope my interview works out. I cant stand where im at right now.
@rakshith35473 жыл бұрын
you did not talk about newsfeed section which is a critical part of twitter SD
@kabooby03 жыл бұрын
Are there good books for system design?
@ajayKumar-nl7pn4 жыл бұрын
Great explanation! Can you make a video for the same on how to pick technology stack based on your system design?
@KeepOnCoding4 жыл бұрын
That could be an interesting video!
@ritikapandey34734 жыл бұрын
Can you share your views on coding this ...I mean implementation
@sunilagarwal20073 жыл бұрын
This is really awesome system design explanation. I enjoyed going through it and learned a lot. Thanks for making video.
@ivantrofymenko13083 жыл бұрын
What's the point of doing bandwidth calculation? It seems like pointless arithmetic. It doesnt drive any decisions in the rest of the design.
@alperenozil3 жыл бұрын
You can add a CDN by referring to the calculation.
@Dan-tg3gs3 жыл бұрын
Why is it 2 bytes per character? Shouldn’t it be 1 byte?
@collegetv79863 жыл бұрын
I was thinking the same
@alexandrecourouble64833 жыл бұрын
Unicode is 2 bytes per character. Ascii is 1 byte
@therailgun88802 жыл бұрын
the calculations are the hardest part for me :(
@gerardohuidobro58114 жыл бұрын
What college class teaches this?
@songyincheng88883 жыл бұрын
This video really helps a lot of people who are trying to improve the system design skills, thank you! One quick question, what software are you using for the drawing in the video?
@ΙωάννηςΠαλιάκης2 жыл бұрын
Hahaha dude come on , you just copied the whole content from educative ?
@sayak2 жыл бұрын
yeah. that's what has happened here.
@l3aIIin232 жыл бұрын
when your doing the calculation for storage and network, can you do it with a calculator? or do they expect you to do this stuff in your head