awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 dépôts

Awesome GitHub RepositoriesFull-Stack Debugging Workflows

Systematic processes for identifying and resolving defects across frontend, backend, and infrastructure layers.

Distinguishing note: Candidates focus on frameworks or authentication, not the systematic debugging process across the stack

Explore 3 awesome GitHub repositories matching software engineering & architecture · Full-Stack Debugging Workflows. Refine with filters or upvote what's useful.

Awesome Full-Stack Debugging Workflows GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • jeffallan/claude-skillsAvatar de Jeffallan

    Jeffallan/claude-skills

    9,935Voir sur GitHub↗

    This project is an AI agent workflow orchestrator and automated software lifecycle manager designed to sequence specialized AI personas for end-to-end software development. It serves as a prompt engineering library and a full-stack development toolkit that guides the process from initial discovery and specification through to deployment and code review. The system features a context management framework that utilizes progressive loading and routing tables to fetch reference files on-demand, reducing token consumption within the model context window. It employs a definition-based routing syste

    Employs systematic debugging workflows across the full stack to identify and resolve root causes of defects.

    Pythonai-agentsclaudeclaude-code
    Voir sur GitHub↗9,935
  • hyperdxio/hyperdxAvatar de hyperdxio

    hyperdxio/hyperdx

    9,324Voir sur GitHub↗

    HyperDX is an OpenTelemetry observability platform that provides centralized log management, distributed tracing, and a self-hosted monitoring stack. It functions as a unified system for collecting, indexing, and visualizing logs, metrics, and traces from cloud and container environments. The platform distinguishes itself with specialized tooling for large language model monitoring and session replay, allowing user interactions in the browser to be linked to backend telemetry. It employs schema-less JSON parsing to index structured logs dynamically and uses source maps to resolve minified sta

    Collects and correlates logs, metrics, and traces from frontend and backend systems for end-to-end observability.

    TypeScriptalertinganalyticsapm
    Voir sur GitHub↗9,324
  • microsoft/vscode-recipesAvatar de microsoft

    microsoft/vscode-recipes

    5,959Voir sur GitHub↗

    vscode-recipes est une collection de modèles de configuration et de guides pour configurer les débogueurs et les environnements d'exécution au sein de VS Code. Il fournit des modèles et des plans standardisés pour connecter l'éditeur à des runtimes locaux, conteneurisés ou serverless à travers une variété de langages de programmation et de frameworks. Le projet se concentre sur la coordination de sessions de débogage simultanées à travers les processus côté client et côté serveur pour tracer la logique à travers les applications full-stack. Il offre des modèles spécifiques pour intégrer les runtimes de langage et orchestrer des configurations de développement multi-langages au sein d'une instance d'éditeur unique. Les recettes couvrent la configuration du débogage de tests automatisés pour les suites unitaires, d'intégration et de bout en bout. Elles incluent également des configurations pour le débogage de fonctions serverless et la gestion des workflows de développement pour divers langages et outils.

    Offers a systematic way to coordinate simultaneous debugging sessions across frontend and backend layers.

    JavaScript
    Voir sur GitHub↗5,959
  1. Home
  2. Software Engineering & Architecture
  3. Full-Stack Debugging Workflows

Explorer les sous-tags

  • Telemetry Correlation WorkflowsProcesses for linking logs, metrics, and traces across the entire application stack to resolve complex issues. **Distinct from Full-Stack Debugging Workflows:** Distinct from Full-Stack Debugging Workflows: focuses specifically on telemetry correlation rather than general debugging processes.