TorBT - Torrents and Magnet Links Search Engine
[ DevCourseWeb.com ] Udemy - System Design Essentials - Server Design Fundamental Overview
- Date: 2026-03-18
- Size: 293 MB
- Files: 66
File Name
Size
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.8 MB
~Get Your Files Here !/1. Course Objective and necessity to dive deep into server design as first step/1. Introduction.srt
1.7 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.4 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.3 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.9 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.5 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.6 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.2 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.8 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.9 kB
~Get Your Files Here !/2. Challenges while designing basic features of most servers in production/1. Section Introduction.mp4
8.0 MB
~Get Your Files Here !/2. Challenges while designing basic features of most servers in production/1. Section Introduction.srt
1.7 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.4 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.7 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.6 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.4 MB
~Get Your Files Here !/2. Challenges while designing basic features of most servers in production/12. The classic C10K problem.srt
1.1 kB
~Get Your Files Here !/2. Challenges while designing basic features of most servers in production/13. Choosing an appropriate failover mechanism.mp4
12 MB
~Get Your Files Here !/2. Challenges while designing basic features of most servers in production/13. Choosing an appropriate failover mechanism.srt
2.8 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 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.6 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.2 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.9 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.1 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.3 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.1 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
2.0 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.6 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.4 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.3 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.3 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.3 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.3 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.0 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.8 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 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.1 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 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
2.0 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
25 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 MB
~Get Your Files Here !/3. Tools To measure performance and profile servers/12. Other tools one could explore.srt
2.7 kB
~Get Your Files Here !/3. Tools To measure performance and profile servers/13. Reference Links.html
2.2 kB
~Get Your Files Here !/3. Tools To measure performance and profile servers/2. top command.mp4
20 MB
~Get Your Files Here !/3. Tools To measure performance and profile servers/2. top command.srt
2.7 kB
~Get Your Files Here !/3. Tools To measure performance and profile servers/3. htop command.mp4
13 MB
~Get Your Files Here !/3. Tools To measure performance and profile servers/3. htop command.srt
2.5 kB
~Get Your Files Here !/3. Tools To measure performance and profile servers/4. perf tools for measuring stats on linux systems.mp4
18 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 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 MB
~Get Your Files Here !/3. Tools To measure performance and profile servers/6. Intel Vtune profile suite for detailed analysis.srt
5.0 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.8 kB
~Get Your Files Here !/3. Tools To measure performance and profile servers/8. heaptrack utility for measuring dynamic allocations and leaks.mp4
7.1 MB
~Get Your Files Here !/3. Tools To measure performance and profile servers/8. heaptrack utility for measuring dynamic allocations and leaks.srt
2.7 kB
~Get Your Files Here !/3. Tools To measure performance and profile servers/9. Valgrind to find deadlocks, memory leaks.mp4
12 MB
~Get Your Files Here !/3. Tools To measure performance and profile servers/9. Valgrind to find deadlocks, memory leaks.srt
2.2 kB
~Get Your Files Here !/4. Conclusion/1. [Bonus lecture].html
143 B
~Get Your Files Here !/Bonus Resources.txt
386 B