Skip to main content

Directory tree for docs

docs
├── .DS_Store
├── about/
│ └── index.md
├── cheatsheets/
│ ├── _category_.json
│ ├── dns.md
│ ├── docusaurus-files.md
│ ├── git.md
│ ├── index.md
│ ├── node.md
│ └── vite-react-tailwind.md
├── connect/
│ ├── client-portal.md
│ ├── hiring-inquiries.md
│ └── index.md
├── deep-dives/
│ ├── .DS_Store
│ ├── _category_.json
│ ├── architecture/
│ │ ├── _category_.json
│ │ ├── deployment.md
│ │ └── monorepos.md
│ ├── index.md
│ └── performance/
│ ├── _category_.json
│ └── profiling.md
├── developer-guides/
│ ├── .DS_Store
│ ├── _category_.json
│ ├── backend/
│ │ ├── _category_.json
│ │ ├── laravel.md
│ │ └── php.md
│ ├── environment/
│ │ ├── _category_.json
│ │ └── environment.md
│ ├── frontend/
│ │ ├── _category_.json
│ │ ├── react.md
│ │ └── shadcn.md
│ ├── index.md
│ └── tooling/
│ ├── _category_.json
│ ├── git.md
│ └── node.md
├── directories.txt
├── files.txt
├── index.mdx
├── professional-experience/
│ ├── highlights.md
│ ├── index.md
│ └── resume.md
├── projects/
│ ├── _category_.json
│ ├── codevault/
│ │ ├── _category_.json
│ │ └── overview.md
│ ├── overview.md
│ └── trakteam/
│ ├── _category_.json
│ └── overview.md
└── sites/
└── index.md