22 lines
758 B
Markdown
Executable File
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
|
|
``` |