-
Updated
Jun 9, 2022
#
architecture
Here are 3,490 public repositories matching this topic...
The Patterns of Scalable, Reliable, and Performant Large-Scale Systems
computer-science
lists
devops
distributed-systems
machine-learning
awesome
web-development
programming
big-data
system
backend
architecture
scalability
resources
design-patterns
interview
awesome-list
interview-practice
interview-questions
system-design
An ultra-simplified explanation to design patterns
computer-science
engineering
wikipedia
architecture
design-patterns
principles
software-engineering
door-factory
-
Updated
Apr 19, 2022
The Google I/O Android App
-
Updated
May 27, 2022 - Kotlin
互联网公司技术架构,微信/淘宝/微博/腾讯/阿里/美团点评/百度/Google/Facebook/Amazon/eBay的架构,欢迎PR补充
-
Updated
Dec 5, 2021 - HTML
-
Updated
Jun 3, 2022 - Python
A cloud-native Go microservices framework with cli tool for productivity.
go
golang
microservices
rest
microservice
rest-api
architecture
restful
web-framework
rpc
cloud-native
code-generation
microservices-architecture
restful-api
rpc-framework
microservice-framework
gozero
goctl
go-zero
-
Updated
Jun 19, 2022 - Go
A curated list of awesome things related to HarmonyOS. 华为鸿蒙操作系统。
-
Updated
May 27, 2022 - C
A curated list of software and architecture related design patterns.
lists
awesome
microservices
architecture
resources
design-patterns
cloud-computing
awesome-list
gof-patterns
-
Updated
Jul 10, 2021
A collection of full-stack resources for programmers.
programming-language
learning
computer-science
documentation
architecture
concepts
scalability
handbook
interview
professional
programmer
engineer
read-articles
lessons-learned
martin-fowler
-
Updated
Jun 4, 2022 - Python
A curated and opinionated list of resources for Chief Technology Officers, with the emphasis on startups
interviewing
roadmap
awesome
architecture
decision-making
management
principles
hiring
software-engineering
awesome-list
startups
cto
leadership
engineering-management
-
Updated
Jun 2, 2022
wwmayer
commented
May 29, 2022
Is there an existing request for this?
- I have searched the existing requests
Forums discussion
https://forum.freecadweb.org/viewtopic.php?f=13&t=69030
Subproject(s) affected?
No response
Idea description
Sometimes people want to share a project file not only under a single license but multiple licenses. At the moment this is not possible and there is only the workaro
Good ideas for iOS development, by Futurice developers.
swift
ios
apple
objective-c
xcode
best-practices
architecture
provisioning-profiles
asset-catalog
visual-format-language
good-practices
-
Updated
Mar 20, 2022
Clean Architecture Solution Template: A starting point for Clean Architecture with ASP.NET Core
-
Updated
Jun 18, 2022 - C#
ASP.NET Boilerplate - Web Application Framework
c-sharp
framework
csharp
dotnet
aspnetcore
aspnet
best-practices
architecture
domain-driven-design
dotnet-core
aspnet-core
multi-tenancy
abp
nlayer-architecture
-
Updated
Jun 20, 2022 - C#
android
rxjava
architecture
mvp
android-library
android-application
android-architecture
dagger2
butterknife
mvp-architecture
retrofit2
architectural
model-view-presenter
presenter
mvp-pattern
mvp-android
mvp-library
wiki-documentation
mvparms
arms
-
Updated
Nov 19, 2021 - Java
Open Source Web Application Framework for ASP.NET Core
c-sharp
angular
framework
csharp
aspnetcore
aspnet
architecture
domain-driven-design
saas
dotnet-core
aspnet-core
multi-tenancy
abp
blazor
-
Updated
Jun 21, 2022 - C#
A curated list to learn about distributed systems
-
Updated
Nov 27, 2021
Sample ASP.NET Core 6.0 reference application, powered by Microsoft, demonstrating a layered application architecture with monolithic deployment model. Download the eBook PDF from docs folder.
microsoft
ddd
dotnetcore
rest-api
clean-code
architecture
ebook
design-patterns
clean-architecture
efcore
asp-net-core
asp-net-core-mvc
monolith
ddd-patterns
software-architecture
ddd-architecture
ddd-sample
-
Updated
Jun 15, 2022 - C#
-
Updated
Jun 17, 2022 - Java
Uber's cross-platform mobile architecture framework.
android
ios
mobile
mvc
architecture
mvp
mvvm
mobile-app
viper
architectural-patterns
mobile-development
-
Updated
May 20, 2022 - Kotlin
1
aalmuqahwi
commented
Apr 23, 2021
I believe the comparison operator used in the IsBroken
method is wrong because the rule is checking that meeting attendees limit must be greater than guests limit.
A comprehensive list of books on Software Architecture.
awesome
books
architecture
goodreads
software-engineering
awesome-list
software-architecture
software-design
-
Updated
Oct 20, 2021
A library for building applications in a consistent and understandable way, with composition, testing, and ergonomics in mind.
-
Updated
Jun 21, 2022 - Swift
Go (Golang) Clean Architecture based on Reading Uncle Bob's Clean Architecture
-
Updated
Jun 16, 2022 - Go
A visual overview of useful skills to learn as a web developer
javascript
css
testing
html
design
pwa
backend
algorithms
accessibility
architecture
web-components
build-tools
frameworks
-
Updated
Mar 24, 2022 - JavaScript
Roadmap to becoming an iOS developer in 2018.
-
Updated
Jun 4, 2022 - Swift
讨论如何构建一套可靠的大型分布式系统
-
Updated
Jun 11, 2022 - Vue
Learn Domain-Driven Design, software architecture, design patterns, best practices. Code examples included
nodejs
javascript
development
typescript
backend
ddd
best-practices
clean-code
architecture
domain-driven-design
design-patterns
clean-architecture
typeorm
onion-architecture
hexagonal-architecture
architectural-patterns
solid-principles
system-design
nestjs
secure-by-design
-
Updated
Jun 17, 2022 - TypeScript
Improve this page
Add a description, image, and links to the architecture topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the architecture topic, visit your repo's landing page and select "manage topics."
Feature-request
配置监听的key发生变更时,按照Source的顺序合并一次,决定最终的value
What problem is the feature used to solve?
有基础配置用于决定所有程序基本行为,以及应用偏好配置决定个别程序特殊行为。
比如所有程序默认日志级别,个别程序做特殊调整。
在偏好配置中日志级别的key删除后,需要使用基础配置的key的配置。
Requirements description of the feature
比如有配置Source: A, B,程序启动的时候会WithSource(A, B)
A里有配置level: debug
程序监听key: level
B新增配置level: warn
到此为止都是正常的,监听拿到了level从debug修改warn
而当B把配置lev