> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rasmusj.dk/llms.txt
> Use this file to discover all available pages before exploring further.

# Development Tools Overview

> Essential development tools, configurations, and utilities

<Card title="Development Toolkit" icon="code">
  Curated collection of development tools, configurations, and utilities to enhance your coding workflow.
</Card>

## Core Development Tools

<CardGroup cols={2}>
  <Card title="Git Configuration" href="/tools/development/git" icon="git-branch">
    Git aliases, hooks, and workflow optimizations
  </Card>

  <Card title="VS Code Setup" href="/tools/development/vscode" icon="code">
    Extensions, settings, and workspace configurations
  </Card>

  <Card title="Node.js Utilities" href="/tools/development/nodejs" icon="node-js">
    NPM scripts, package management, and Node.js tools
  </Card>
</CardGroup>

## Development Workflow

<Steps>
  <Step title="Environment Setup">
    Configure your development environment with optimal settings and tools
  </Step>

  <Step title="Version Control">
    Implement efficient Git workflows with proper branching strategies
  </Step>

  <Step title="Code Quality">
    Set up linting, formatting, and automated quality checks
  </Step>

  <Step title="Testing & Deployment">
    Establish robust testing pipelines and deployment automation
  </Step>
</Steps>

## Productivity Tips

<Tabs>
  <Tab title="IDE Configuration">
    Optimize your IDE with the right extensions, themes, and keyboard shortcuts for maximum productivity.
  </Tab>

  <Tab title="Git Workflows">
    Master Git with advanced aliases, hooks, and branching strategies that streamline collaboration.
  </Tab>

  <Tab title="Automation">
    Automate repetitive tasks with scripts, templates, and development workflows.
  </Tab>
</Tabs>

<Tip>
  These tools and configurations are battle-tested in professional development environments and continuously updated.
</Tip>
