awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 रिपॉजिटरी

Awesome GitHub RepositoriesDeveloper Tools

Utilities for inspecting, debugging, and profiling application state.

Distinguishing note: Focuses on visual inspection tools for component hierarchies.

Explore 3 awesome GitHub repositories matching development tools & productivity · Developer Tools. Refine with filters or upvote what's useful.

Awesome Developer Tools GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • sudheerj/reactjs-interview-questionssudheerj का अवतार

    sudheerj/reactjs-interview-questions

    44,646GitHub पर देखें↗

    This project is a comprehensive educational knowledge base designed to support developers in mastering React and its surrounding ecosystem. It serves as a technical interview resource, providing a structured collection of questions and answers that cover core concepts, architectural patterns, and common development challenges. The repository distinguishes itself by offering detailed explanations of fundamental React principles, including component-based composition, the declarative UI paradigm, and state-driven data flow. It provides clarity on complex topics such as the Fiber reconciliation

    Describes tools for inspecting component props and state.

    JavaScriptinterview-preparationinterview-questionsjavascript
    GitHub पर देखें↗44,646
  • oracle/graaloracle का अवतार

    oracle/graal

    21,603GitHub पर देखें↗

    GraalVM is a polyglot virtual machine and high-performance runtime designed to execute multiple programming languages within a single environment. It functions as a JVM language toolkit for building language implementations, a native image compiler for transforming bytecode into standalone binaries, and an execution environment for LLVM bitcode and WebAssembly modules. The project is distinguished by its polyglot interoperability framework, which allows different languages to share data and execution state with low overhead. It utilizes self-modifying abstract syntax trees to optimize languag

    Enables the creation of debuggers and profilers that work across different languages via a shared abstract syntax tree.

    Javaaotcompilergraalvm
    GitHub पर देखें↗21,603
  • tauri-apps/wrytauri-apps का अवतार

    tauri-apps/wry

    4,831GitHub पर देखें↗

    Wry is a Rust library for embedding and controlling native system webviews within desktop applications across multiple operating systems. It acts as a native webview wrapper and cross-platform renderer that utilizes the host operating system's default browser engine to display web content. The project provides a communication layer to execute JavaScript within a webview and receive serialized results back in Rust. It allows for the implementation of custom protocols to map URL schemes to internal handlers, enabling the loading of local assets and the interception of network requests without a

    Enables the activation of native browser inspection and debugging tools within the rendered view.

    Rust
    GitHub पर देखें↗4,831
  1. Home
  2. Development Tools & Productivity
  3. Developer Tools

सब-टैग एक्सप्लोर करें

  • Cross-Language Profilers & DebuggersDeveloper tools that provide debugging and profiling capabilities across multiple different programming languages. **Distinct from Developer Tools:** Specifically targets the creation of universal debuggers and profilers, unlike general state inspection tools.