# Developer Workflows

- [Beginner](/university/developer-workflows/beginner.md): Simple, high-impact workflows to help you get started with Warp's agentic platform for everyday developer tasks.
- [Welcome to Warp](/university/developer-workflows/beginner/welcome-to-warp.md): Get started with Warp, an Agentic Development Environment that blends terminal commands with AI-driven workflows.
- [Explain Your Codebase Using Warp](/university/developer-workflows/beginner/how-to-explain-your-codebase-using-warp-rust-codebase.md): Use Warp's agents to explore and understand large codebases with semantic and symbol-level search.
- [Create Project Rules for an Existing Project](/university/developer-workflows/beginner/how-to-create-project-rules-for-an-existing-project-astro-+-typescript-+-tailwind.md): Create and maintain a Warp.md rules file so agents always understand your project setup and conventions.
- [10 Coding Features You Should Know](/university/developer-workflows/beginner/10-coding-features-you-should-know.md): Discover 10 essential Warp coding features including file search, inline editing, code review, and codebase indexing.
- [How to: Customize Warp's Appearance](/university/developer-workflows/beginner/how-to-customize-warps-appearance.md): Personalize Warp with custom themes, input placement, agent settings, codebase indexing, and more.
- [How To Master Warp's Code Review Panel](/university/developer-workflows/beginner/how-to-master-warps-code-review-panel.md): Use Warp's Code Review Panel to view diffs, edit code inline, and commit changes without leaving your workspace.
- [Trigger Reusable Actions With Saved Prompts](/university/developer-workflows/beginner/trigger-reusable-actions-with-saved-prompts.md): Automate commits, code reviews, and PR creation with reusable saved prompts in Warp Drive.
- [How to Make Warp’s UI More Minimal](/university/developer-workflows/beginner/how-to-make-warps-ui-more-minimal.md): Reduce visual clutter in Warp by toggling UI elements, switching themes, and using the Classic Prompt.
- [Power User](/university/developer-workflows/power-user.md): Advanced workflows for chaining prompts, combining agents, and using context from files and Warp Drive.
- [Run 3 Agents in Parallel](/university/developer-workflows/power-user/how-to-run-3-agents-in-parallel-summarize-logs-+-analyze-pr-+-modify-ui.md): Run multiple agents simultaneously in Warp to modify UI, analyze PRs, and summarize logs in parallel.
- [How to: Edit Agent Code in Warp](/university/developer-workflows/power-user/how-to-edit-agent-code-in-warp.md): Review, edit, and refine agent-generated code diffs directly in Warp's built-in editor.
- [Configure YOLO and Strategic Profiles](/university/developer-workflows/power-user/how-to-configure-yolo-and-strategic-agent-profiles.md): Compare YOLO and Strategic agent profiles to control planning depth, autonomy, and execution speed in Warp.
- [How To: Sync Your Monorepos](/university/developer-workflows/power-user/how-to-sync-your-monorepos.md): Use Warp's Rules to connect interrelated repositories and automate type updates across your stack.
- [How To: Review PRs Like A Senior Dev](/university/developer-workflows/power-user/how-to-review-prs-like-a-senior-dev.md): Prompt Warp's agents to review pull requests with structured risk assessments and prioritized feedback.
- [How To: Set Coding Best Practices](/university/developer-workflows/power-user/how-to-set-coding-best-practices.md): Enforce consistent coding style and documentation standards across projects using Warp's Rules.
- [How To: Set Tech Stack Preferences with Rules](/university/developer-workflows/power-user/how-to-set-tech-stack-preferences-with-rules.md): Define your preferred frameworks and tools with Rules so Warp's agents use your tech stack by default.
- [How To: Set Coding Preferences with Rules](/university/developer-workflows/power-user/how-to-set-coding-preferences-with-rules.md): Set persistent environment and tool preferences with Rules so Warp's agents always use your preferred setup.
- [How To: Use Agent Profiles Efficiently](/university/developer-workflows/power-user/how-to-use-agent-profiles-efficiently.md): Learn how agent profiles control planning, autonomy, and execution behavior for different coding contexts.
- [Warp vs Claude Code](/university/developer-workflows/power-user/warp-vs-claude-code.md): Compare Warp and Claude Code across setup, diff review, model selection, configuration, and performance.
- [DevOps](/university/developer-workflows/devops.md): Automate deployments, log analysis, and environment management with Warp agents and DevOps tooling.
- [How to: Analyze Cloud Run Logs (gcloud)](/university/developer-workflows/devops/how-to-analyze-cloud-run-logs-gcloud.md): Retrieve and analyze Google Cloud Run production logs with natural language prompts in Warp.
- [How To: Create a Production Ready Docker Setup](/university/developer-workflows/devops/how-to-create-a-production-ready-docker-setup.md): Generate production-ready Dockerfiles, docker-compose configs, and .dockerignore files using Warp's agents.
- [Backend](/university/developer-workflows/backend.md): Accelerate backend development in Warp with API generation, database optimization, and MCP server automation.
- [How To: Write SQL Commands inside a Postgres REPL](/university/developer-workflows/backend/how-to-write-sql-commands-inside-a-postgres-repl.md): Use natural language prompts inside a Postgres REPL in Warp to generate and run SQL commands.
- [Create a Database Optimization Matrix](/university/developer-workflows/backend/how-to-create-priority-matrix-for-database-optimization.md): Generate a priority matrix that ranks database issues by impact, risk, and effort using Warp's agents.
- [Frontend / UI](/university/developer-workflows/frontend-ui.md): Speed up frontend development with Warp agents for debugging UI, generating components, and connecting design tools.
- [Replace a UI Element in Warp](/university/developer-workflows/frontend-ui/how-to-replace-a-ui-element-in-warp-rust-codebase.md): Replace UI elements across a large Rust codebase using Warp's agentic workflow with live diff review.
- [Code UI That Matches Your Mockup](/university/developer-workflows/frontend-ui/how-to-actually-code-ui-that-matches-your-mockup-react-+-tailwind.md): Generate pixel-perfect React and Tailwind code from design mockups using structured prompts in Warp.
- [Testing & Security](/university/developer-workflows/testing-and-security.md): Improve code reliability with Warp agents for automated test generation, vulnerability scanning, and secret protection.
- [Generate Unit and Security Tests](/university/developer-workflows/testing-and-security/how-to-generate-unit-and-security-tests-to-debug-faster.md): Prompt Warp's agents to generate comprehensive unit and security tests for your REST APIs.
- [How To: Prevent Secrets from Leaking](/university/developer-workflows/testing-and-security/how-to-prevent-secrets-from-leaking.md): Prevent API keys and credentials from leaking using Warp's secret reduction and Rules system.
