# Workbench > Personal engineering workspace: notes, conventions, project templates, setup guides, and cheatsheets. Guides are zero-to-working setup instructions. Conventions are decisions and rules. Cheatsheets are command/reference lookups. Every HTML page has a markdown version at the same path with `.md` appended. ## Guides - [guides/cloudflare-hosting](/guides/cloudflare-hosting.md): Setting up Cloudflare Workers hosting - [guides/drizzle](/guides/drizzle.md): Setting up Drizzle - [guides/environment-variables](/guides/environment-variables.md): Setting up environment variables (Bun + Vite, zod-validated) - [guides/github-actions](/guides/github-actions.md): Setting up GitHub Actions (Bun project) - [guides/markdown-rendering](/guides/markdown-rendering.md): Setting up Markdown rendering - [guides/oxfmt-oxlint](/guides/oxfmt-oxlint.md): Setting up oxfmt and oxlint - [guides/react-testing-library](/guides/react-testing-library.md): Setting up React Testing Library - [guides/typescript](/guides/typescript.md): Setting up TypeScript - [guides/vercel-static-hosting](/guides/vercel-static-hosting.md): Setting up Vercel static hosting (Bun + TanStack Start) ## Conventions - [conventions/code-style](/conventions/code-style.md): Code Style - [conventions/readme](/conventions/readme.md): Readme template - [conventions/tanstack-start/content-collections](/conventions/tanstack-start/content-collections.md): Content Collections - [conventions/tanstack-start/project-structure](/conventions/tanstack-start/project-structure.md): TanStack Start Project Structure ## Cheatsheets - [cheatsheets/gh](/cheatsheets/gh.md): `gh` CLI - [cheatsheets/tanstack-start](/cheatsheets/tanstack-start.md): TanStack Start ## Other - [other/monorepo](/other/monorepo.md): Working in a monorepo - [other/TODO](/other/TODO.md): TODO