4 repository-uri
Curated examples of architectural patterns applied to real-world backend services.
Distinct from Enterprise Backend Architectures: Focuses on concrete reference implementations and templates rather than theoretical enterprise architectural patterns.
Explore 4 awesome GitHub repositories matching software engineering & architecture · Reference Implementation Patterns. Refine with filters or upvote what's useful.
This project is a programming language reference library and developer knowledge base. It serves as a collection of verified code snippets and implementation patterns used to demonstrate specific programming language features and standard library functions. The repository functions as a software design pattern catalog and a code implementation blueprint. It provides a structured set of examples that illustrate architectural patterns and modular samples intended to maintain consistency across a codebase. The library covers the implementation of programming patterns, language feature adoption,
Provides a library of verified implementation patterns that serve as blueprints for production software.
This project is a collection of reference implementations and practical guides for building enterprise Java applications using the Spring Boot framework. It serves as a backend project gallery and implementation guide, providing a set of architectures for common server patterns. The repository distinguishes itself through a focus on distributed system design, offering examples for global unique identifier generation, distributed caching, and full-text search. It also includes templates and examples for creating custom Spring Boot starters to encapsulate shared dependencies and configurations
Provides concrete reference implementations of common backend architectural patterns for enterprise Java systems.
Acest proiect este o colecție de implementări de referință și exemple de cod pentru integrarea serviciilor Google Cloud folosind limbajul de programare Go. Acesta servește drept bibliotecă de integrare a serviciilor cloud și kit de dezvoltare, oferind tipare de implementare gata de utilizare pentru a accelera crearea de software cloud-native. Repository-ul acoperă implementarea API-urilor cloud și orchestrarea serviciilor, oferind template-uri structurale pentru conectarea aplicațiilor la infrastructura bazată pe cloud. Oferă exemple modulare organizate pe funcționalități specifice ale produsului pentru a ghida integrarea diverselor servicii Google Cloud. Codul sursă include tipare pentru dezvoltarea în cloud, concentrându-se pe gestionarea cererilor și coordonarea mai multor servicii bazate pe cloud.
Provides repeatable code templates and structural patterns for integrating cloud services into Go applications.
This project is a comprehensive library of reference implementations and patterns for building web applications using the Go Fiber framework. It provides curated templates and implementation guides for creating REST APIs, web servers, and structured backend services. The repository serves as a practical resource for applying architectural patterns, including Clean and Hexagonal architectures, as well as port-and-adapter decoupling. It offers detailed examples for integrating common web features such as OAuth2 authentication, JWT verification, WebSockets for real-time communication, and server
Reference examples for organizing Go code using Clean Architecture and Hexagonal Architecture patterns.