awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 مستودعات

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • jeffallan/claude-skillsالصورة الرمزية لـ Jeffallan

    Jeffallan/claude-skills

    9,935عرض على 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
    عرض على GitHub↗9,935
  • hyperdxio/hyperdxالصورة الرمزية لـ hyperdxio

    hyperdxio/hyperdx

    9,324عرض على 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
    عرض على GitHub↗9,324
  • microsoft/vscode-recipesالصورة الرمزية لـ microsoft

    microsoft/vscode-recipes

    5,959عرض على GitHub↗

    vscode-recipes هي مجموعة من أنماط التكوين والأدلة لإعداد مصححات الأخطاء وبيئات وقت التشغيل داخل VS Code. توفر قوالب ومخططات موحدة لربط المحرر ببيئات التشغيل المحلية أو الحاوية أو بدون خادم عبر مجموعة متنوعة من لغات البرمجة وأطر العمل. يركز المشروع على تنسيق جلسات تصحيح الأخطاء المتزامنة عبر عمليات جانب العميل وجانب الخادم لتتبع المنطق عبر تطبيقات المكدس الكامل. ويقدم أنماطاً محددة لدمج بيئات تشغيل اللغات وتنسيق إعدادات التطوير متعددة اللغات داخل مثيل محرر واحد. تغطي الوصفات تكوين تصحيح أخطاء الاختبار الآلي للوحدات، والتكامل، والأجنحة المتكاملة. كما تتضمن إعدادات لتصحيح أخطاء الدوال بدون خادم وإدارة سير عمل التطوير للغات وأدوات متنوعة.

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

    JavaScript
    عرض على GitHub↗5,959
  1. Home
  2. Software Engineering & Architecture
  3. Full-Stack Debugging Workflows

استكشف الوسوم الفرعية

  • 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.