This commit is contained in:
54
Index.md
54
Index.md
@@ -3,7 +3,6 @@ note type:
|
||||
- dashboard
|
||||
date: 2026-06-03
|
||||
---
|
||||
|
||||
# Vault Dashboard
|
||||
|
||||
> Start here, then jump into the part of the vault that needs attention.
|
||||
@@ -12,33 +11,15 @@ date: 2026-06-03
|
||||
|
||||
## Quick Launch
|
||||
|
||||
| Area | Open | Use it for |
|
||||
| --- | --- | --- |
|
||||
| Daily | [[Daily Notes]] | Journal entries, plans, and day-to-day capture |
|
||||
| Career | [[Career MOC]] | Software engineering, interviews, work notes, and resources |
|
||||
| Books | [[Books MOC]] | Book notes, recommendations, and reading backlog |
|
||||
| Articles | [[Articles MOC]] | Article notes and reading pipeline |
|
||||
| Emacs | [[Emacs MOC]] | Packages, config, workflows, and references |
|
||||
|
||||
## Focus Areas
|
||||
|
||||
| Track | Key notes |
|
||||
| --- | --- |
|
||||
| Career growth | [[Job applications]] · [[Concepts]] · [[Design Patterns]] · [[Solid Principles]] · [[Test Driven Development]] |
|
||||
| Backend and APIs | [[Restful API]] · [[API Architecture]] · [[ASP.NET Core Web API Fundamental Notes]] |
|
||||
| Databases | [[Database MOC]] · [[SQL Joins]] · [[Postgres]] · [[Airflow]] |
|
||||
| Security | [[OWASP Top 10]] · [[Cross Site Scripting (XSS)]] · [[Server-Side Request Forgery (SSRF)]] · [[Output Encoding]] |
|
||||
| AI | [[AI Moc]] · [[AI - Codex]] · [[Data camp AI training]] |
|
||||
| Microlise | [[Microlise MOC]] · [[ESS ESP Index]] · [[Session Stored XSS PENTEST]] |
|
||||
|
||||
## Recent Daily Notes
|
||||
|
||||
```dataview
|
||||
LIST
|
||||
FROM "Dailies"
|
||||
SORT file.name DESC
|
||||
LIMIT 7
|
||||
```
|
||||
| Area | Open | Use it for |
|
||||
| ----------- | ---------------- | ----------------------------------------------------------- |
|
||||
| Daily | [[Daily Notes]] | Journal entries, plans, and day-to-day capture |
|
||||
| Career | [[Career MOC]] | Software engineering, interviews, work notes, and resources |
|
||||
| Books | [[Books MOC]] | Book notes, recommendations, and reading backlog |
|
||||
| Articles | [[Articles MOC]] | Article notes and reading pipeline |
|
||||
| Emacs | [[Emacs MOC]] | Packages, config, workflows, and references |
|
||||
| Concepts | [[Concepts]] | Career concepts |
|
||||
| z resources | [[z resources]] | Resources |
|
||||
|
||||
## Active Reading
|
||||
|
||||
@@ -59,20 +40,3 @@ WHERE file.name != "Index"
|
||||
SORT file.mtime DESC
|
||||
LIMIT 12
|
||||
```
|
||||
|
||||
## Capture
|
||||
|
||||
- New daily note: [[2026-06-03]]
|
||||
- Reading inbox: [[Book Recs]] · [[Substack Articles]]
|
||||
- Work inbox: [[Job applications]] · [[Pre work prep]]
|
||||
- Ideas and concepts: [[Concepts]]
|
||||
|
||||
## Vault Map
|
||||
|
||||
| Shelf | Notes |
|
||||
| --- | ---: |
|
||||
| Career | `$= dv.pages('"Career"').length` |
|
||||
| Books | `$= dv.pages('"Books"').length` |
|
||||
| Articles | `$= dv.pages('"Articles"').length` |
|
||||
| Technical | `$= dv.pages('"Technical"').length` |
|
||||
| Dailies | `$= dv.pages('"Dailies"').length` |
|
||||
|
||||
Reference in New Issue
Block a user