Skip to content

Commit 992fdb2

Browse files
committed
docs(readme): add Job Management series to catalog 📋
- Add Job Management series entry to A-Z catalog - Update series description with background processing patterns
1 parent dd20e6b commit 992fdb2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DEEP-NOTES/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ _Structured learning notes: one topic per file, frontmatter and structured body.
66

77
| Series | Description | Link |
88
| ------------------- | -------------------------------------------------------------------------- | -------------------------------------- |
9+
| **Job Management** | Background processing patterns, infinite loops vs scheduled jobs. | [Job-Management/](./Job-Management/) |
910
| **REST API** | REST API foundations, HTTP semantics, URI design, status and validation. | [Rest-API/](./Rest-API/) |
1011
| **Time Complexity** | Big O: O(1) → O(n!). Definition, analogy, when it shows up, code examples. | [Time-Complexity/](./Time-Complexity/) |
1112

0 commit comments

Comments
 (0)