Welcome to the Developer Tools documentation hub! Here, you'll find essential resources for building, testing, and deploying your projects. 🛠️

Code Editors

  • Visual Studio Code
    A lightweight but powerful editor with rich extensions.

    visual_studio_code
    [Explore VS Code extensions](/en/developers/docs/tools/extensions)
  • Sublime Text
    Known for its speed and simplicity.

    sublime_text
  • Atom
    A hackable text editor for the 21st century.

    atom_editor

Debugging Tools

  • GDB (GNU Debugger)
    Ideal for debugging C/C++ applications.

    gdb_debugger
  • Chrome DevTools
    Powerful browser developer tools for frontend debugging.

    chrome_devtools
    [Learn more about browser tools](/en/developers/docs/tools/browser)

Version Control

  • Git
    The cornerstone of modern software development.

    git_version_control
  • GitHub
    A platform for code hosting and collaboration.

    github_platform
    [Check out our Git guide](/en/developers/docs/tools/git)

Performance Monitoring

  • New Relic
    Real-time performance insights for apps.

    new_relic
  • Datadog
    Unified observability platform for developers.

    datadog

Need more guidance? Browse all tools to discover what fits your workflow! 🌐