updates
Some checks failed
Build Quartz Notes / build (push) Failing after 2m40s

This commit is contained in:
2026-06-04 14:47:44 +01:00
parent 58909ef3f1
commit 5d3ed14275
97 changed files with 3890 additions and 2266 deletions

View File

@@ -1,5 +1,22 @@
These are PDF articles that have been saved under the `pdfs/` folder, annotated and studied.
This is different to [[z resources]] as that will contain resources in general, including articles (articles are a subset of the responsibilities of [[z resources]])
## Software Articles:
- [[I thought I knew system design]]
- [[Every Senior Engineer has read these books]]
- [[Software Quality]]
- [[Software Quality]]
- [[20 Software Engineering Laws]]
- [[Redefining the Software Engineering Profession for AI]]
- [[Effects of insufficient sleep on circadian rhythmicity]]
- [[Effect of Tiktok on teens]]
- [[Reason some people are likable]]
All files that are not done:
```dataview
TABLE
FROM "Articles"
WHERE done != true AND file.name!="Articles MOC"
SORT file.name ASC
```