awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Layering & Presentation · Awesome GitHub Repositories

24 repos

Awesome GitHub RepositoriesLayering & Presentation

Explore 24 awesome GitHub repositories matching software engineering & architecture · Layering & Presentation. Refine with filters or upvote what's useful.

  1. Home
  2. Software Engineering & Architecture
  3. Software Architecture
  4. Architectural Patterns
  5. Layering & Presentation

Awesome Layering & Presentation GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • laurent22/joplin

    laurent22/joplin

    53,497GitHubView on GitHub↗

    Joplin is an open-source, cross-platform note-taking application designed for secure, private knowledge management. It functions as a local-first productivity platform, maintaining a complete relational database on the user's device to ensure offline availability and high-performance data retrieval. The application pri

    Extends core functionality through a modular plugin system that supports custom themes, external integrations, and personalized workflows.

    TypeScriptandroiddropboxelectron
  • vuejs/core

    vuejs/core

    53,019GitHubView on GitHub↗

    Vue is a progressive JavaScript framework designed for building modular, reactive user interfaces. It utilizes a component-based architecture that allows developers to encapsulate logic, templates, and styles into reusable units. At its core, the framework employs a virtual DOM renderer and a proxy-based reactivity sys

    Handles client-side navigation and dynamic data updates to support stateful applications without requiring full page reloads.

    TypeScript
  • TryGhost/Ghost

    TryGhost/Ghost

    51,857GitHubView on GitHub↗

    Ghost is an open-source publishing platform and headless content management system designed for professional publishers. It provides a decoupled architecture that separates the content management backend from the front-end delivery layer, allowing users to manage editorial workflows and site data through structured web

    Powers a flexible content architecture that serves structured data to any external application without a coupled frontend.

    JavaScriptbloggingcmsghost
  • Zie619/n8n-workflows

    Zie619/n8n-workflows

    51,686GitHubView on GitHub↗

    This project is a centralized repository and discovery platform for managing large collections of automation workflow definitions. It functions as an asset registry that provides visibility into complex process logic and integration patterns, allowing users to locate, filter, and manage pre-built automation templates a

    Integrates the web interface, server, and database into a unified, tightly coupled system for managing workflow definitions.

    Python
Prev12Next

Explore sub-tags

  • Application Layer Architectures12 sub-tagsDesign patterns for organizing business logic and request processing.
  • Layered ArchitecturesCode organization patterns that separate concerns into distinct functional layers.
  • Model-View-Controller PatternsArchitectural patterns that separate application logic into distinct data, interface, and control layers.
Monolithic Architectures
Unified software systems where the interface, server, and database components are tightly coupled.
  • State Management Patterns2 sub-tagsStrategies for maintaining, synchronizing, and passing application state across components and layers.