Difference between revisions of "System Design"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
System Design is a generic practice regarding the integration and coordination of multiple sub-systems. Some of the more mature approaches to develop systems can be summarized in the field of computing science, particularly in [[Abstract Interpretation]]<ref>{{:Book/Principles of Abstract Interpretation}}</ref>. | System Design is a generic practice regarding the integration and coordination of multiple sub-systems. Some of the more mature approaches to develop systems can be summarized in the field of computing science<ref>{{:Book/Specifying Systems}}</ref>, particularly in [[Abstract Interpretation]]<ref>{{:Book/Principles of Abstract Interpretation}}</ref>. | ||
=System Design in the Cloud Era= | |||
[[ByteByteGo]] produces a series of interesting system design videos in the area of cloud computing. Some of the video listings can be found here: | |||
{{#ask:[[Organized by::ByteByteGo]] | |||
|format=table | |||
|mainLabel=Content Link | |||
}} | |||
<noinclude> | <noinclude> |
Latest revision as of 09:48, 15 October 2022
System Design is a generic practice regarding the integration and coordination of multiple sub-systems. Some of the more mature approaches to develop systems can be summarized in the field of computing science[1], particularly in Abstract Interpretation[2].
System Design in the Cloud Era
ByteByteGo produces a series of interesting system design videos in the area of cloud computing. Some of the video listings can be found here:
Content Link |
---|
Video/Latency Numbers Programmer Should Know |
Video/What Are Microservices Really All About? (And When Not To Use It) |
References
- ↑ Lamport, Leslie (2020). Specifying Systems: The TLA+ Language and Tools for Hardware and Software Engineers. local page: Addison Wesley. ISBN 0-321-14306-X.
- ↑ Cousot, Patrick (Sep 2021). Principles of Abstract Interpretation. local page: ACM Press.
Related Pages