79 lines
2.1 KiB
Markdown
Executable File
79 lines
2.1 KiB
Markdown
Executable File
---
|
|
note type:
|
|
- dashboard
|
|
date: 2026-06-03
|
|
---
|
|
|
|
# Vault Dashboard
|
|
|
|
> Start here, then jump into the part of the vault that needs attention.
|
|
|
|
![[anime-kuroko-no-basket-tetsuya-basketball-play-17f4blaudede9nw2.gif]]
|
|
|
|
## 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
|
|
```
|
|
|
|
## Active Reading
|
|
|
|
```dataview
|
|
TABLE file.folder AS Folder
|
|
FROM "Books" OR "Articles"
|
|
WHERE done != true
|
|
SORT file.mtime DESC
|
|
LIMIT 12
|
|
```
|
|
|
|
## Recently Updated
|
|
|
|
```dataview
|
|
TABLE file.folder AS Folder, file.mtime AS Updated
|
|
FROM ""
|
|
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` |
|