[ DevCourseWeb.com ] Udemy - System Design Essentials - Server Design Fundamental Overview
大小293.34 MB
文件数66
Info Hash:C9D459DD7FB71B7E870F0BA083396860964D7B9A
收录时间2026-01-28 15:48:51
更新时间2026-01-28 15:48:51
文件列表 (66)
Get Bonus Downloads Here.url
182 B
~Get Your Files Here !/1. Course Objective and necessity to dive deep into server design as first step/1. Introduction.mp4
3.83 MB
~Get Your Files Here !/1. Course Objective and necessity to dive deep into server design as first step/1. Introduction.srt
1.72 KB
~Get Your Files Here !/1. Course Objective and necessity to dive deep into server design as first step/2. Necessity of servers in a so called Serverless universe!.mp4
4.36 MB
~Get Your Files Here !/1. Course Objective and necessity to dive deep into server design as first step/2. Necessity of servers in a so called Serverless universe!.srt
2.32 KB
~Get Your Files Here !/1. Course Objective and necessity to dive deep into server design as first step/3. Importance of thorough understanding of server design in system design interview.mp4
4.92 MB
~Get Your Files Here !/1. Course Objective and necessity to dive deep into server design as first step/3. Importance of thorough understanding of server design in system design interview.srt
2.54 KB
~Get Your Files Here !/1. Course Objective and necessity to dive deep into server design as first step/4. Still not convinced. Servers are everywhere!!.mp4
2.57 MB
~Get Your Files Here !/1. Course Objective and necessity to dive deep into server design as first step/4. Still not convinced. Servers are everywhere!!.srt
1.16 KB
~Get Your Files Here !/1. Course Objective and necessity to dive deep into server design as first step/5. Connecting the dots between servers and scaling of system.mp4
5.83 MB
~Get Your Files Here !/1. Course Objective and necessity to dive deep into server design as first step/5. Connecting the dots between servers and scaling of system.srt
1.93 KB
~Get Your Files Here !/2. Challenges while designing basic features of most servers in production/1. Section Introduction.mp4
7.97 MB
~Get Your Files Here !/2. Challenges while designing basic features of most servers in production/1. Section Introduction.srt
1.72 KB
~Get Your Files Here !/2. Challenges while designing basic features of most servers in production/10. Choosing between MultiThreading and Multiprocess paradigms.mp4
9.42 MB
~Get Your Files Here !/2. Challenges while designing basic features of most servers in production/10. Choosing between MultiThreading and Multiprocess paradigms.srt
2.68 KB
~Get Your Files Here !/2. Challenges while designing basic features of most servers in production/11. Designing for server working with data larger than memory.mp4
3.65 MB
~Get Your Files Here !/2. Challenges while designing basic features of most servers in production/11. Designing for server working with data larger than memory.srt
986 B
~Get Your Files Here !/2. Challenges while designing basic features of most servers in production/12. The classic C10K problem.mp4
5.36 MB
~Get Your Files Here !/2. Challenges while designing basic features of most servers in production/12. The classic C10K problem.srt
1.13 KB
~Get Your Files Here !/2. Challenges while designing basic features of most servers in production/13. Choosing an appropriate failover mechanism.mp4
11.6 MB
~Get Your Files Here !/2. Challenges while designing basic features of most servers in production/13. Choosing an appropriate failover mechanism.srt
2.81 KB
~Get Your Files Here !/2. Challenges while designing basic features of most servers in production/14. Understanding the difference between Latency and Throughput.mp4
13.34 MB
~Get Your Files Here !/2. Challenges while designing basic features of most servers in production/14. Understanding the difference between Latency and Throughput.srt
2.57 KB
~Get Your Files Here !/2. Challenges while designing basic features of most servers in production/2. Understanding the role of concurrency in server components for system design.mp4
6.16 MB
~Get Your Files Here !/2. Challenges while designing basic features of most servers in production/2. Understanding the role of concurrency in server components for system design.srt
2.87 KB
~Get Your Files Here !/2. Challenges while designing basic features of most servers in production/3. Asynchronous programming as a hammer when designing servers.mp4
3.12 MB
~Get Your Files Here !/2. Challenges while designing basic features of most servers in production/3. Asynchronous programming as a hammer when designing servers.srt
1.26 KB
~Get Your Files Here !/2. Challenges while designing basic features of most servers in production/4. Importance of understanding memory hierarchy to build blazing fast servers.mp4
5.13 MB
~Get Your Files Here !/2. Challenges while designing basic features of most servers in production/4. Importance of understanding memory hierarchy to build blazing fast servers.srt
1.97 KB
~Get Your Files Here !/2. Challenges while designing basic features of most servers in production/5. Being thorough about the difference between Concurrency and Parallelism.mp4
6.59 MB
~Get Your Files Here !/2. Challenges while designing basic features of most servers in production/5. Being thorough about the difference between Concurrency and Parallelism.srt
2.42 KB
~Get Your Files Here !/2. Challenges while designing basic features of most servers in production/6. Be sure about the concepts of Stateful and Stateless in context of servers.mp4
6.28 MB
~Get Your Files Here !/2. Challenges while designing basic features of most servers in production/6. Be sure about the concepts of Stateful and Stateless in context of servers.srt
2.27 KB
~Get Your Files Here !/2. Challenges while designing basic features of most servers in production/7. Learn the nuances of thread pools for building concurrent servers efficiently.mp4
2.26 MB
~Get Your Files Here !/2. Challenges while designing basic features of most servers in production/7. Learn the nuances of thread pools for building concurrent servers efficiently.srt
768 B
~Get Your Files Here !/2. Challenges while designing basic features of most servers in production/8. Master connection pools to build servers that can deal with millions of requests.mp4
7.1 MB
~Get Your Files Here !/2. Challenges while designing basic features of most servers in production/8. Master connection pools to build servers that can deal with millions of requests.srt
2.27 KB
~Get Your Files Here !/2. Challenges while designing basic features of most servers in production/9. The concept of Thundering Herd Problem.mp4
6 MB
~Get Your Files Here !/2. Challenges while designing basic features of most servers in production/9. The concept of Thundering Herd Problem.srt
1.83 KB
~Get Your Files Here !/3. Tools To measure performance and profile servers/1. Demo C++ code used in the following lectures to genreate measurements.mp4
14.53 MB
~Get Your Files Here !/3. Tools To measure performance and profile servers/1. Demo C++ code used in the following lectures to genreate measurements.srt
4.06 KB
~Get Your Files Here !/3. Tools To measure performance and profile servers/10. pahole an utility to check layout of data strcutures on linux.mp4
10.21 MB
~Get Your Files Here !/3. Tools To measure performance and profile servers/10. pahole an utility to check layout of data strcutures on linux.srt
1.96 KB
~Get Your Files Here !/3. Tools To measure performance and profile servers/11. An example of false sharing in C++ codes using atomics..mp4
24.92 MB
~Get Your Files Here !/3. Tools To measure performance and profile servers/11. An example of false sharing in C++ codes using atomics..srt
4.6 KB
~Get Your Files Here !/3. Tools To measure performance and profile servers/12. Other tools one could explore.mp4
12.1 MB
~Get Your Files Here !/3. Tools To measure performance and profile servers/12. Other tools one could explore.srt
2.66 KB
~Get Your Files Here !/3. Tools To measure performance and profile servers/13. Reference Links.html
2.22 KB
~Get Your Files Here !/3. Tools To measure performance and profile servers/2. top command.mp4
19.5 MB
~Get Your Files Here !/3. Tools To measure performance and profile servers/2. top command.srt
2.74 KB
~Get Your Files Here !/3. Tools To measure performance and profile servers/3. htop command.mp4
12.84 MB
~Get Your Files Here !/3. Tools To measure performance and profile servers/3. htop command.srt
2.54 KB
~Get Your Files Here !/3. Tools To measure performance and profile servers/4. perf tools for measuring stats on linux systems.mp4
17.5 MB
~Get Your Files Here !/3. Tools To measure performance and profile servers/4. perf tools for measuring stats on linux systems.srt
2.7 KB
~Get Your Files Here !/3. Tools To measure performance and profile servers/5. gprof for profiling appications.mp4
11.35 MB
~Get Your Files Here !/3. Tools To measure performance and profile servers/5. gprof for profiling appications.srt
2.1 KB
~Get Your Files Here !/3. Tools To measure performance and profile servers/6. Intel Vtune profile suite for detailed analysis.mp4
24.34 MB
~Get Your Files Here !/3. Tools To measure performance and profile servers/6. Intel Vtune profile suite for detailed analysis.srt
5.04 KB
~Get Your Files Here !/3. Tools To measure performance and profile servers/7. Google Orbit for server performance analysis.mp4
11 MB
~Get Your Files Here !/3. Tools To measure performance and profile servers/7. Google Orbit for server performance analysis.srt
3.77 KB
~Get Your Files Here !/3. Tools To measure performance and profile servers/8. heaptrack utility for measuring dynamic allocations and leaks.mp4
7.05 MB
~Get Your Files Here !/3. Tools To measure performance and profile servers/8. heaptrack utility for measuring dynamic allocations and leaks.srt
2.72 KB
~Get Your Files Here !/3. Tools To measure performance and profile servers/9. Valgrind to find deadlocks, memory leaks.mp4
12.43 MB
~Get Your Files Here !/3. Tools To measure performance and profile servers/9. Valgrind to find deadlocks, memory leaks.srt
2.16 KB
~Get Your Files Here !/4. Conclusion/1. [Bonus lecture].html