mirror of
https://github.com/mohitmishra786/amILearningEnough.git
synced 2025-12-17 20:34:40 +03:00
33 lines
1.1 KiB
Markdown
33 lines
1.1 KiB
Markdown
# Layered Architecture
|
|
|
|
## Articles/Blog Posts
|
|
|
|
- **Layered System Design:**
|
|
- [GeeksforGeeks](https://www.geeksforgeeks.org/layered-system-design/)
|
|
- **The Layered Architecture:**
|
|
- [ScienceDirect](https://www.sciencedirect.com/topics/computer-science/layered-architecture)
|
|
- **Operating System Design: Layered Approach:**
|
|
- [Techopedia](https://www.techopedia.com/definition/26210/layered-approach-operating-systems)
|
|
- **Layered architecture:**
|
|
- [Wikipedia](https://en.wikipedia.org/wiki/Layered_architecture)
|
|
|
|
## Books
|
|
|
|
- **Software Architecture in Practice (3rd Edition) by Bass, Clements, and Kazman:**
|
|
- **ISBN:** 978-0321815736
|
|
|
|
## Research Papers
|
|
|
|
- **The THE Multiprogramming System:**
|
|
- [ACM Digital Library](https://dl.acm.org/doi/10.1145/361227.361230)
|
|
|
|
## Video Tutorials
|
|
|
|
- **Software Architecture Design - Layered Architecture:**
|
|
- [YouTube - Software Architecture & Design](https://www.youtube.com/watch?v=DJzbRe_fE7Y)
|
|
|
|
## Additional Resources
|
|
|
|
- **The Onion Architecture:**
|
|
- [Jeffrey Palermo's Blog](https://jeffreypalermo.com/2008/07/the-onion-architecture-part-1/) (Popular application of layered architecture)
|