System Design Concepts Course and Interview Prep

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 ก.ย. 2024

ความคิดเห็น • 210

  • @hayk.simonyan
    @hayk.simonyan หลายเดือนก่อน +173

    Thanks everyone for the positive comments and feedback. And huge thanks to freeCodeCamp for publishing my tutorial.

    • @Iith_a
      @Iith_a หลายเดือนก่อน +10

      Great work! You sound really tired.. hope you’re having a good day Homie!

    • @mma-dost
      @mma-dost หลายเดือนก่อน +5

      is it enough for a fresher just out of the college ?

    • @mg-ht9ir
      @mg-ht9ir 29 วันที่ผ่านมา

      I have understood this now what should I watch

    • @minhbui5622
      @minhbui5622 18 วันที่ผ่านมา

      Subscribed your channel. Thank you for your hard work 🎉

    • @portfedh
      @portfedh 5 วันที่ผ่านมา

      Great tutorial! So clear and easy to follow. Like the accent too!

  • @IceyBoy47
    @IceyBoy47 หลายเดือนก่อน +183

    More system design courses please!

    • @gaganbedi4332
      @gaganbedi4332 หลายเดือนก่อน +2

      +1

    • @okkashaally2115
      @okkashaally2115 หลายเดือนก่อน

      Do you know any channel or course with great content in system design?

    • @Abhi-n4b
      @Abhi-n4b หลายเดือนก่อน

      Yes

    • @aleksandrmatyka3118
      @aleksandrmatyka3118 หลายเดือนก่อน +1

      you don't need more, you just need separate course on each topic, like nginx, load balancers, db, ci/cd, aws/azure etc

    • @Coding101-nb5ej
      @Coding101-nb5ej 15 วันที่ผ่านมา

      +

  • @jakeihekona7018
    @jakeihekona7018 3 วันที่ผ่านมา

    Hands down the best systems design video on the internet. Literally takes you from zero to 100 in knowing the basics of everything involved in building a system.

  • @otaku4life549
    @otaku4life549 หลายเดือนก่อน +31

    This was the best ever system design course on the internet.
    He explained literally everything you need to know, in simple terms while also going in detail about their structure and used diagrams making it visually appealing. It has everything I wanted to know about. Like, how is this gold, no diamond gem content for FREE?
    He explained all the topics so well I know finally understand it, finally!!!! I have been looking for a course like this for a long time. In and under 1 HOUR all the necessary topics including NETWORKING basics was taught in it.
    I really hope to see more content like this. Maybe on API design or similar topics.

    • @hayk.simonyan
      @hayk.simonyan หลายเดือนก่อน +7

      I'm so happy to hear that the course exceeded your expectations and helped you finally grasp these concepts. I do have plans to cover more advanced topics like API design in more detail in the future. So stay tuned!

  • @stachowi
    @stachowi หลายเดือนก่อน +47

    WOW, this was fantastic. Loved how you started with the basics and scaled up. 10/10.

    • @hayk.simonyan
      @hayk.simonyan หลายเดือนก่อน +1

      thanks!

    • @stachowi
      @stachowi หลายเดือนก่อน +1

      @@hayk.simonyan i just watched a bunch of videos on your channel and subbed, amazing content

    • @hayk.simonyan
      @hayk.simonyan หลายเดือนก่อน +1

      ​@@stachowi glad to hear that. Expect many more tutorials on my channel!

  • @Coding101-nb5ej
    @Coding101-nb5ej หลายเดือนก่อน +9

    This is hands down the best system design course I've come across. So clear, concise, and packed with the exact information I needed ♥I actually saw this before on Hayk's channel but just rewatched it fully here 🙃

  • @errorera
    @errorera หลายเดือนก่อน +9

    Always one of the most helpful channels on TH-cam.
    1.Continues Integration / Continues Deployment:
    A:CI is the practice development practice where developers frequently integrate their code changes into the central repository, automatically building the application and automated tests to detect errors rapidly(verify the changes do not break existing functionality).(en.wikipedia.org/wiki/Continuous_integration)
    B:CD extends by CI deploying all code changes to a production environment after passing the automated tests. This ensures that the software is always deployable and can be released to the users.
    2.Good Design:(Scalability, maintainability, efficiency, reliability)
    3.Brewer theorem.
    A:Consistency(UX equality), Availability(restricted number of access), Partition Tolerance(failure handling).
    4.SLO(Service Level Objectives)/SLA(Service Level Agreements:(Agreements between providers and users).

  • @baptizeishere
    @baptizeishere หลายเดือนก่อน +19

    One problem noticed in the earlier section of the video hence correcting it , CI CD pipelines should never directly push code to production environment , this needs to be deployed to clone of production environment like a stage or beta environment where the artifacts under go load , regression and functionality testing which includes the capacity of the environment to handle load , input validation testing to check for common attack vectors like XSS , CSRF and SQL injections are tested using fuzzing. The code deployed also undergoes security scan / vulnerability scans and then through green blue architecture using weights only limited traffic is sent for the Stake holders to test the application and give their approval for cutover to production.

    • @hayk.simonyan
      @hayk.simonyan หลายเดือนก่อน +7

      It ultimately depends on how the CI/CD pipeline is configured and the specific context of the company. I've worked in companies where they directly push code to production in CI/CD, this is especially the case for startups and smaller companies, if they have e2e and integration testing integrated into their CI/CD, they can often deploy to production more quickly than larger enterprises due to less bureaucracy and simpler processes. But obviously it's a trade-off between speed and risk and each team needs to find the right balance for their needs.

    • @baptizeishere
      @baptizeishere หลายเดือนก่อน +1

      @hayk.simonyan Agreed it depends upon the risk appetite of the organization, but it is prudent for an organization to follow risk and change management procedures before using CI/CD to directly deploy to the production environment.

    • @Earl_E_Burd
      @Earl_E_Burd หลายเดือนก่อน +1

      @@baptizeishere There's: ideally, according to the textbook, how things should be done. And there's: boss's boss says to just get it done the improper way. Guess which one wins and leads to Crowdstrike-esque type of situations all the time on a smaller scale? Until someone's an engineer they don't realize how much contempt leadership has for their pesky IT services that run their organization's business processes. In the meeting the engineer says, "We really should be automating a process to test for [the things you listed]" and someone says "noted, but push the updates anyways." Then guess who gets to put out the inevitable fires at all hours and be indirectly blamed for the outage, too? Did I mention the high burnout rate in this field? Checkout sysadmin subreddit for testimonials.

    • @baptizeishere
      @baptizeishere หลายเดือนก่อน

      @@Earl_E_Burd Its not clear about true root cause of Crowd strike issue . as the only official reasoning that was provided so far, was the failing of testing tools , which means proper testing was not performed , than no testing at all , unless you have inside information , Please feel free to share , Plus the boss way doesn't work if the organization follows proper certification like PCI-DSS , HIPAA , SOC Type 1 -2 , ISO ,GDPR etc. These certified companies are bound to follow proper regulations which includes internal and external audits ,which involves stakeholders and board of directors , not a single entity like the boss of a department. if the organization is found failing to follow regulations during audits , that leads to hefty fines and cancellation of licenses , Thus for business continuity with proper regulations , Risk and change management is followed in the organizations which are certified to the mentioned regulations and certifications mentioned above. You can check out artifacts from Microsoft azure and AWS cloud services about their certifications and which regulations they adhere during their day to day operations.

    • @Earl_E_Burd
      @Earl_E_Burd หลายเดือนก่อน

      @@baptizeishere How many corporations have you worked at in IT ops?

  • @karengomez3143
    @karengomez3143 หลายเดือนก่อน +1

    The NoSQL non schema explanation is really good. It's schema less since they drop consistency from ACID concept, they're truly flexible if you understand they don't use foreign keys, it's more like a sticky note board concept.
    About the DB performance strategies, from catching (to invest in time response), indexing to frequently accessed columns and query optimization through a plan or SQL query analyzer tool.

  • @Deimoc
    @Deimoc หลายเดือนก่อน +5

    Amazing video! I have never seen a video so well-made about system design. I watched it in one sitting and never got bored.

    • @hayk.simonyan
      @hayk.simonyan หลายเดือนก่อน

      Awesome! I'm thrilled to hear that.

    • @phoddaal7130
      @phoddaal7130 หลายเดือนก่อน

      Is it about HLD ?

  • @Moonbean1531
    @Moonbean1531 หลายเดือนก่อน +2

    Couldn't find any other system design video which is this short yet precise. ❤

    • @hayk.simonyan
      @hayk.simonyan หลายเดือนก่อน +1

      Glad you found it helpful!

  • @pavanimmadisetty5099
    @pavanimmadisetty5099 วันที่ผ่านมา

    First of all, a great great tutorial on System Design concepts. It's not a deep dive, but kind of what concepts are there and their basic definitions with very nice animations. I wish you dive a little bit more into Load balancer topic. By the way, the audio is emotion less. End of the day, a great tutorial covering every concept of system design. Super duper overview and highly recommended.

  • @jjason71995
    @jjason71995 2 วันที่ผ่านมา

    It is so nice! I saw this after I failed at Google's interview.

  • @gag-q3d
    @gag-q3d หลายเดือนก่อน +2

    Best system design tutorial, with simplest and concise explanations 🔥💯

  • @user-mt3vw8pt7v
    @user-mt3vw8pt7v หลายเดือนก่อน +3

    This is the hour teeming of value, great job, thank you!

    • @hayk.simonyan
      @hayk.simonyan หลายเดือนก่อน

      You're welcome!

  • @medHmc
    @medHmc หลายเดือนก่อน +1

    This is truly an amazing video, very well explained, very simply and effectively animated, i loved it. Thanks a lot

  • @conscious-universe
    @conscious-universe หลายเดือนก่อน +1

    WOW. This is one of the most helpful CS vids I've ever seen. Thank you!!!

  • @ShivrajTechTalks
    @ShivrajTechTalks หลายเดือนก่อน +3

    This is best tutorial I have seen thank you

    • @hayk.simonyan
      @hayk.simonyan หลายเดือนก่อน

      Glad you found it helpful 👍

  • @aaseeshsreemaanasapu225
    @aaseeshsreemaanasapu225 หลายเดือนก่อน +1

    Sir this is one of the best tech channel.Thanks for giving us such valuable information

    • @hayk.simonyan
      @hayk.simonyan หลายเดือนก่อน

      You're welcome!

  • @msquarem2
    @msquarem2 4 วันที่ผ่านมา +1

    Good explanation. Thanks

  • @mbaapohelviszonepoh1284
    @mbaapohelviszonepoh1284 หลายเดือนก่อน

    This is awesome. I think this video should be recommended for any who wants to pursue a cloud career. It makes you understand the various network services fundamentally

  • @JohnS-er7jh
    @JohnS-er7jh หลายเดือนก่อน +1

    thanks to Freecode camp and Hayk (I see Hayk has other quality videos on his channel i just subscribed). I appreciate you putting up the quality infographic slides with the videos

  • @birgitleitner1453
    @birgitleitner1453 หลายเดือนก่อน +1

    Great one, easy to follow! Thx! I am not in the business (yet) but am happy to gain some knowledge out of this and hopefully keep it in my brain.

    • @hayk.simonyan
      @hayk.simonyan หลายเดือนก่อน

      You're very welcome! Glad to hear that it was easy to follow

  • @angelotheman
    @angelotheman หลายเดือนก่อน +1

    Honestly, we need more of these please. These are the best. I often realize that people learn to code but then when the see a whole buch of file with efficient file structure (let's say an ecommerce website) they often wonder how that was done.
    Simple just by system design. Please help us understand more of these

  • @Sandhya-Karki
    @Sandhya-Karki หลายเดือนก่อน +3

    Fantastic!!! Thank you so much for your hardwork. Do you have pdf copy of this??

    • @hayk.simonyan
      @hayk.simonyan หลายเดือนก่อน +1

      Yes, it is attached in the description of this video.

  • @Karthik-w1l
    @Karthik-w1l หลายเดือนก่อน +1

    Great Lecture. Thanks FreeCodeCamp & Simonyan.

  • @jonathanj9260
    @jonathanj9260 หลายเดือนก่อน +3

    I literally saved a bunch of your system design courses for later just a few days ago lol...

  • @ravbhuva
    @ravbhuva หลายเดือนก่อน +5

    Do you have a PDF of this video topic? This is wonderful.

    • @hayk.simonyan
      @hayk.simonyan หลายเดือนก่อน +2

      Yes, it is attached in the description of this video.

    • @ravbhuva
      @ravbhuva หลายเดือนก่อน +1

      @@hayk.simonyan Thanks. I can't believe that I have missed it.

  • @StevenCodeCraft
    @StevenCodeCraft หลายเดือนก่อน +2

    Great course! I learned a lot and took many notes

    • @hayk.simonyan
      @hayk.simonyan หลายเดือนก่อน

      Great! Hopefully, it gives you a good starting point for understanding system design concepts.

  • @nikilpaul6366
    @nikilpaul6366 หลายเดือนก่อน +5

    If only this video was released earlier we would have had the Crowd strike situation .

    • @andreyaires226
      @andreyaires226 หลายเดือนก่อน

      What?

    • @NikilPaul-pc9rz
      @NikilPaul-pc9rz หลายเดือนก่อน +1

      @@andreyaires226 was talking about how they pushed the code directly to production and didnt run it through tests as said in this video

    • @beershigachi4797
      @beershigachi4797 หลายเดือนก่อน

      Oh I thought it was more like they didn’t review test cases properly.
      It’s so dumb if they actually pushed the commit/change directly to the production. That means they don’t even have branch protections which hard to assume they are that bad. But who knows lol

    • @NikilPaul-pc9rz
      @NikilPaul-pc9rz หลายเดือนก่อน

      @@beershigachi4797 who knows what actually went on under the hood lol, i was just guessing, given my experience in the field i doubt i would get it right

    • @prathyushk5228
      @prathyushk5228 15 วันที่ผ่านมา

      the op needs to work on his writing 😂

  • @mohamedabdelrehim858
    @mohamedabdelrehim858 19 วันที่ผ่านมา

    Thank you so much . One of the amazing system design video I have ever seen ❤❤

  • @seanmui8772
    @seanmui8772 หลายเดือนก่อน

    More of Systems Design please.. this is like teasing my taste..

  • @user-gq6ju2dn3o
    @user-gq6ju2dn3o 11 วันที่ผ่านมา

    thanks for this fantastic concept course

  • @BigPoppaChonks
    @BigPoppaChonks 18 วันที่ผ่านมา

    One of the best courses i came across. Thank you

  • @visheshtiwari8176
    @visheshtiwari8176 หลายเดือนก่อน +3

    I hope you'll could bring a system design course from bottom up

  • @duke8925
    @duke8925 หลายเดือนก่อน +1

    great work, concise and on-point

  • @SaurabhSingh-hn9fc
    @SaurabhSingh-hn9fc หลายเดือนก่อน +3

    That was very helpful, Thank you ❤

    • @mouhamedfourati2208
      @mouhamedfourati2208 หลายเดือนก่อน

      bot

    • @mouhamedfourati2208
      @mouhamedfourati2208 หลายเดือนก่อน +2

      was very helpful after watching it for 43 seconds

    • @janezkricej9129
      @janezkricej9129 หลายเดือนก่อน +1

      @@mouhamedfourati2208 Exactly my thought.

    • @xyqwe123
      @xyqwe123 หลายเดือนก่อน +2

      It's not a bot,but someone hurry to learn without knowing basics. This course will give overview of the concepts but not complete knowledge

    • @SaurabhSingh-hn9fc
      @SaurabhSingh-hn9fc หลายเดือนก่อน

      @@janezkricej9129 You too

  • @krunalshah2484
    @krunalshah2484 หลายเดือนก่อน +2

    Superlike

  • @muhammadmunnir6684
    @muhammadmunnir6684 17 วันที่ผ่านมา

    Great design kudos to you 🎉

  • @aligharaeini5971
    @aligharaeini5971 หลายเดือนก่อน

    the best ever system design video by faar

  • @arentalb4765
    @arentalb4765 หลายเดือนก่อน +1

    that was fantastic 👏👏

  • @skywater9607
    @skywater9607 หลายเดือนก่อน +1

    Love the video its amazingly good!

    • @hayk.simonyan
      @hayk.simonyan หลายเดือนก่อน

      Happy to hear!

  • @enterprenurtricks8668
    @enterprenurtricks8668 หลายเดือนก่อน +8

    Waiting for this only ❤

  • @indrajit1234
    @indrajit1234 หลายเดือนก่อน +1

    This was a great primer. Thank you.

    • @hayk.simonyan
      @hayk.simonyan หลายเดือนก่อน

      You're welcome!

  • @max-uu9gq
    @max-uu9gq 14 วันที่ผ่านมา

    This is an amazing video!

  • @HarshalGad
    @HarshalGad หลายเดือนก่อน

    Hello FreeCodeCamp Team!
    Thank you very much for such effective and concise enlightening videos.
    I have only one feedback. Request you to please put the subtitles in the video. Subtitles helps to understand pronunciations and also saves the time.
    Again Thanks a Lot for such a awesome video!.

  • @priyaa0512
    @priyaa0512 หลายเดือนก่อน

    Covered quite an overall structure very comprehensive video, quite useful !! Long video with monotone is quite off putting, suggestion pls ensure to keep it natural in upcoming videos!

  • @baleshj
    @baleshj หลายเดือนก่อน +2

    A course on elasticsearch please

  • @chrischan8321
    @chrischan8321 หลายเดือนก่อน +2

    You save my life ❤

  • @harshdeepanshu277
    @harshdeepanshu277 หลายเดือนก่อน +2

    AWESOME CONTENT

  • @haricharanvalleru4411
    @haricharanvalleru4411 หลายเดือนก่อน +1

    short video, but very helpful

    • @hayk.simonyan
      @hayk.simonyan หลายเดือนก่อน

      Great that you got something out of it!

  • @krushnnabaviskar2170
    @krushnnabaviskar2170 หลายเดือนก่อน +1

    Nice

  • @vikrantkumar1648
    @vikrantkumar1648 หลายเดือนก่อน

    Excellent video.Highly recommended.
    Need more such videos in detail.

  • @JustDONEItRN
    @JustDONEItRN หลายเดือนก่อน

    That what i looking for, thanks the codecamp team

  • @mahapeyuw5946
    @mahapeyuw5946 หลายเดือนก่อน

    This made me fall in love with the idea of an administrator.
    It's very interesting how the parts work together to achieve an aim.

  • @rajib_das_gupta
    @rajib_das_gupta หลายเดือนก่อน

    Fantastic. We need more like this.

  • @awakenwithoutcoffee
    @awakenwithoutcoffee หลายเดือนก่อน

    appreciated , this is just the topic I wanted to delve into 🍀

  • @henrytan5707
    @henrytan5707 หลายเดือนก่อน

    Very good work 👍 I just finished it, thanks 🙏 so much 🎉

    • @hayk.simonyan
      @hayk.simonyan หลายเดือนก่อน +1

      I'm glad you found it valuable :)

  • @Shre-r5y
    @Shre-r5y 23 วันที่ผ่านมา

    Very good course

  •  25 วันที่ผ่านมา

    Thank you!

  • @2RAJ21
    @2RAJ21 7 วันที่ผ่านมา

    Thank you

  • @darwisnarvaez4170
    @darwisnarvaez4170 หลายเดือนก่อน

    YESSS!! a must see.. thanks a lot.

  • @viniciussilvasantos6307
    @viniciussilvasantos6307 หลายเดือนก่อน

    Awesome!! Brazilian fan here

  • @ToanTrancodeblog
    @ToanTrancodeblog 24 วันที่ผ่านมา

    great work! Thank you.

  • @mystikyogi
    @mystikyogi หลายเดือนก่อน +1

    What a wonderful voice and accent, looks like generated by AI, it helped me sleep

    • @emmanuelkenechukwu4001
      @emmanuelkenechukwu4001 หลายเดือนก่อน

      Bro you're not okay 😂

    • @mystikyogi
      @mystikyogi หลายเดือนก่อน

      @emmanuelkenechukwu4001 haha, im okay, but seriously, I couldn't watch it 😂

  • @josephnomo4587
    @josephnomo4587 หลายเดือนก่อน

    Woah that's what I call a great course

  • @user-wv4br9oq6z
    @user-wv4br9oq6z หลายเดือนก่อน

    This is awesome and useful content thank you

  • @ayushsharma413
    @ayushsharma413 หลายเดือนก่อน

    Pretty helpful! Thanks!

  • @md.saimahmmedutsho215
    @md.saimahmmedutsho215 หลายเดือนก่อน

    Informative content with great explanation.

  • @nocopyrightgameplaystockvi231
    @nocopyrightgameplaystockvi231 หลายเดือนก่อน +1

    This is amazing 🤩😍

    • @hayk.simonyan
      @hayk.simonyan หลายเดือนก่อน

      Thanks for watching

  • @kapilkanur
    @kapilkanur หลายเดือนก่อน

    Thanks

  • @pokescreation
    @pokescreation หลายเดือนก่อน

    Yess needed that

  • @Trazynn
    @Trazynn หลายเดือนก่อน

    I'm interested in a systems design course that involves RAG. In particular the act of acquiring data that can be processed into a document that AI can use.

  • @dhiarajebziri9009
    @dhiarajebziri9009 28 วันที่ผ่านมา

    wooow amazing content thanks

  • @mahimabhardwaj1807
    @mahimabhardwaj1807 หลายเดือนก่อน

    pls upload one video on socket programming using c++

  • @rishiraj2548
    @rishiraj2548 หลายเดือนก่อน +2

    Great thanks

    • @hayk.simonyan
      @hayk.simonyan หลายเดือนก่อน

      you're welcome!

  • @muhammadmunnir6684
    @muhammadmunnir6684 17 วันที่ผ่านมา

    Nice 👍

  • @MrOgunsanya
    @MrOgunsanya หลายเดือนก่อน

    I love this ❤

    • @hayk.simonyan
      @hayk.simonyan หลายเดือนก่อน

      glad you enjoyed it!

  • @andromedainspace6583
    @andromedainspace6583 หลายเดือนก่อน

    Thank you so muchhhh

    • @hayk.simonyan
      @hayk.simonyan หลายเดือนก่อน +1

      You're welcome!

  • @AjayKumar-fd9mv
    @AjayKumar-fd9mv หลายเดือนก่อน

    Awesome

  • @gyanashekka
    @gyanashekka หลายเดือนก่อน

    I fully trust this accent.

  • @thedragonforce2210
    @thedragonforce2210 หลายเดือนก่อน

    Baba needed this

  • @samiulislamsharan
    @samiulislamsharan หลายเดือนก่อน

    please also do this kind of video on Laravel.

  • @code_028
    @code_028 หลายเดือนก่อน

    34:00 Па овај човек је већи Србин од нас. На карти ставио да се Србија простире и кроз Црну Гору и Албанију ❤️🇷🇸❤️

  • @nicolaspalaciosvillarraga1420
    @nicolaspalaciosvillarraga1420 หลายเดือนก่อน

    love it

  • @Md_areef_uddin
    @Md_areef_uddin หลายเดือนก่อน

    Okay thanks

  • @Talaria.School
    @Talaria.School หลายเดือนก่อน

    LMS would be cool to build.

  • @technicalboy1816
    @technicalboy1816 หลายเดือนก่อน +53

    Monotone voice is sending me to sleep!

  • @wing1864
    @wing1864 หลายเดือนก่อน

    Good course, but saw no mention of BINGO: "Knows everyone's Name-O" so i'm not sure how accurate this info is...?

  • @mg-ht9ir
    @mg-ht9ir 29 วันที่ผ่านมา

    I have understood this now what should I watch

  • @cariyaputta
    @cariyaputta หลายเดือนก่อน

    Nice.

  • @hyderabadipunch1152
    @hyderabadipunch1152 หลายเดือนก่อน

    Can you please share the details of software used to create this video. If possible, please create a tutorial on that one too. Thanks

  • @matthayden1979
    @matthayden1979 21 วันที่ผ่านมา

    Is there any common platform for system design discussion? I have few questions e.g. API gateway first or Load balancer first to process the user request?

  • @thehungrycat7281
    @thehungrycat7281 หลายเดือนก่อน

    This is like learning from the count from Sesame street :D

  • @HAREESHT-nc9gn
    @HAREESHT-nc9gn หลายเดือนก่อน +1

  • @aramj90
    @aramj90 หลายเดือนก่อน

    Հայկ ջան, թույն վիդեո ա, յավնի դզեց

  • @FajarSumirat-jj1oq
    @FajarSumirat-jj1oq 3 วันที่ผ่านมา

    24:09 APIs

  • @ProgrammingWIthRiley
    @ProgrammingWIthRiley หลายเดือนก่อน +1

    As an engineer and architect I feel sad when I realize people think system design is a topic separate from their job or role. I feel everyone should know this and how to do it.

  • @_das_19
    @_das_19 หลายเดือนก่อน

    why x-cache header had MISS, MISS like 2 times? 31:27

  • @yuzuru08
    @yuzuru08 หลายเดือนก่อน

    10th video, asking for some projects using IDX