pull from main

This commit is contained in:
Jay
2026-03-24 20:10:21 +00:00
11 changed files with 316 additions and 8 deletions

View File

@@ -25,6 +25,8 @@ theme:
- search.suggest
- search.highlight
- search.share
- content.action.edit
- content.action.view
markdown_extensions:
- admonition
@@ -64,9 +66,14 @@ nav:
- Part 1. Foundations of Data Systems:
- Chapter 1. Reliable, Scalable and Maintainable Applications: books/designing_data_intensive_applications/part1/chapter1.md
- Chapter 2. Data Models and Query Languages: books/designing_data_intensive_applications/part1/chapter2.md
- Structure and Interpretation of Computer Programs: books/structure_and_interpretation_of_computer_programs/index.md
- API Design Patterns:
- Part 1. Introduction:
- Chapter 1. Introduction to APIs: books/api_design_patterns/part1/chapter1.md
- Chapter 2. Introduction to API Design Patterns: books/api_design_patterns/part1/chapter2.md
- Part 2. Design Principles:
- Chapter 3. Naming: books/api_design_patterns/part2/chapter3.md
- Chapter 4. Resource Scope and Hierarchy: books/api_design_patterns/part2/chapter4.md
- Lecture Notes:
- Developing Maintainable Software:
- Java Collections: lectures/dms/01_java_collections.md
- UML Diagrams: lectures/dms/02_uml.md