Files
vault/Index.md
Zaine 58909ef3f1
All checks were successful
Build Quartz Notes / build (push) Successful in 57s
updates 4
2026-06-03 15:58:34 +01:00

2.1 KiB
Executable File

note type, date
note type date
dashboard
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

LIST
FROM "Dailies"
SORT file.name DESC
LIMIT 7

Active Reading

TABLE file.folder AS Folder
FROM "Books" OR "Articles"
WHERE done != true
SORT file.mtime DESC
LIMIT 12

Recently Updated

TABLE file.folder AS Folder, file.mtime AS Updated
FROM ""
WHERE file.name != "Index"
SORT file.mtime DESC
LIMIT 12

Capture

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