awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

62 Repos

Awesome GitHub RepositoriesDevelopment Process Methodologies

Covers standardized workflows, testing strategies, and agile practices used to manage the software lifecycle.

Explore 62 awesome GitHub repositories matching software engineering & architecture · Development Process Methodologies. Refine with filters or upvote what's useful.

Awesome Development Process Methodologies GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • codecrafters-io/build-your-own-xAvatar von codecrafters-io

    codecrafters-io/build-your-own-x

    516,240Auf GitHub ansehen↗

    Dieses Projekt bietet ein umfassendes Framework zum Erstellen, Verwalten und Ausführen von Programmieraufgaben. Es enthält standardisierte Systeme für die Erstellung von Lehrmaterialien, die Definition von Testfällen und die Strukturierung der Dokumentation, um konsistente Lernergebnisse zu gewährleisten. Die Plattform unterstützt eine Vielzahl von Programmiersprachen durch dedizierte Ausführungsumgebungen, die Kompilierung, Abhängigkeitsmanagement und automatisierte Tests übernehmen. Die Infrastruktur ermöglicht sowohl lokale als auch Remote-Entwicklungs-Workflows und bietet Befehlszeilen-Tools zum Testen von Code ohne die Notwendigkeit von Versionskontroll-Commits. Sie verfügt über einen automatisierten Orchestrierungs-Lebenszyklus für containerisierte Testausführungen, ergänzt durch Diagnosetools zum Debuggen von Netzwerkprotokollen und zur Überwachung der Programmausgabe. Zusätzlich enthält das Projekt Wartungs-Workflows für die Verwaltung der Repository-Historie sowie Integrationstools zur Synchronisierung von Daten mit externen Versionskontroll-Hosts.

    Evaluates user-submitted code by monitoring version control pushes and triggering automated feedback loops.

    Markdownawesome-listfreeprogramming
    Auf GitHub ansehen↗516,240
  • jwasham/coding-interview-universityAvatar von jwasham

    jwasham/coding-interview-university

    353,639Auf GitHub ansehen↗

    Dieses Projekt ist ein umfassender Bildungs-Lehrplan, der Softwareingenieure durch die Beherrschung der Informatik-Grundlagen und die Vorbereitung auf technische Vorstellungsgespräche führen soll. Er bietet einen strukturierten, abhängigkeitsbewussten Lernpfad, der komplexe Informatikkonzepte in einen hierarchischen Lehrplan organisiert und es Nutzern ermöglicht, durch iteratives Studium und praktische Implementierung ein professionelles Engineering-Fundament aufzubauen. Der Lehrplan zeichnet sich durch die Integration von theoretischem Wissen mit beruflicher Entwicklung aus und bietet einen einheitlichen Index von querverweisenden Ressourcen, einschließlich Büchern, wissenschaftlichen Arbeiten und Video-Tutorials. Er betont die Standardisierung der algorithmischen Effizienz durch asymptotische Komplexitätsanalyse und bietet eine granulare, modulare Themenzerlegung, um fokussiertes, inkrementelles Lernen über weite technische Bereiche hinweg zu erleichtern. Neben Kernalgorithmen und Datenstrukturen deckt das Repository ein breites Spektrum ab, einschließlich Systemarchitektur-Design, verteilten Systemen, Computersicherheit und fortgeschrittener mathematischer Modellierung. Es bietet zudem strategische Beratung für den gesamten Einstellungsprozess, von der Lebenslaufoptimierung und der Vorbereitung auf verhaltensbezogene Interviews bis hin zum langfristigen Karrierewachstum. Die gesamte Wissensdatenbank wird als versionskontrolliertes, Markdown-gesteuertes Repository gepflegt, was einen plattformunabhängigen und kollaborativen Ansatz für die technische Bildung ermöglicht.

    Learn methodologies for verifying code correctness and reliability through the systematic execution of automated test suites.

    algorithmalgorithmscoding-interview
    Auf GitHub ansehen↗353,639
  • golang/goAvatar von golang

    golang/go

    134,756Auf GitHub ansehen↗

    Go is a statically typed, compiled programming language designed for building scalable, concurrent software. It provides a memory-safe execution environment that combines a high-performance runtime with a self-hosting compiler toolchain, enabling the creation of statically linked machine code binaries without external dependencies. The language is built around a structural type system that uses interfaces for polymorphism and a concurrency model based on lightweight, stack-based coroutines that communicate through channels. The language distinguishes itself through a runtime that features a c

    Detailed documentation walks developers through the complete build and installation sequence required to compile the runtime directly from local source files.

    Gogogolanglanguage
    Auf GitHub ansehen↗134,756
  • growinggit/github-chinese-top-chartsAvatar von GrowingGit

    GrowingGit/GitHub-Chinese-Top-Charts

    108,509Auf GitHub ansehen↗

    This project functions as a curated software directory and developer resource index, providing a centralized platform for discovering and evaluating high-quality open-source repositories. It serves as an aggregator that monitors trending software and educational resources, organizing them by technical domain and programming language to assist developers in identifying tools for their specific technical challenges. The directory distinguishes itself through a community-driven curation workflow, where repository lists are validated and updated based on collective developer consensus. This infor

    Utilizes commit history and branching records to maintain a transparent audit trail of project updates and evolution.

    Java
    Auf GitHub ansehen↗108,509
  • tauri-apps/tauriAvatar von tauri-apps

    tauri-apps/tauri

    107,946Auf GitHub ansehen↗

    Tauri is a cross-platform framework for building desktop applications that combine web-based user interfaces with a memory-safe systems-language backend. It functions as a secure runtime that hosts web content within native windowing containers, allowing developers to leverage existing web technologies while maintaining high-performance native logic. By compiling applications into small-footprint, platform-specific binaries, the framework avoids bundling heavy runtime environments, resulting in lightweight executables. The project distinguishes itself through a capability-based security model

    Synchronizes frontend web updates with native backend compilation to enable a unified, hot-reloading development workflow.

    Rustdesktop-apphigh-performancemobile-app
    Auf GitHub ansehen↗107,946
  • mtdvio/every-programmer-should-knowAvatar von mtdvio

    mtdvio/every-programmer-should-know

    99,795Auf GitHub ansehen↗

    This project is a comprehensive, community-curated knowledge base designed to support software engineers in mastering both fundamental computer science principles and practical industry methodologies. It serves as a centralized reference library that aggregates technical resources, academic literature, and professional guidance to facilitate systematic skill acquisition across the entire software development lifecycle. What distinguishes this repository is its holistic approach to the engineering profession, which bridges the gap between theoretical knowledge and career-oriented development.

    Streamlines development processes by providing standardized workflows for testing, integration, and project maintenance.

    cc-bycollectioncomputer-science
    Auf GitHub ansehen↗99,795
  • florinpop17/app-ideasAvatar von florinpop17

    florinpop17/app-ideas

    95,036Auf GitHub ansehen↗

    App-ideas is a development platform that integrates autonomous AI agents into local environments to orchestrate code review, automated fix application, and workflow management. It functions as a command-line interface that connects external AI assistants to your codebase, enabling iterative development cycles through plugin-based integration and natural language triggers. The platform distinguishes itself through a robust static analysis engine that traverses syntax trees to enforce structural coding standards and identify violations. Users can define custom review rules, architectural prefer

    Scopes automated tasks to specific file patterns using glob-based inclusion and exclusion rules.

    applicationscodingcodingchallenges
    Auf GitHub ansehen↗95,036
  • nvm-sh/nvmAvatar von nvm-sh

    nvm-sh/nvm

    93,825Auf GitHub ansehen↗

    This project is a command-line tool designed for managing multiple runtime versions on a local machine. It functions as a shell-based environment manager that enables users to install, switch between, and maintain different versions of a runtime to support project-specific requirements or diverse shell sessions. By dynamically updating system paths and environment variables, it provides a consistent interface for runtime version control across various Unix-like operating systems. The tool distinguishes itself through its portable, POSIX-compliant shell implementation, which ensures reliable e

    Facilitates testing applications against multiple runtime versions to verify compatibility and behavior across different release cycles.

    Shellbashinstalllts
    Auf GitHub ansehen↗93,825
  • storybookjs/storybookAvatar von storybookjs

    storybookjs/storybook

    90,415Auf GitHub ansehen↗

    Storybook is a development environment for building, testing, and documenting user interface components in isolation. By rendering components within a sandboxed environment, it decouples them from the host application's global state and dependencies, allowing developers to verify complex states and edge cases without running the full application. The platform utilizes a framework-agnostic bridge layer to support various frontend technologies and features a modular, addon-based architecture that allows for custom UI panels and toolbar controls. It captures component states as declarative metad

    Enables the construction and verification of interface components independently from the main application to test complex states.

    TypeScriptangularcomponentsdesign-systems
    Auf GitHub ansehen↗90,415
  • storybooks/storybookAvatar von storybooks

    storybooks/storybook

    90,364Auf GitHub ansehen↗

    Storybook is an integrated environment for developing, documenting, and testing user interface components. It provides a development workshop for building components in isolation from main application logic, alongside a testing tool for simulating viewports and analyzing accessibility. The project creates a living catalog of interface elements that generates interactive examples and technical documentation for component APIs. It includes a dedicated environment for visual regression testing to verify states and behaviors across different configurations and screen dimensions. The platform cov

    Provides an environment to build and refine UI components independently of the main application logic.

    TypeScript
    Auf GitHub ansehen↗90,364
  • vitejs/viteAvatar von vitejs

    vitejs/vite

    81,611Auf GitHub ansehen↗

    Vite is a frontend build toolchain that provides a unified development and production pipeline for modern web applications. It functions as a modular, environment-agnostic build engine that leverages native ES modules to serve source code directly to the browser, eliminating the need for expensive bundling during the development phase. By maintaining an environment-aware module graph, it supports concurrent development across client, server, and custom runtime environments. The project distinguishes itself through a high-performance development server that utilizes a hot module replacement pr

    Updates application modules instantly in the browser while preserving state to ensure a seamless development experience.

    TypeScriptbuild-tooldev-serverfrontend
    Auf GitHub ansehen↗81,611
  • jesseduffield/lazygitAvatar von jesseduffield

    jesseduffield/lazygit

    79,339Auf GitHub ansehen↗

    Lazygit is a terminal-based user interface designed to simplify version control operations through a keyboard-driven workflow. It functions as a visual abstraction layer that bridges native commands with an interactive environment, allowing users to manage repository history, branches, and commit workflows without relying solely on manual command-line input. The tool distinguishes itself by automating complex version control tasks that typically require multiple manual steps. It provides specialized interfaces for interactive rebasing, commit history amendment, and binary search-based regress

    Supports organized development cycles by providing integrated management for feature, release, and hotfix branches.

    Gocligitterminal
    Auf GitHub ansehen↗79,339
  • lobehub/lobehubAvatar von lobehub

    lobehub/lobehub

    78,736Auf GitHub ansehen↗

    LobeHub is a comprehensive multi-agent orchestration platform designed for building, configuring, and deploying specialized AI agents. It provides a unified chat-based gateway that allows users to manage autonomous agent teams across web, desktop, and mobile environments. By utilizing a framework that supports persistent memory and granular tool integration, the platform enables the execution of complex, multi-step workflows and domain-specific tasks. The platform distinguishes itself through an interactive artifact renderer that injects dynamic, visual UI elements directly into the chat stre

    Streamlines local development by initializing containerized services, database states, and necessary dependencies through automated routines.

    TypeScriptagentagent-collaborationagent-harness
    Auf GitHub ansehen↗78,736
  • coder/code-serverAvatar von coder

    coder/code-server

    78,024Auf GitHub ansehen↗

    This project provides a remote development platform that enables users to access a full-featured integrated development environment through a standard web browser. By decoupling the user interface from the server-side filesystem, it allows for persistent coding workspaces to be hosted on remote servers, virtual machines, or cloud-native infrastructure, ensuring a consistent development experience from any device. The platform distinguishes itself through a secure gateway architecture that manages traffic, authentication, and encryption at the edge. It utilizes persistent WebSocket connections

    Standardizes coding environments across diverse cloud and local platforms to maintain a consistent developer experience.

    TypeScriptbrowser-idedev-toolsdevelopment-environment
    Auf GitHub ansehen↗78,024
  • nestjs/nestAvatar von nestjs

    nestjs/nest

    75,862Auf GitHub ansehen↗

    Nest is a server-side framework for building scalable and maintainable enterprise-grade applications using TypeScript. It provides a modular architecture that organizes code into encapsulated, reusable modules, utilizing a dependency injection container to manage object lifecycles and resolve component dependencies through declarative metadata. The framework distinguishes itself through a platform-agnostic abstraction layer that decouples core logic from underlying HTTP servers, allowing for flexible implementation choices. It employs a middleware-based request pipeline that processes traffic

    Streamlines API development by generating automated documentation and enforcing strict request validation.

    TypeScriptframeworkhacktoberfestjavascript
    Auf GitHub ansehen↗75,862
  • daytonaio/daytonaAvatar von daytonaio

    daytonaio/daytona

    72,416Auf GitHub ansehen↗

    Daytona is a cloud-native development environment platform designed to orchestrate ephemeral, containerized workspaces. It provides a centralized system for managing reproducible coding environments as code, ensuring consistency across distributed teams by abstracting the underlying infrastructure. By utilizing declarative configuration, the platform automates the entire lifecycle of development sandboxes, from initial provisioning to resource governance. The platform distinguishes itself through its infrastructure-agnostic runner layer, which allows development environments to be deployed ac

    Supports parallel development by managing git branches directly within isolated sandbox environments.

    TypeScriptagentic-workflowaiai-agents
    Auf GitHub ansehen↗72,416
  • xingshaocheng/architect-awesomeAvatar von xingshaocheng

    xingshaocheng/architect-awesome

    60,821Auf GitHub ansehen↗

    This project serves as a comprehensive knowledge base and reference for distributed systems engineering and enterprise software architecture. It provides a structured collection of technical resources, design patterns, and methodologies intended to assist in the design, maintenance, and scaling of complex, high-performance software environments. The repository distinguishes itself by offering deep dives into core architectural concepts such as actor-based concurrency, aspect-oriented interception, and inversion-of-control containers. It emphasizes the practical application of distributed syst

    Standardize complex enterprise environments by applying proven methodologies and modeling frameworks for large-scale software development.

    Auf GitHub ansehen↗60,821
  • satwikkansal/wtfpythonAvatar von satwikkansal

    satwikkansal/wtfpython

    36,990Auf GitHub ansehen↗

    wtfpython is a behavioral reference and catalog of language edge cases for the Python programming language. It serves as a guide to common development mistakes and ambiguous code structures that lead to unexpected results. The project identifies counter-intuitive code patterns and unexpected behaviors to help developers avoid pitfalls and logical errors. It utilizes a collection of curated examples to document language quirks and specific formatting conflicts, such as indentation errors. The reference includes verification of how specific code snippets behave across different versions of the

    Runs single code samples across multiple interpreter versions to document behavioral changes and regressions.

    Pythondocumentationgotchasinterview-questions
    Auf GitHub ansehen↗36,990
  • nvie/gitflowAvatar von nvie

    nvie/gitflow

    26,825Auf GitHub ansehen↗

    Gitflow ist eine Erweiterung des Git-Branching-Modells und ein Werkzeug zur Workflow-Automatisierung. Es bietet eine Reihe von Befehlszeilenwerkzeugen und automatisierten Skripten zur Verwaltung der Feature-Entwicklung, Release-Zyklen und Hotfixes unter Verwendung von Standard-Git-Operationen. Das Projekt koordiniert Software-Releases und Versionierung durch die Verwaltung dedizierter Release- und Support-Branches. Es automatisiert die Erstellung und Zusammenführung von Branches, um einen strukturierten Entwicklungszyklus aufrechtzuerhalten und den Übergang von Code von der Entwicklung in die Produktion zu verwalten. Das Werkzeug deckt den gesamten Lebenszyklus verschiedener Branch-Typen ab, einschließlich der Isolierung neuer Entwicklungen via Feature-Branches und der Implementierung dringender Produktionskorrekturen durch Hotfix-Branches. Es enthält zudem Dienstprogramme zur Vorbereitung von Softwareversionen durch Release-Branches und zur Pflege älterer Softwareversionen via Support-Branches.

    Automates the creation and merging of feature, release, and hotfix branches to maintain a structured development cycle.

    Shell
    Auf GitHub ansehen↗26,825
  • scoopinstaller/scoopAvatar von ScoopInstaller

    ScoopInstaller/Scoop

    23,635Auf GitHub ansehen↗

    Scoop is a command-line package manager for Windows designed to automate the installation, configuration, and lifecycle management of software. It utilizes a manifest-driven architecture where applications are defined in structured text files, allowing for consistent and repeatable deployments. By leveraging shim-based path management and symlink-based version switching, it enables users to install and toggle between multiple software versions without cluttering the global system environment. The project distinguishes itself through its focus on portability and clean system integration. It su

    Provides automated routines for initializing dependencies and environment states for local development.

    PowerShellinstallerpowershellscoop
    Auf GitHub ansehen↗23,635
Vorherige123…4Nächste
  1. Home
  2. Software Engineering & Architecture
  3. Development Methodologies
  4. Engineering Best Practices
  5. Development Process Methodologies

Unter-Tags erkunden

  • Development Workflows15 Sub-TagsStandardized processes and toolchains for managing code development, testing, integration, and deployment cycles.
  • Enterprise Engineering HandbooksStructured documentation and guides for standardizing complex software environments and development practices.
  • Extreme Programming PracticesAgile development practices emphasizing pair programming, frequent releases, and improved software quality and responsiveness.
  • Process Change ImplementationStrategies for gradually introducing new methodologies to minimize team friction. **Distinct from Development Process Methodologies:** Focuses on the act of implementing and transitioning to new processes, whereas the parent covers the methodologies themselves.
  • Software Project Management PrinciplesTheoretical frameworks and empirical observations regarding team dynamics, scheduling, and resource allocation in software development.
  • Software TestingMethodologies for verifying code correctness and reliability through the execution of automated test suites.