Files
vault/Articles/Articles MOC.md
Zaine 5d3ed14275
Some checks failed
Build Quartz Notes / build (push) Failing after 2m40s
updates
2026-06-04 14:47:44 +01:00

22 lines
758 B
Markdown
Executable File

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]]
- [[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
```